realXtend Tundra preview todo: This only work if the custom py script is enabled in Tundra It's nice when it works but PythonScriptModule is not part of the default Tundra distro anymore, so this is atm kind of dead. More...
Public Member Functions | |
def | invoke |
def | poll |
Static Public Attributes | |
string | bl_idname = 'tundra.preview' |
string | bl_label = "opens Tundra2 in a non-blocking subprocess" |
dictionary | bl_options = {'REGISTER'} |
tuple | EX_FORCE_CAMERA |
tuple | EX_FORCE_LAMPS |
string | EXPORT_TYPE = 'REX' |
tuple | filepath |
realXtend Tundra preview todo: This only work if the custom py script is enabled in Tundra It's nice when it works but PythonScriptModule is not part of the default Tundra distro anymore, so this is atm kind of dead.
helper to open Tundra2 (realXtend)
Definition at line 5804 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.TundraPreviewOp.invoke | ( | self, | |
context, | |||
event | |||
) |
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5831 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.TundraPreviewOp.poll | ( | cls, | |
context | |||
) |
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5827 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.TundraPreviewOp::bl_idname = 'tundra.preview' [static] |
Definition at line 5806 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.TundraPreviewOp::bl_label = "opens Tundra2 in a non-blocking subprocess" [static] |
Definition at line 5807 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.TundraPreviewOp::bl_options = {'REGISTER'} [static] |
Definition at line 5808 of file io_export_ogreDotScene.py.
tuple io_export_ogreDotScene.TundraPreviewOp::EX_FORCE_CAMERA [static] |
BoolProperty( name="Force Camera", description="export active camera", default=False)
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5817 of file io_export_ogreDotScene.py.
tuple io_export_ogreDotScene.TundraPreviewOp::EX_FORCE_LAMPS [static] |
BoolProperty( name="Force Lamps", description="export all lamps", default=False)
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5821 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.TundraPreviewOp::EXPORT_TYPE = 'REX' [static] |
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5809 of file io_export_ogreDotScene.py.
tuple io_export_ogreDotScene.TundraPreviewOp::filepath [static] |
StringProperty( name="File Path", description="Filepath used for exporting Tundra .txml file", maxlen=1024, default="/tmp/preview.txml", subtype='FILE_PATH')
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5811 of file io_export_ogreDotScene.py.