render_toolbox/constant.py
pullusb 7fd7f9ab27 Split tech passes in separate 32 bits
hardcoded tech passes names : ['uv', 'normal', 'depth', 'position', 'vector', 'ao']
2025-04-02 11:53:11 +02:00

2 lines
129 B
Python

# Technical pass names (names that should be in 32bit)
TECH_PASS_KEYWORDS = ['uv', 'normal', 'depth', 'position', 'vector', 'ao']