[Bf-blender-cvs] [7f66a28] wiggly-widgets: Correct trackball widget name

Julian Eisel noreply at git.blender.org
Thu Mar 3 12:09:38 CET 2016


Commit: 7f66a285213b71c62771244373fcb6a17f8652c2
Author: Julian Eisel
Date:   Thu Mar 3 12:09:08 2016 +0100
Branches: wiggly-widgets
https://developer.blender.org/rB7f66a285213b71c62771244373fcb6a17f8652c2

Correct trackball widget name

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

M	source/blender/editors/transform/transform_manipulator.c

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

diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c
index 782dffd..e7883c0 100644
--- a/source/blender/editors/transform/transform_manipulator.c
+++ b/source/blender/editors/transform/transform_manipulator.c
@@ -1058,7 +1058,7 @@ static ManipulatorGroup *manipulatorgroup_init(
 
 	/* add/init widgets - order matters! */
 	if (init_rot) {
-		man->rotate_t = WIDGET_dial_new(wgroup, "rotate_c", WIDGET_DIAL_STYLE_RING_FILLED);
+		man->rotate_t = WIDGET_dial_new(wgroup, "rotate_t", WIDGET_DIAL_STYLE_RING_FILLED);
 	}
 	if (init_scale) {
 		man->scale_c = WIDGET_dial_new(wgroup, "scale_c", WIDGET_DIAL_STYLE_RING);




More information about the Bf-blender-cvs mailing list