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

Joseph Eagar joeedh at gmail.com
Wed Nov 29 23:19:21 CET 2006


joeedh (Joseph Eagar) 2006/11/29 23:19:21 CET

  Modified files:
    blender/source/blender/python/api2_2x IDProp.c 
  
  Log:
  =IDProperties bugfix=
  
  IDProperties was doing a name check where it shouldn't;
  thise made executing "prop['value'] = something" not work
  if the property 'value' already existed.  Fixed it by
  making the code replace existing properties, like it
  should.
  
  
  Revision  Changes    Path
  1.4       +4 -4      blender/source/blender/python/api2_2x/IDProp.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/IDProp.c.diff?r1=1.3&r2=1.4&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list