Public Member Functions | |
def | invoke |
def | poll |
Static Public Member Functions | |
def | create_material_passes |
def | create_texture_nodes |
def | get_connected_input_nodes |
def | get_or_create_material_passes |
def | get_or_create_texture_nodes |
def | get_subnodes |
def | get_texture_subnodes |
def | on_change_parent_material |
setup from MaterialScripts.reset_rna( callback=bpyShaders.on_change_parent_material ) | |
Static Public Attributes | |
string | bl_idname = "ogre.force_setup_material_passes" |
string | bl_label = "force bpyShaders" |
dictionary | bl_options = {'REGISTER'} |
operator: enables material nodes (workaround for not having IDPointers in pyRNA)
Definition at line 7437 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.create_material_passes | ( | mat, | |
n = 8 , |
|||
textures = True |
|||
) | [static] |
Definition at line 7533 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.create_texture_nodes | ( | mat, | |
n = 6 , |
|||
geoms = True |
|||
) | [static] |
Definition at line 7557 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.get_connected_input_nodes | ( | material, | |
node | |||
) | [static] |
Definition at line 7488 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.get_or_create_material_passes | ( | mat, | |
n = 8 |
|||
) | [static] |
Definition at line 7496 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.get_or_create_texture_nodes | ( | mat, | |
n = 6 |
|||
) | [static] |
Definition at line 7512 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.get_subnodes | ( | mat, | |
type = 'TEXTURE' |
|||
) | [static] |
Definition at line 7459 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.get_texture_subnodes | ( | parent, | |
submaterial = None |
|||
) | [static] |
Definition at line 7471 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.invoke | ( | self, | |
context, | |||
event | |||
) |
Definition at line 7446 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.on_change_parent_material | ( | mat, | |
context | |||
) | [static] |
setup from MaterialScripts.reset_rna( callback=bpyShaders.on_change_parent_material )
Definition at line 7454 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.bpyShaders.poll | ( | cls, | |
context | |||
) |
Definition at line 7444 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.bpyShaders::bl_idname = "ogre.force_setup_material_passes" [static] |
Definition at line 7439 of file io_export_ogreDotScene.py.
string io_export_ogreDotScene.bpyShaders::bl_label = "force bpyShaders" [static] |
Definition at line 7440 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.bpyShaders::bl_options = {'REGISTER'} [static] |
Definition at line 7441 of file io_export_ogreDotScene.py.