armory/blender/arm/material/mat_state.py

8 lines
209 B
Python
Raw Normal View History

2017-03-14 20:43:54 +01:00
data = None # ShaderData
2016-12-13 01:09:17 +01:00
material = None
nodes = None
2016-12-19 01:25:22 +01:00
mat_users = None
2017-03-14 20:43:54 +01:00
bind_constants = None # Merged with mat_context bind constants
bind_textures = None # Merged with mat_context bind textures
batch = False