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

Stephen Swaney sswaney at centurytel.net
Wed Jan 31 04:12:26 CET 2007


stiv (Stephen Swaney) 2007/01/31 04:12:26 CET

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Armature.c Window.c 
                                          gen_utils.h 
  
  Log:
  Bugfix for #5000
  Setup for Armature weak ref list was missing from some places where
  we execute py code.  This confused the interpreter and gave random
  attribute/tuple parse errors.
  Changed name of weak ref list to "__arm_weakrefs" to avoid name
  collision with user variables.
  
  Revision  Changes    Path
  1.93      +47 -8     blender/source/blender/python/BPY_interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/BPY_interface.c.diff?r1=1.92&r2=1.93&cvsroot=bf-blender>
  1.53      +21 -19    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.52&r2=1.53&cvsroot=bf-blender>
  1.46      +42 -25    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.45&r2=1.46&cvsroot=bf-blender>
  1.40      +4 -1      blender/source/blender/python/api2_2x/gen_utils.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/gen_utils.h.diff?r1=1.39&r2=1.40&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list