[Bf-blender-cvs] CVS commit: blender/release/scripts/bpymodules BPyRegistry.py

Campbell Barton cbarton at metavr.com
Tue Apr 17 16:23:19 CEST 2007


campbellbarton (Campbell Barton) 2007/04/17 16:23:19 CEST

  Modified files:
    blender/release/scripts/bpymodules BPyRegistry.py 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.5       +27 -26    blender/release/scripts/bpymodules/BPyRegistry.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/BPyRegistry.py.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list