Commit: bd2bef2276d60a883c77d985c8e3d10edb47da61
Author: Lukas Tönne
Date:   Tue Feb 3 16:14:07 2015 +0100
Branches: temp_hair_modifiers
https://developer.blender.org/rBbd2bef2276d60a883c77d985c8e3d10edb47da61

Register the particle modifier operators.

===================================================================

M       source/blender/editors/physics/physics_ops.c

===================================================================

diff --git a/source/blender/editors/physics/physics_ops.c 
b/source/blender/editors/physics/physics_ops.c
index ef27817..2b7d733 100644
--- a/source/blender/editors/physics/physics_ops.c
+++ b/source/blender/editors/physics/physics_ops.c
@@ -69,6 +69,10 @@ static void operatortypes_particle(void)
        WM_operatortype_append(PARTICLE_OT_particle_edit_toggle);
        WM_operatortype_append(PARTICLE_OT_edited_clear);
 
+       WM_operatortype_append(PARTICLE_OT_modifier_add);
+       WM_operatortype_append(PARTICLE_OT_modifier_remove);
+       WM_operatortype_append(PARTICLE_OT_modifier_move_up);
+       WM_operatortype_append(PARTICLE_OT_modifier_move_down);
 
        WM_operatortype_append(OBJECT_OT_particle_system_add);
        WM_operatortype_append(OBJECT_OT_particle_system_remove);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to