Files
test/source/blender
Sergey Sharybin 3212e72cfe Depsgraph: Fix crash opening file with IK solver with copy on write enabled
The issue was caused by id_copy_no_main() changing pointers of constraints used
in pose to a newly allocated ID. This is correct, but caused confusion too our
copy on write remapping, because we are mimicing inplace duplication by copying
memory over from a temporarily duplicated ID to a proper placeholder. This was
causing dangling pointers in pose to a temporarily allocated ID.

Now we add special code to remapping callback which replaces temporary ID with
a proper one.
2017-07-19 15:20:06 +02:00
..
2016-01-04 14:20:48 +05:00
2017-07-19 20:12:24 +10:00
2016-07-15 02:39:45 +10:00
2017-06-15 20:56:22 +10:00