Python plugin to export scene to Blender. More...
Public Member Functions | |
| def | __init__ (self, mainWindow) |
| def | resetConnection (self) |
Public Attributes | |
| main | |
| client | |
| gui | |
Python plugin to export scene to Blender.
Add the following to your settings file to activate it.
[pyplugins] gepetto.gui.blenderexport=true
| def gui.blenderexport.Plugin.__init__ | ( | self, | |
| mainWindow | |||
| ) |
References gui.blenderexport.Plugin.resetConnection(), and gepetto::gui::MainWindow.resetConnection().
| def gui.blenderexport.Plugin.resetConnection | ( | self | ) |
Referenced by gui.blenderexport.Plugin.__init__().
| gui.blenderexport.Plugin.client |
| gui.blenderexport.Plugin.gui |
| gui.blenderexport.Plugin.main |