add shader definition item to menu

This commit is contained in:
Ondrej Samohel 2021-06-24 17:01:11 +02:00 committed by Ondřej Samohel
parent e8066f072e
commit 7948820108
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
3 changed files with 19 additions and 36 deletions

View file

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