mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add shader definition item to menu
This commit is contained in:
parent
e8066f072e
commit
7948820108
3 changed files with 19 additions and 36 deletions
6
openpype/hosts/maya/api/commands.py
Normal file
6
openpype/hosts/maya/api/commands.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue