NodeWrangler / node_efficiency_tools.py - Export Material as Cycles XML #40929

Closed
opened 2014-07-02 21:13:42 +02:00 by Patrick Rosendahl · 5 comments

Hi, this is my node wrangler script that helped me getting node-setups over to XML. It is not complete, but would like to let yall know.
The resulting XML needs little manual work.

It is a translation layer between the python API and XML, and it is easy to add more "translations".

The class is named "NWExportGroupAsXML", and you get it via right-click at the bottom ("export as xml").

node_efficiency_tools.py

Hi, this is my node wrangler script that helped me getting node-setups over to XML. It is _not_ complete, but would like to let yall know. The resulting XML needs little manual work. It is a translation layer between the python API and XML, and it is easy to add more "translations". The class is named "NWExportGroupAsXML", and you get it via right-click at the bottom ("export as xml"). [node_efficiency_tools.py](https://archive.blender.org/developer/F96410/node_efficiency_tools.py)

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @PRosendahl

Added subscriber: @PRosendahl

Forgot to mention that it is not exported to a file, but as (windows) clipboard text. Though it should work on other OS as well (bpy.context.window_manager.clipboard).

Forgot to mention that it is not exported to a file, but as (windows) clipboard text. Though it should work on other OS as well (bpy.context.window_manager.clipboard).

Please close this topic. Fabio is working on a full scene exporter here: https://developer.blender.org/T38279

Please close this topic. Fabio is working on a full scene exporter here: https://developer.blender.org/T38279

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Thomas Dinges self-assigned this 2014-07-08 00:25:33 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#40929
No description provided.