[Bf-blender-cvs] [065b2fb] wiggly-widgets: Rename manipulator_widget.c (tmp name)->transform_manipulator.c (old name)

Julian Eisel noreply at git.blender.org
Mon Aug 24 18:41:42 CEST 2015


Commit: 065b2fbde855d8c2753af02b2e629477e24fb253
Author: Julian Eisel
Date:   Mon Aug 24 18:37:08 2015 +0200
Branches: wiggly-widgets
https://developer.blender.org/rB065b2fbde855d8c2753af02b2e629477e24fb253

Rename manipulator_widget.c (tmp name)->transform_manipulator.c (old name)

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

M	source/blender/editors/transform/CMakeLists.txt
D	source/blender/editors/transform/manipulator_widget.c
A	source/blender/editors/transform/transform_manipulator.c

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

diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt
index f343f22..42aa6a0 100644
--- a/source/blender/editors/transform/CMakeLists.txt
+++ b/source/blender/editors/transform/CMakeLists.txt
@@ -39,13 +39,12 @@ set(INC_SYS
 )
 
 set(SRC
-	manipulator_widget.c
 	transform.c
 	transform_constraints.c
 	transform_conversions.c
 	transform_generics.c
 	transform_input.c
-#	transform_manipulator.c
+	transform_manipulator.c
 	transform_ops.c
 	transform_orientations.c
 	transform_snap.c
diff --git a/source/blender/editors/transform/manipulator_widget.c b/source/blender/editors/transform/transform_manipulator.c
similarity index 100%
rename from source/blender/editors/transform/manipulator_widget.c
rename to source/blender/editors/transform/transform_manipulator.c




More information about the Bf-blender-cvs mailing list