Files
test2/source
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
..
2017-07-17 09:30:39 +02:00
2017-06-01 19:59:37 +02:00
2017-01-29 17:21:57 +03:00
2017-04-08 12:01:29 +10:00