Blender Git Commit Log
Git Commits -> Revision 063605b
Revision 063605b by Campbell Barton (master) April 17, 2007, 14:23 (GMT) |
Python API registry SetKey() had a limit of 60 that would keep counting up every time you used SetKey() until it would always be 60 and nothing would save. removing limits for now, no other areas of blenders API have limits like this (even if those limits make sense in most cases) we may add warnings later. also use faster dict syntax too. |
Commit Details:
Full Hash: 063605b2795b24075220f93f05e0dd2f08b7e4dd
SVN Revision: 10541
Parent Commit: 033abf8
Lines Changed: +26, -25
1 Modified Path:
/release/scripts/bpymodules/BPyRegistry.py (+26, -25) (Diff)