Files
test/source/blender
Ton Roosendaal f0ce8a563d Bugfix #34046
Linked Armature with local proxy, using feature "Custom shape at other bone" stopped working
on undo/redo.

It was actually a bug in the original commit (r26600, april 2010), storing a pointer from 
the library bone into the local proxy bone.
That's strictly forbidden in Blender, but it never showed up because on every undo-redo a 
complete proxy-sync was called again. To allow undo/redo I had to disable this syncing, 
except for file load. Hence the feature got lost :)

The fix is simple; just store the pointer to its own local bone instead.
2013-02-06 12:16:53 +00:00
..
2013-01-23 16:01:35 +00:00
2013-02-06 12:16:53 +00:00
2013-02-05 13:16:21 +00:00
2013-02-06 08:40:12 +00:00
2013-02-03 10:28:28 +00:00
2013-02-06 08:40:12 +00:00
2013-02-06 08:40:12 +00:00
2013-02-05 09:42:40 +00:00
2013-01-27 07:23:58 +00:00
2013-02-02 04:58:03 +00:00