mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added example for testing
This commit is contained in:
parent
16bc4dcc60
commit
f72a19457b
1 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import os
|
||||
import json
|
||||
import logging
|
||||
from queue import Queue
|
||||
|
||||
|
|
@ -112,6 +110,10 @@ def create_slates(fill_data, slate_name):
|
|||
|
||||
|
||||
def example():
|
||||
# import sys
|
||||
# sys.append(r"PATH/TO/PILLOW/PACKAGE")
|
||||
# sys.append(r"PATH/TO/PYPE-SETUP")
|
||||
|
||||
fill_data = {
|
||||
"destination_path": "PATH/TO/OUTPUT/FILE",
|
||||
"project": {
|
||||
|
|
@ -142,4 +144,4 @@ def example():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise NotImplementedError("Slates don't have Implemented args running")
|
||||
example()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue