missed this with recent renaming

This commit is contained in:
Campbell Barton
2010-08-19 10:54:41 +00:00
parent 4e3390437e
commit b00c0526c7

View File

@@ -27,7 +27,7 @@ from properties_physics_common import basic_force_field_falloff_ui
def particle_panel_enabled(context, psys):
return (psys.point_cache.is_baked is False) and (not psys.edited) and (not context.particle_system_editable)
return (psys.point_cache.is_baked is False) and (not psys.is_edited) and (not context.particle_system_editable)
def particle_panel_poll(cls, context):