Blender Git Loki
Git Commits -> Revision be3d5f9
Revision be3d5f9 by Joshua Leung (master) March 17, 2010, 11:34 (GMT) |
PyKeyingSet Bugfixes: * With multiple objects selected, only one of the objects got keyframed. The code which was checking for duplicate paths was wrongly assuming to ignore the ID-block used still. * Not registering a Keying Set as 'builtin' would crash on startup. I've made all Keying Sets fallback to adding as if they were local for now, but a better solution is coming soon. * Fixed a typo in RNA function wrappers for the generator callback, since it was looking for the iterator only. This doesn't seem to have caused any problems (thankfully). |
Commit Details:
Full Hash: be3d5f9d5df90737c01338266efd72b3367b9e6c
SVN Revision: 27573
Parent Commit: 1d4b932
Lines Changed: +6, -12