Commit: ba61992cc3a98bdcc9cebd59ea96cfad5a63e08d
Author: Campbell Barton
Date:   Thu Apr 17 13:23:16 2014 +1000
https://developer.blender.org/rBba61992cc3a98bdcc9cebd59ea96cfad5a63e08d

Fix T39767: Parent in Mask mode crashes

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

M       source/blender/editors/mask/mask_relationships.c

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

diff --git a/source/blender/editors/mask/mask_relationships.c 
b/source/blender/editors/mask/mask_relationships.c
index 9cc1702..ec32190 100644
--- a/source/blender/editors/mask/mask_relationships.c
+++ b/source/blender/editors/mask/mask_relationships.c
@@ -195,7 +195,7 @@ void MASK_OT_parent_set(wmOperatorType *ot)
        //ot->invoke = mask_parent_set_invoke;
        ot->exec = mask_parent_set_exec;
 
-       ot->poll = ED_maskedit_mask_poll;
+       ot->poll = ED_space_clip_maskedit_mask_poll;
 
        /* flags */
        ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to