|
341.
|
|
|
Float Constant
|
|
|
:src: bpy.types.RandomActuator.distribution:'FLOAT_CONSTANT'
|
|
|
|
(no translation yet)
|
|
|
|
342.
|
|
|
Float Uniform
|
|
|
:src: bpy.types.RandomActuator.distribution:'FLOAT_UNIFORM'
|
|
|
|
(no translation yet)
|
|
|
|
343.
|
|
|
Float Normal
|
|
|
:src: bpy.types.RandomActuator.distribution:'FLOAT_NORMAL'
|
|
|
|
(no translation yet)
|
|
|
|
344.
|
|
|
Float Neg. Exp.
|
|
|
:src: bpy.types.RandomActuator.distribution:'FLOAT_NEGATIVE_EXPONENTIAL'
|
|
|
|
(no translation yet)
|
|
|
|
345.
|
|
|
Always True
|
|
|
:src: bpy.types.RandomActuator.use_always_true
|
|
|
|
(no translation yet)
|
|
|
|
346.
|
|
|
Always false or always true
|
|
|
:src: bpy.types.RandomActuator.use_always_true
|
|
|
|
(no translation yet)
|
|
|
|
347.
|
|
|
Chance
|
|
|
:src: bpy.types.RandomActuator.chance
|
|
|
|
(no translation yet)
|
|
|
|
348.
|
|
|
Pick a number between 0 and 1, success if it's below this value
|
|
|
:src: bpy.types.RandomActuator.chance
|
|
|
|
(no translation yet)
|
|
|
|
349.
|
|
|
Always return this number
|
|
|
:src: bpy.types.RandomActuator.int_value
:src: bpy.types.RandomActuator.float_value
|
|
|
|
(no translation yet)
|
|
|
|
350.
|
|
|
Choose a number from a range: lower boundary of the range
|
|
|
:src: bpy.types.RandomActuator.int_min
:src: bpy.types.RandomActuator.float_min
|
|
|
|
(no translation yet)
|
|
|