Blender Git Commit Log
Git Commits -> Revision f0ce8a5
Revision f0ce8a5 by Ton Roosendaal (master) February 6, 2013, 12:16 (GMT) |
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. |
Commit Details:
Full Hash: f0ce8a563d71a659c6ed0398b8bf3c51a8109cd0
SVN Revision: 54351
Parent Commit: 2ea0826
Lines Changed: +2, -1
1 Modified Path:
/source/blender/blenkernel/intern/armature.c (+2, -1) (Diff)