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

Campbell Barton cbarton at metavr.com
Sat Jul 22 16:22:03 CEST 2006


campbellbarton (Campbell Barton) 2006/07/22 16:22:03 CEST

  Modified files:
    blender/source/blender/python/api2_2x NLA.c 
  
  Log:
  noticed my BVH test import blender was 30meg+ turns out to be
  python new action function (M_NLA_NewAction) was making actions with 2 users, so that acrions would never de-allocated,
  
  alloc_libblock alredy assigns a user, so just dont assign another from M_NLA_NewAction.
  
  Revision  Changes    Path
  1.16      +22 -22    blender/source/blender/python/api2_2x/NLA.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/NLA.c.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list