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

Joseph Gilbert models at paposo.com
Thu Jan 25 16:19:28 CET 2007


ascotan (Joseph Gilbert) 2007/01/25 16:19:28 CET

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Armature.c Armature.h 
                                          Window.c 
  
  Log:
  Bug fix for:
  [ #5000 ] Changin EditMode in Script wrecks memory
  
  Armatures create weakreferences in __main__.__dict__.  When Window.Editmode is called, the weaklist it iterated over and armatures are updated.
  
  Revision  Changes    Path
  1.91      +8 -1      blender/source/blender/python/BPY_interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/BPY_interface.c.diff?r1=1.90&r2=1.91&cvsroot=bf-blender>
  1.50      +26 -3     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.49&r2=1.50&cvsroot=bf-blender>
  1.16      +4 -1      blender/source/blender/python/api2_2x/Armature.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Armature.h.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>
  1.44      +24 -4     blender/source/blender/python/api2_2x/Window.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Window.c.diff?r1=1.43&r2=1.44&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list