OOF2: The Manual

Name

OOF.Material.Remove_property — Remove a Property from a Material.

Synopsis

OOF.Material.Remove_property(name, property)

Details

  • Parent Menu: OOF.Material
  • Callback: function _removeprop in module ooflib.engine.IO.materialmenu
  • Options: no_cli=True no_gui=True
  • Parameters:

    name
    Name of the material. Type: A character string.
    property
    Name of the property. Type: A character string.

See Also