armory/blender/material/make_depth.py
2016-12-20 00:39:18 +01:00

6 lines
187 B
Python

def make(context_id):
pass
# con_depth = mat_state.data.add_context({ 'name': context_id, 'depth_write': False, 'compare_mode': 'less', 'cull_mode': 'clockwise' })
# return con_depth