Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(878)

Unified Diff: source/blender/editors/gpencil/editaction_gpencil.c

Issue 5285047: Camera tracking integration Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Updated to tomato rev41255 Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/editors/gpencil/editaction_gpencil.c
===================================================================
--- source/blender/editors/gpencil/editaction_gpencil.c (revision 41254)
+++ source/blender/editors/gpencil/editaction_gpencil.c (working copy)
@@ -422,6 +422,7 @@
case SPACE_NODE: /* Nodes Editor: either screen-aligned or view-aligned */
case SPACE_IMAGE: /* Image Editor: either screen-aligned or view\image-aligned */
+ case SPACE_CLIP: /* Image Editor: either screen-aligned or view\image-aligned */
if ((gps->flag == 0) || (gps->flag & GP_STROKE_2DSPACE))
stroke_ok= 1;
break;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b