-
Notifications
You must be signed in to change notification settings - Fork 37
Plex
Alexander Richter edited this page Dec 7, 2024
·
1 revision
Singleton: Just one object of this class will be created.
Main class which combines all the important classes in terms of information and setup.
import plex
# Start Maya
plex.software.start(software="maya", open_file="/servers/project/test.ma")
#*******************************************************************
# PROPERTIES
# GET software class
plex.software
# GET user class
plex.context
# GET logger
plex.log
#*******************************************************************
# CONFIG
# GET all config data as dict
plex.config
# GET project.yml
plex.config_project
# GET current dcc/$software.yml
plex.config_software
# GET script.yml
plex.config_script
# GET notice.yml
plex.config_notice
scripts
scripts/plugins
- arUtil
- arDesktop
- arSave/arLoad
- arNotice
- arConfig
in development
- arSmartLoader
- arQualityChecker