OOF2: The Manual

Name

OOF.ElementGroup.Remove_Material — Remove a bulk material from an element group.

Synopsis

OOF.ElementGroup.Remove_Material(skeleton,group)

Details

  • Parent Menu: OOF.ElementGroup
  • Callback: function _remove_matl in module ooflib.engine.IO.skeletongroupmenu
  • Options: cli_only=1
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    group
    Name of the group. Type: The name of a group of Skeleton elements.

Description

OOF.ElementGroup.Remove_Material undoes the effect of OOF.ElementGroup.Assign_Material. After a Material has been removed from an ElementGroup, all Element's in the group will inherit their Material from the Element's dominant pixel.

In the GUI, OOF.ElementGroup.Remove_Material is invoked by the Remove button in the Material subpane of the Element group operations pane in the Skeleton Selection Page when the page is in Elements mode.