[Bf-blender-cvs] [5f8b85e253f] blender2.8: Cleanup: use blender terminology

Campbell Barton noreply at git.blender.org
Wed Apr 25 10:17:43 CEST 2018


Commit: 5f8b85e253ff81b73ca1547c69858c1ed419029b
Author: Campbell Barton
Date:   Wed Apr 25 10:17:31 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB5f8b85e253ff81b73ca1547c69858c1ed419029b

Cleanup: use blender terminology

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

M	source/blender/editors/transform/transform.h

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

diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 8d4d1dfa53c..f642dfc27d9 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -483,7 +483,7 @@ typedef struct TransInfo {
 	short		persp;
 	short		around;
 	char		spacetype;		/* spacetype where transforming is      */
-	char		helpline;		/* choice of custom cursor with or without a help line from the gizmo to the mouse pos */
+	char		helpline;		/* Choice of custom cursor with or without a help line from the manipulator to the mouse position. */
 	short		obedit_type;	/* Avoid looking inside TransDataContainer obedit. */
 
 	float		vec[3];			/* translation, to show for widget   	*/



More information about the Bf-blender-cvs mailing list