Page Menu
Home
Search
Configure Global Search
Log In
Files
F23956
armature_select_flag_fix.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Henrik Aarnio (hjaarnio)
Nov 13 2013, 5:16 PM
Size
505 B
Subscribers
None
armature_select_flag_fix.patch
View Options
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
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
07/2b/066c02b0ed1ed558607fdb395883
Event Timeline
Log In to Comment