[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Object.c blender/source/blender/python/api2_2x/doc Object.py

Ken Hughes khughes at pacific.edu
Thu Nov 17 19:35:11 CET 2005


khughes (Ken Hughes) 2005/11/17 19:35:11 CET

  Modified files:
    blender/source/blender/python/api2_2x Object.c 
    blender/source/blender/python/api2_2x/doc Object.py 
  
  Log:
  -- Fix for the "LIB ERROR: base removed" problem; BPy Object was decrementing
     us.id when objects were destroyed but not always incrementing when
     created.  The intent of modifying us.id is to make Python a "user" of the
     data so it persists even when it is deleted from Blenders UI.  The original
     commit was unintentional but Ton thought the idea was OK.
  
  Revision  Changes    Path
  1.144     +62 -83    blender/source/blender/python/api2_2x/Object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Object.c.diff?r1=1.143&r2=1.144&cvsroot=bf-blender>
  1.47      +6 -1      blender/source/blender/python/api2_2x/doc/Object.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Object.py.diff?r1=1.46&r2=1.47&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list