[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Armature.c

Stephen Swaney sswaney at centurytel.net
Thu Jan 12 22:21:41 CET 2006


stiv (Stephen Swaney) 2006/01/12 22:21:41 CET

  Modified files:
    blender/source/blender/python/api2_2x Armature.c 
  
  Log:
  bugfix: #3738  Armature bones returns none instead of key error
  
  BonesDict was returning None instead of throwing a KeyError
  when key not found.
  Also fixed a few compile warnings about struct initialization.
  
  Revision  Changes    Path
  1.33      +18 -8     blender/source/blender/python/api2_2x/Armature.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Armature.c.diff?r1=1.32&r2=1.33&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list