ayon-core/openpype/hosts/maya/api/commands.py
2021-06-24 17:01:11 +02:00

6 lines
No EOL
167 B
Python

# -*- coding: utf-8 -*-
"""OpenPype script commands to be used directly in Maya."""
def edit_shader_definitions():
print("Editing shader definitions...")
pass