Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_particle.py
| Context not available. | |||||
| layout.enabled = particle_panel_enabled(context, psys) and (psys is None or not psys.has_multiple_caches) | layout.enabled = particle_panel_enabled(context, psys) and (psys is None or not psys.has_multiple_caches) | ||||
| row = layout.row() | row = layout.row() | ||||
| row.active = part.distribution != 'GRID' | row.active = part.emit_from == 'VERT' or part.distribution != 'GRID' | ||||
| row.prop(part, "count") | row.prop(part, "count") | ||||
| if part.type == 'HAIR': | if part.type == 'HAIR': | ||||
| Context not available. | |||||