ayon-core/openpype/hosts/hiero/api/constants.py
Jakub Jezek 2e684f107a
updating hiero api with nicer code
- creating constants module for api wide constants
- creating CTX class for passing module wide variables instead of using fake self
2023-06-27 18:04:48 +02:00

3 lines
111 B
Python

OPENPYPE_TAG_NAME = "openpypeData"
DEFAULT_SEQUENCE_NAME = "openpypeSequence"
DEFAULT_BIN_NAME = "openpypeBin"