[Bf-blender-cvs] [300bc6d] temp_hair_modifiers: Register the particle modifier operators.

Lukas Tönne noreply at git.blender.org
Tue Feb 3 17:25:26 CET 2015


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

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);




More information about the Bf-blender-cvs mailing list