📷 GIF Exporter 1.1 | create animated GIFs from SketchUp models with customizable settings
Download
[plugin] xml parser
-
I need to save the complex entity of SU to xml and then load them. REXML is too slow, and the libxml-ruby is really hard to compile. Does anyone have the working lib? Or other suggestion?
thanks.
-
Export / Import
DAE files are XML.
You can select what you wish to save, and call:
model.export( "some/path/filename.dae", optshash )
Create the options hash first with
:selectionset_only => true
Then import them using
model.import
Advertisement