[Bf-python] Re: [Bf-blender-cvs] CVS commit: blender/release/scripts obj_export.py obj_import.py mesh_cleanup.py blender/release/scripts/bpymodules BPyMesh.py

Ken Hughes khughes at pacific.edu
Tue Apr 11 22:45:52 CEST 2006


Campbell Barton wrote:
> campbellbarton (Campbell Barton) 2006/04/10 23:42:18 CEST
> 
>   Modified files:
>     blender/release/scripts obj_export.py obj_import.py 
>                             mesh_cleanup.py 
>     blender/release/scripts/bpymodules BPyMesh.py 
>   
>   Log:
>   Moved ngon creating function from obj_import into BPyMesh so other importers can use it.
>   Exporter free's mesh vertex data each run (was causing memory errors when exporting fluidsim meshes... poke ken for Mesh.Unlink() since many meshes are still created)

Looked into this and it's pretty simple, but occurs to me maybe if we're 
going to do this it should be generic, not just for meshes.  Almost 
seems like it should be Blender.Unlink()....

Ken



More information about the Bf-python mailing list