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

Chris Want cwant at ualberta.ca
Wed Jul 19 15:05:11 CEST 2006


hos (Chris Want) 2006/07/19 15:05:11 CEST

  Modified files:
    blender/release/scripts vrml97_export.py 
  
  Log:
  Converting a mesh object with modifiers to a temporary mesh during
  export would cause a problem since the temporary meshes created
  would often reuse the same name for many objects. This fix mangles
  the object name and uses this for the temporary mesh name to avoid
  this problem. (The naming is important, since vrml has 'DEF' and 'USE'
  statements that are used like C macros, so if two meshes have the
  same name the exporter will try to 'recycle' data to keep file sizes
  low).
  
  Revision  Changes    Path
  1.19      +14 -2     blender/release/scripts/vrml97_export.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/vrml97_export.py.diff?r1=1.18&r2=1.19&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list