[Bf-blender-cvs] [b33615a080a] master: Cleanup: remove unused "guide_origin" property

Jacques Lucke noreply at git.blender.org
Thu Jan 24 17:40:50 CET 2019


Commit: b33615a080a127d4cd6d9952fc4158963f035fec
Author: Jacques Lucke
Date:   Thu Jan 24 17:39:14 2019 +0100
Branches: master
https://developer.blender.org/rBb33615a080a127d4cd6d9952fc4158963f035fec

Cleanup: remove unused "guide_origin" property

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

M	source/blender/editors/gpencil/gpencil_paint.c

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

diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index e025dd9b261..d9e36f5bf8c 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -3780,7 +3780,6 @@ void GPENCIL_OT_draw(wmOperatorType *ot)
 
 	/* guides */
 	prop = RNA_def_float(ot->srna, "guide_last_angle", 0.0f, -10000.0f, 10000.0f, "Angle", "Speed guide angle", -10000.0f, 10000.0f);
-	prop = RNA_def_float_vector(ot->srna, "guide_origin", 3, NULL, -10000.0f, 10000.0f, "Origin", "Speed guide origin", -10000.0f, 10000.0f);
 }
 
 /* additional OPs */



More information about the Bf-blender-cvs mailing list