MaterialXglTF 1.39.0.1
|
Package globals. More...
Go to the source code of this file.
Package globals.
Definition in file globals.py.
str materialxgltf.globals.EMPTY_STRING = '' |
Definition at line 38 of file globals.py.
str materialxgltf.globals.GLTF_DEFAULT_MESH_PREFIX = 'MESH_' |
Definition at line 16 of file globals.py.
str materialxgltf.globals.GLTF_DEFAULT_NODE_PREFIX = 'NODE_' |
Definition at line 15 of file globals.py.
str materialxgltf.globals.GLTF_DEFAULT_PRIMITIVE_PREFIX = 'PRIMITIVE_' |
Definition at line 18 of file globals.py.
str materialxgltf.globals.JSON_CATEGORY_NAME_SEPARATOR = ':' |
Definition at line 42 of file globals.py.
str materialxgltf.globals.MATERIALX_DOCUMENT_ROOT = 'materialx' |
Definition at line 44 of file globals.py.
str materialxgltf.globals.MTLX_COLOR_SPACE_ATTRIBUTE = 'colorspace' |
Definition at line 33 of file globals.py.
str materialxgltf.globals.MTLX_DEFAULT_COLORSPACE = 'srgb_texture' |
Definition at line 28 of file globals.py.
str materialxgltf.globals.MTLX_DEFAULT_MATERIAL_NAME = 'MAT_0' |
Definition at line 10 of file globals.py.
str materialxgltf.globals.MTLX_DEFAULT_SHADER_NAME = 'SHD_0' |
Definition at line 12 of file globals.py.
str materialxgltf.globals.MTLX_FLOAT_STRING = 'float' |
Definition at line 36 of file globals.py.
str materialxgltf.globals.MTLX_GLTF_COLOR_IMAGE = 'gltf_colorimage' |
Definition at line 26 of file globals.py.
str materialxgltf.globals.MTLX_GLTF_IMAGE = 'gltf_image' |
Definition at line 25 of file globals.py.
str materialxgltf.globals.MTLX_GLTF_NORMALMAP_IMAGE = 'gltf_normalmap' |
Definition at line 27 of file globals.py.
str materialxgltf.globals.MTLX_GLTF_PBR_CATEGORY = 'gltf_pbr' |
Definition at line 22 of file globals.py.
str materialxgltf.globals.MTLX_IN_STRING = 'in' |
Definition at line 35 of file globals.py.
str materialxgltf.globals.MTLX_INTERFACEINPUT_NAME_ATTRIBUTE = 'interfacename' |
Definition at line 30 of file globals.py.
str materialxgltf.globals.MTLX_MATERIAL_PREFIX = 'MAT_' |
Definition at line 11 of file globals.py.
str materialxgltf.globals.MTLX_NODE_NAME_ATTRIBUTE = 'nodename' |
Definition at line 31 of file globals.py.
str materialxgltf.globals.MTLX_NODEGRAPH_NAME_ATTRIBUTE = 'nodegraph' |
Definition at line 32 of file globals.py.
str materialxgltf.globals.MTLX_SHADER_PREFIX = 'SHD_' |
Definition at line 13 of file globals.py.
str materialxgltf.globals.MTLX_UNLIT_CATEGORY_STRING = 'surface_unlit' |
Definition at line 23 of file globals.py.
str materialxgltf.globals.MTLX_VALUE_ATTRIBUTE = 'value' |
Definition at line 39 of file globals.py.
str materialxgltf.globals.MTLX_VALUE_STRING = 'value' |
Definition at line 37 of file globals.py.
str materialxgltf.globals.MTLX_VEC3_STRING = 'vector3' |
Definition at line 34 of file globals.py.
str materialxgltf.globals.MULTI_OUTPUT_TYPE_STRING = 'multioutput' |
Definition at line 24 of file globals.py.
float materialxgltf.globals.TO_DEGREE = 180.0 / 3.1415926535 |
Definition at line 7 of file globals.py.