OOF2: The Manual

6.2.101. OOF.Property.Parametrize

Set parameters for Properties.

The Parametrize menu contains an entry for each unnamed Property. The menu hierarchy echoes the hierarchical arrangement of the Properties themselves. Each command sets the parameters of a Property. The named Properties appear in the menus as submenu items for their unnamed counterparts. For example,

    OOF.Property.Parametrize.Color(color=TranslucentGray(value=0.425,alpha=1))
    OOF.Property.Parametrize.Color.blue(color=RGBAColor(red=0,green=0,blue=1,alpha=1))

sets the unnamed Color Property to gray and a named Color Property to blue. The menu items for named Properties aren't listed explicitly in the manual.

The physics and the meanings of the parameters for each Property are explained in Section 6.4.1.

Parent Menu: OOF.Property

OOF.Property.Parametrize Submenus

OOF.Property.Parametrize Commands

See Also