Jmonkey preview todo: remove jmonkey. More...

Public Member Functions | |
| def | invoke |
| def | poll |
Static Public Attributes | |
| string | bl_idname = 'jmonkey.preview' |
| string | bl_label = "opens JMonkeyEngine in a non-blocking subprocess" |
| dictionary | bl_options = {'REGISTER'} |
| string | EXPORT_TYPE = 'OGRE' |
| tuple | filepath = StringProperty(name="File Path", description="Filepath used for exporting Jmonkey .scene file", maxlen=1024, default="/tmp/preview.txml", subtype='FILE_PATH') |
Jmonkey preview todo: remove jmonkey.
helper to open jMonkey (JME)
Definition at line 5767 of file io_export_ogreDotScene.py.
| def io_export_ogreDotScene.JmonkeyPreviewOp.invoke | ( | self, | |
| context, | |||
| event | |||
| ) |
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5780 of file io_export_ogreDotScene.py.
| def io_export_ogreDotScene.JmonkeyPreviewOp.poll | ( | cls, | |
| context | |||
| ) |
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5777 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.JmonkeyPreviewOp::bl_idname = 'jmonkey.preview' [static] |
Definition at line 5769 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.JmonkeyPreviewOp::bl_label = "opens JMonkeyEngine in a non-blocking subprocess" [static] |
Definition at line 5770 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.JmonkeyPreviewOp::bl_options = {'REGISTER'} [static] |
Definition at line 5771 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.JmonkeyPreviewOp::EXPORT_TYPE = 'OGRE' [static] |
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5774 of file io_export_ogreDotScene.py.
tuple io_export_ogreDotScene.JmonkeyPreviewOp::filepath = StringProperty(name="File Path", description="Filepath used for exporting Jmonkey .scene file", maxlen=1024, default="/tmp/preview.txml", subtype='FILE_PATH') [static] |
Reimplemented from io_export_ogreDotScene._OgreCommonExport_.
Definition at line 5773 of file io_export_ogreDotScene.py.