[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4348] trunk/py/scripts/addons: add simple VRML2 exporter, this is mainly intended for use with 3D printers - single mesh export only .

Bastien Montagne montagne29 at wanadoo.fr
Mon Mar 11 13:12:51 CET 2013


Please be careful when adding a new addon! This one uses some code from 
io_mesh_ply addon, among others, the same identifiers (actually, the 
same op class name)!!! Copy/paste, tsst…

Found that because my i18n message extractor code suddenly segfaulted, 
took me a while to locate the issue (segfault backtrace was useless) :/

Cambell, can you please either update that addon, or remove it from 
repository until it is working? Thanks

Bastien

On 11/03/2013 12:14, Campbell Barton wrote:
> Revision: 4348
>            http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4348
> Author:   campbellbarton
> Date:     2013-03-11 11:14:35 +0000 (Mon, 11 Mar 2013)
> Log Message:
> -----------
> add simple VRML2 exporter, this is mainly intended for use with 3D printers - single mesh export only.
> currently supports triangles, material/vertex colors.
>
> Added Paths:
> -----------
>      trunk/py/scripts/addons/io_mesh_vrml2/
>      trunk/py/scripts/addons/io_mesh_vrml2/__init__.py
>      trunk/py/scripts/addons/io_mesh_vrml2/export_vrml2.py


More information about the Bf-extensions-cvs mailing list