Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_particle.py
| Context not available. | |||||
| col.separator() | col.separator() | ||||
| col.prop(part, "phase_factor", slider=True) | col.prop(part, "phase_factor", slider=True) | ||||
| col.prop(part, "phase_factor_random", text="Randomize Phase ", slider=True) | col.prop(part, "phase_factor_random", text="Randomize Phase", slider=True) | ||||
| if part.type != 'HAIR': | if part.type != 'HAIR': | ||||
| col.prop(part, "use_dynamic_rotation") | col.prop(part, "use_dynamic_rotation") | ||||
| Context not available. | |||||