Blender Git Commit Log
Git Commits -> Revision f765e0c
Revision f765e0c by Sergey Sharybin (master) June 7, 2019, 08:47 (GMT) |
Remove Deform Delay armature option This option can not be supported by a new granular dependency graph, and, especially, copy-on-write. It was always doing full update ever since initial commit of new dependency graph which we are using here in the studio for the past years and lack of this option was never brought up. Fixes T65557: Delay refresh option in armatures is broken |
Commit Details:
Full Hash: f765e0cd21c29e0a8130ab719ddaa989d85fd4ce
Parent Commit: b290695
Lines Changed: +10, -51
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_armature.py (+0, -2) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+6, -2) (Diff)
/source/blender/editors/armature/pose_lib.c (+2, -20) (Diff)
/source/blender/editors/transform/transform_conversions.c (+0, -10) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -10) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+0, -6) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+6, -2) (Diff)
/source/blender/editors/armature/pose_lib.c (+2, -20) (Diff)
/source/blender/editors/transform/transform_conversions.c (+0, -10) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -10) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+0, -6) (Diff)