gui.blenderexport.Plugin Class Reference

Python plugin to export scene to Blender. More...

Inheritance diagram for gui.blenderexport.Plugin:
[legend]
Collaboration diagram for gui.blenderexport.Plugin:
[legend]

Public Member Functions

def __init__ (self, mainWindow)
 
def resetConnection (self)
 

Public Attributes

 main
 
 client
 
 gui
 

Detailed Description

Python plugin to export scene to Blender.

Add the following to your settings file to activate it.

[pyplugins]
gepetto.gui.blenderexport=true

Constructor & Destructor Documentation

def gui.blenderexport.Plugin.__init__ (   self,
  mainWindow 
)

References gui.blenderexport.Plugin.resetConnection(), and gepetto::gui::MainWindow.resetConnection().

Member Function Documentation

def gui.blenderexport.Plugin.resetConnection (   self)

Member Data Documentation

gui.blenderexport.Plugin.client
gui.blenderexport.Plugin.gui
gui.blenderexport.Plugin.main