Public Member Functions | Static Public Attributes
io_export_ogreDotScene.TundraPreviewOp Class Reference

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...

Inheritance diagram for io_export_ogreDotScene.TundraPreviewOp:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

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.


Member Function Documentation

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.


Member Data Documentation

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.

Initial value:
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.

Initial value:
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.

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 5809 of file io_export_ogreDotScene.py.

Initial value:
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.


The documentation for this class was generated from the following file:


naoqi_tools
Author(s): Mikael Arguedas
autogenerated on Sat Jun 8 2019 20:30:22