|
330.
|
|
|
Seed
|
|
|
:src: bpy.types.RandomActuator.seed
:src: bpy.types.FieldSettings.seed
:src: bpy.types.LineStyleGeometryModifier_PerlinNoise1D.seed
:src: bpy.types.LineStyleGeometryModifier_PerlinNoise2D.seed
:src: bpy.types.MaterialHalo.seed
:src: bpy.types.BuildModifier.seed
:src: bpy.types.MESH_OT_sort_elements.seed
:src: bpy.types.ParticleSystem.seed
:src: bpy.types.CyclesRenderSettings.seed
:src: bpy.types.RandomSensor.seed
:src: scripts/startup/bl_ui/properties_material.py:630
:src: scripts/startup/bl_ui/properties_particle.py:1072
:src: scripts/startup/bl_ui/properties_particle.py:1098
|
|
|
|
(no translation yet)
|
|
|
|
331.
|
|
|
Initial seed of the random generator, use Python for more freedom (choose 0 for not random)
|
|
|
:src: bpy.types.RandomActuator.seed
|
|
|
|
(no translation yet)
|
|
|
|
332.
|
|
|
Assign the random value to this property
|
|
|
:src: bpy.types.RandomActuator.property
|
|
|
|
(no translation yet)
|
|
|
|
333.
|
|
|
Distribution
|
|
|
:src: bpy.types.RandomActuator.distribution
:src: bpy.types.ParticleSettings.distribution
:src: bpy.types.ShaderNodeBsdfGlass.distribution
:src: bpy.types.ShaderNodeBsdfGlossy.distribution
:src: bpy.types.ShaderNodeBsdfRefraction.distribution
|
|
|
|
(no translation yet)
|
|
|
|
334.
|
|
|
Choose the type of distribution
|
|
|
:src: bpy.types.RandomActuator.distribution
|
|
|
|
(no translation yet)
|
|
|
|
335.
|
|
|
Bool Constant
|
|
|
:src: bpy.types.RandomActuator.distribution:'BOOL_CONSTANT'
|
|
|
|
(no translation yet)
|
|
|
|
336.
|
|
|
Bool Uniform
|
|
|
:src: bpy.types.RandomActuator.distribution:'BOOL_UNIFORM'
|
|
|
|
(no translation yet)
|
|
|
|
337.
|
|
|
Bool Bernoulli
|
|
|
:src: bpy.types.RandomActuator.distribution:'BOOL_BERNOUILLI'
|
|
|
|
(no translation yet)
|
|
|
|
338.
|
|
|
Int Constant
|
|
|
:src: bpy.types.RandomActuator.distribution:'INT_CONSTANT'
|
|
|
|
(no translation yet)
|
|
|
|
339.
|
|
|
Int Uniform
|
|
|
:src: bpy.types.RandomActuator.distribution:'INT_UNIFORM'
|
|
|
|
(no translation yet)
|
|
|