Public Member Functions | Public Attributes | List of all members
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, flags=None)
 
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

◆ __init__()

def gui.blenderexport.Plugin.__init__ (   self,
  mainWindow,
  flags = None 
)

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

Member Function Documentation

◆ resetConnection()

def gui.blenderexport.Plugin.resetConnection (   self)

Member Data Documentation

◆ client

gui.blenderexport.Plugin.client

◆ gui

gui.blenderexport.Plugin.gui

◆ main

gui.blenderexport.Plugin.main