[Bf-blender-cvs] CVS commit: blender/release/scripts vrml97_export.py

Chris Want cwant at ualberta.ca
Fri May 19 19:28:17 CEST 2006


hos (Chris Want) 2006/05/19 19:28:17 CEST

  Modified files:
    blender/release/scripts vrml97_export.py 
  
  Log:
  Hrmm, this is a bit nasty: I am now using a different call to get a mesh
  for export depending on whether the object containing the data has
  modifiers or not. For an object without modifiers, things are nice since
  the mesh can be properly instanced and reused. For an object with
  modifiers there are problems, since a new Mesh has to be created,
  akin to doing an Alt-C on the mesh, and we end up using more memory
  after the use of the script than we used beforehand. (I wonder if
  I would be better off porting the thing to C.)
  
  Revision  Changes    Path
  1.18      +7 -2      blender/release/scripts/vrml97_export.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/vrml97_export.py.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list