armory/blender/arm/material/mat_state.py
2017-03-15 12:30:14 +01:00

8 lines
209 B
Python

data = None # ShaderData
material = None
nodes = None
mat_users = None
bind_constants = None # Merged with mat_context bind constants
bind_textures = None # Merged with mat_context bind textures
batch = False