Settings
Constant Modifier dict used for changing modifier settings.
-
RENDER - Used for all modifiers (bool) If true, the modifier is
enabled for rendering.
-
REALTIME - Used for all modifiers (bool) If true, the modifier is
enabled for interactive display.
-
EDITMODE - Used for all modifiers (bool) If both REALTIME and
EDITMODE are true, the modifier is enabled for interactive display
while the object is in edit mode.
-
ONCAGE - Used for all modifiers (bool) If true, the modifier is
enabled for the editing cage during edit mode.
-
OBJECT - Used for Armature, Lattice, Curve, Boolean and Array
(Object)
-
VERTGROUP - Used for Armature, Lattice and Curve (String)
-
LIMIT - Array and Mirror (float [0.0 - 1.0])
-
FLAG - Mirror and Wave (int)
-
COUNT - Decimator Polycount (readonly) and Array (int)
-
LENGTH - Build [1.0-300000.0] and Array [0.0 - 10000.0]
(float)
-
TYPES - Used for Subsurf only. Determines the subdivision
algorithm. Integer: 0 = Catmull-Clark; 1 = simple subdivision.
-
LEVELS - Used for Subsurf only (int [0 - 6]). The number of
subdivision levels used for interactive display.
-
RENDLEVELS - Used for Subsurf only (int [0 - 6]). The number of
subdivision levels used for rendering.
-
OPTIMAL - Used for Subsurf only (bool). Enables Optimal Draw.
-
UV - Used for Subsurf only (bool). Enables Subsurf UV.
-
OBJECT_OFFSET - Used for Array only (Object)
-
OBJECT_CURVE - Used for Array only (Curve Object)
-
OFFSET_VEC - Used for Array only (3d Vector)
-
SCALE_VEC - Used for Array only (3d Vector)
-
MERGE_DIST - Used for Array only (float)
-
ENVELOPES - Used for Armature only (bool)
-
START - Used for Build only (int)
-
SEED - Used for Build only (int)
-
RANDOMIZE - Used for Build only (bool)
-
AXIS - Used for Mirror only (int [0 - 2])
-
RATIO - Used for Decimate only (float [0.0 - 1.0])
-
STARTX - Used for Wave only (float [-100.0 - 100.0])
-
STARTY - Used for Wave only (float [-100.0 - 100.0])
-
HEIGHT - Used for Wave only (float [-2.0 - 2.0])
-
WIDTH - Used for Wave only (float [0.0 - 5.0])
-
NARROW - Used for Wave only (float [0.0 - 10.0])
-
SPEED - Used for Wave only (float [-2.0 - 2.0])
-
DAMP - Used for Wave only (float [-1000.0 - 1000.0])
-
LIFETIME - Used for Wave only (float [-1000.0 - 1000.0])
-
TIMEOFFS - Used for Wave only (float [-1000.0 - 1000.0])
-
OPERATION - Used for boolean only (int 0,1,2 : Intersect, Union,
Difference)
-
EDGESPLIT_ANGLE - Used for edge split only (float 0.0 - 180)
-
EDGESPLIT_FROM_ANGLE - Used for edge split only, should the
modifier use the edge angle (bool)
-
EDGESPLIT_FROM_SHARP - Used for edge split only, should the
modifier use the edge sharp flag (bool)
-
- Type:
-
readonly dictionary
|