Page MenuHome

armature_select_flag_fix.patch

armature_select_flag_fix.patch

Index: source/blender/editors/armature/pose_select.c
===================================================================
--- source/blender/editors/armature/pose_select.c (revision 61074)
+++ source/blender/editors/armature/pose_select.c (working copy)
@@ -168,7 +168,7 @@
* (e.g. Mask Modifier in 'Armature' mode), force update
*/
else if (arm->flag & ARM_HAS_VIZ_DEPS) {
- DAG_id_tag_update(&ob_act->id, OB_RECALC_DATA);
+ DAG_id_tag_update(&ob->id, OB_RECALC_DATA);
}
}
}

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
07/2b/066c02b0ed1ed558607fdb395883

Event Timeline