Blender Git Loki
Git Commits -> Revision 9ebde54
Revision 9ebde54 by Joshua Leung (master) March 18, 2010, 07:53 (GMT) |
Bugfix: Autokeying was non-functional after the Keying Sets refactor - The RNA wrapping for the generate callback was still wrong, with the primary effect being that C-code calling this had unexpected consequences that were hard to debug. - Fixed some defective checks that meant that when specifying the RNA-pointers for the Keying Set to use (rather than using the Keying Set's own iterator callback) would never add any info. |
Commit Details:
Full Hash: 9ebde542ece4ce13c4f8375e879a6c497b4da3f7
SVN Revision: 27589
Parent Commit: 3566400
Lines Changed: +8, -5