From 46ac288a930673af3cf2a253a933f2663566295d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Feb 2019 15:14:54 +1100 Subject: Cleanup: rename V3D_MANIP_* -> V3D_ORIENT_* Wasn't obvious it's related to orientation, also term manipulator is no longer in use. --- source/blender/editors/transform/transform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/transform/transform.h') diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h index 51a69c952c4..e72075dde21 100644 --- a/source/blender/editors/transform/transform.h +++ b/source/blender/editors/transform/transform.h @@ -611,7 +611,7 @@ typedef struct TransInfo { short user_alt; short index; short *types[2]; - /* this gets used when custom_orientation is V3D_MANIP_CUSTOM */ + /* this gets used when custom_orientation is V3D_ORIENT_CUSTOM */ TransformOrientation *custom; } orientation; /** backup from view3d, to restore on end. */ -- cgit v1.2.3