Blender V2.61 - r43446
|
Public Member Functions | |
def | poll |
def | execute |
Static Public Attributes | |
string | bl_idname = "export_mesh.cycles_xml" |
string | bl_label = "Export Cycles XML" |
string | filename_ext = ".xml" |
Definition at line 88 of file io_export_cycles_xml.py.
def io_export_cycles_xml::ExportCyclesXML::execute | ( | self, | |
context | |||
) |
Definition at line 98 of file io_export_cycles_xml.py.
def io_export_cycles_xml::ExportCyclesXML::poll | ( | cls, | |
context | |||
) |
Definition at line 95 of file io_export_cycles_xml.py.
string io_export_cycles_xml::ExportCyclesXML::bl_idname = "export_mesh.cycles_xml" [static] |
Definition at line 89 of file io_export_cycles_xml.py.
string io_export_cycles_xml::ExportCyclesXML::bl_label = "Export Cycles XML" [static] |
Definition at line 90 of file io_export_cycles_xml.py.
string io_export_cycles_xml::ExportCyclesXML::filename_ext = ".xml" [static] |
Definition at line 92 of file io_export_cycles_xml.py.