Public Member Functions | |
def | create_DECIMATED |
def | create_TERRAIN |
def | get_subcollisions |
def | invoke |
def | poll |
Static Public Attributes | |
string | bl_idname = "ogre.set_collision" |
string | bl_label = "modify collision" |
dictionary | bl_options = {'REGISTER'} |
tuple | MODE = StringProperty(name="toggle mode", maxlen=32, default="disable") |
Ogre Collision
Definition at line 1396 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.OgreCollisionOp.create_DECIMATED | ( | self, | |
ob | |||
) |
Definition at line 1418 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.OgreCollisionOp.create_TERRAIN | ( | self, | |
ob | |||
) |
Definition at line 1433 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.OgreCollisionOp.get_subcollisions | ( | self, | |
ob, | |||
create = True |
|||
) |
Definition at line 1408 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.OgreCollisionOp.invoke | ( | self, | |
context, | |||
event | |||
) |
Definition at line 1471 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.OgreCollisionOp.poll | ( | cls, | |
context | |||
) |
Definition at line 1404 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.OgreCollisionOp::bl_idname = "ogre.set_collision" [static] |
Definition at line 1398 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.OgreCollisionOp::bl_label = "modify collision" [static] |
Definition at line 1399 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.OgreCollisionOp::bl_options = {'REGISTER'} [static] |
Definition at line 1400 of file io_export_ogreDotScene.py.
tuple io_export_ogreDotScene.OgreCollisionOp::MODE = StringProperty(name="toggle mode", maxlen=32, default="disable") [static] |
Definition at line 1401 of file io_export_ogreDotScene.py.