OOF2: The Manual
Name
OOF.Material.Add_Property — Add a Property to a Material.
Synopsis
OOF.Material.Add_Property(name, property)
Details
- Parent Menu: OOF.Material
-
Callback: function
_addpropin moduleooflib.engine.IO.materialmenu -
Parameters:
name- Name of the material. Type: A character string.
property- Name of the property. Type: A character string.
Description
Add the given Property to the given Material. The
property parameter is the path to the
Property. A single Property can be added to more than one
Material.
This menu item used to be called Add_property, with a lower case p. The old version is still available for backwards compatibility in scripts.



