mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
6 lines
No EOL
167 B
Python
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 |