Blender Git Commit Log
Git Commits -> Revision d846d9d
Revision d846d9d by Joshua Leung (master) July 4, 2007, 07:07 (GMT) |
Bugfix: 'Random' crashes after duplicating bones This commit should fix some seemingly random crashes broken and I have been experiencing while editing armatures. A backtrace revealed that autosave was choking on the PoseChannels that didn't have a Bone assigned to them. This was caused by the bone duplication code making a new PoseChannel for a duplicated bone, but that new bone not getting assigned to the PoseChannel yet, as the user was still in EditMode. |
Commit Details:
Full Hash: d846d9db9f50b0099e51cd99b4b724b88f2eda03
SVN Revision: 11165
Parent Commit: 727216f
Lines Changed: +14, -10