Commit: 94512106f5fe24804a0cdc074c653cdf2a825ecd
Author: Lukas Tönne
Date:   Fri Oct 3 09:09:04 2014 +0200
Branches: hair_immediate_fixes
https://developer.blender.org/rB94512106f5fe24804a0cdc074c653cdf2a825ecd

Renamed file to make it consistent with object shapekey operators.

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

M       source/blender/editors/physics/CMakeLists.txt
D       source/blender/editors/physics/particle_key.c
A       source/blender/editors/physics/particle_shapekey.c
M       source/blender/editors/physics/physics_intern.h

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

diff --git a/source/blender/editors/physics/CMakeLists.txt 
b/source/blender/editors/physics/CMakeLists.txt
index 2f13b16..6455b61 100644
--- a/source/blender/editors/physics/CMakeLists.txt
+++ b/source/blender/editors/physics/CMakeLists.txt
@@ -38,8 +38,8 @@ set(SRC
        dynamicpaint_ops.c
        particle_boids.c
        particle_edit.c
-       particle_key.c
        particle_object.c
+       particle_shapekey.c
        physics_fluid.c
        physics_ops.c
        physics_pointcache.c
diff --git a/source/blender/editors/physics/particle_key.c 
b/source/blender/editors/physics/particle_shapekey.c
similarity index 100%
rename from source/blender/editors/physics/particle_key.c
rename to source/blender/editors/physics/particle_shapekey.c
diff --git a/source/blender/editors/physics/physics_intern.h 
b/source/blender/editors/physics/physics_intern.h
index 4458e88..6bc7569 100644
--- a/source/blender/editors/physics/physics_intern.h
+++ b/source/blender/editors/physics/physics_intern.h
@@ -75,7 +75,7 @@ void PARTICLE_OT_dupliob_remove(struct wmOperatorType *ot);
 void PARTICLE_OT_dupliob_move_up(struct wmOperatorType *ot);
 void PARTICLE_OT_dupliob_move_down(struct wmOperatorType *ot);
 
-/* particle_key.c */
+/* particle_shapekey.c */
 void PARTICLE_OT_shape_key_add(struct wmOperatorType *ot);
 void PARTICLE_OT_shape_key_remove(struct wmOperatorType *ot);
 void PARTICLE_OT_shape_key_clear(struct wmOperatorType *ot);

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

Reply via email to