Public Member Functions | |
def | invoke |
def | poll |
Static Public Attributes | |
string | bl_idname = "ogre.save_config" |
string | bl_label = "save config file" |
dictionary | bl_options = {'REGISTER'} |
operator: saves current b2ogre configuration
Definition at line 908 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.Blender2Ogre_ConfigOp.invoke | ( | self, | |
context, | |||
event | |||
) |
Definition at line 917 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.Blender2Ogre_ConfigOp.poll | ( | cls, | |
context | |||
) |
Definition at line 915 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.Blender2Ogre_ConfigOp::bl_idname = "ogre.save_config" [static] |
Definition at line 910 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.Blender2Ogre_ConfigOp::bl_label = "save config file" [static] |
Definition at line 911 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.Blender2Ogre_ConfigOp::bl_options = {'REGISTER'} [static] |
Definition at line 912 of file io_export_ogreDotScene.py.