[Bf-blender-cvs] [6d9595a] temp_widgets_update_tagging: Correction to previous commit.

Julian Eisel noreply at git.blender.org
Wed May 11 00:57:18 CEST 2016


Commit: 6d9595a4375066ea827c065b8654614d7ede79f7
Author: Julian Eisel
Date:   Wed May 11 00:56:59 2016 +0200
Branches: temp_widgets_update_tagging
https://developer.blender.org/rB6d9595a4375066ea827c065b8654614d7ede79f7

Correction to previous commit.

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

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

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

diff --git a/source/blender/editors/transform/transform_manipulator2d.c b/source/blender/editors/transform/transform_manipulator2d.c
index d3b3192..21fc4ed 100644
--- a/source/blender/editors/transform/transform_manipulator2d.c
+++ b/source/blender/editors/transform/transform_manipulator2d.c
@@ -139,7 +139,7 @@ static ManipulatorGroup2D *manipulatorgroup2d_init(wmWidgetGroup *wgroup)
 }
 
 /**
- * Calculates origin in view space, use with #manipulator2d_origin_to_view.
+ * Calculates origin in view space, use with #manipulator2d_origin_to_region.
  */
 static void manipulator2d_calc_origin(const bContext *C, float *r_origin)
 {




More information about the Bf-blender-cvs mailing list