[Bf-blender-cvs] [13e72721f94] greasepencil-object: Rotate manipulator for Grease Pencil

Antonio Vazquez noreply at git.blender.org
Thu Aug 24 16:10:01 CEST 2017


Commit: 13e72721f9400ca3227a57134147fbfd288bc761
Author: Antonio Vazquez
Date:   Thu Aug 24 16:04:11 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB13e72721f9400ca3227a57134147fbfd288bc761

Rotate manipulator for Grease Pencil

Before only global orientation was supported

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

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 68a9628ea96..e74f0fb6206 100644
--- a/source/blender/editors/transform/transform_manipulator.c
+++ b/source/blender/editors/transform/transform_manipulator.c
@@ -926,7 +926,7 @@ static int calc_manipulator_stats(const bContext *C)
 	}
 
 	/* global, local or normal orientation? */
-	if (ob && totsel && !is_gp_edit) {
+	if (ob && totsel) {
 
 		switch (v3d->twmode) {



More information about the Bf-blender-cvs mailing list