Mirror of ayon core so that FrameWork can fork it.
Find a file
2024-03-12 19:20:34 +08:00
.github Update enhancement_request.yml 2024-03-06 16:45:43 +01:00
client Merge branch 'feature/OP-4672_Zbrush-integration' of https://github.com/ynput/ayon-core into feature/OP-4672_Zbrush-integration 2024-03-12 11:55:11 +01:00
server added setting for update check interval 2024-02-19 15:51:15 +01:00
server_addon version updated for testing 2024-03-11 21:57:29 +08:00
.all-contributorsrc
.dockerignore
.gitattributes
.gitignore
.gitmodules
.hound.yml
.pre-commit-config.yaml
.prettierrc
create_package.py Add option to clear output directory before package creation 2024-02-21 14:54:30 +01:00
LICENSE
package.py bump version to '0.3.0-dev.1' 2024-02-15 14:33:59 +01:00
README.md Update README.md 2024-02-08 15:32:57 +01:00
setup.cfg

AYON Core addon

AYON core provides the base building blocks for all other AYON addons and integrations and is responsible for discovery and initialization of other addons.

  • Some of its key functions include:
  • It is used as the main command line handler in ayon-launcher application.
  • Provides publishing plugins that are available to all AYON integrations.
  • Defines the base classes for new pipeline integrations
  • Provides global hooks
  • Provides universally available loaders and launcher actions
  • Defines pipeline API used by other integrations
  • Provides all graphical tools for artists
  • Defines AYON QT styling
  • A bunch more things

Together with ayon-launcher , they form the base of AYON pipeline and is one of few compulsory addons for AYON pipeline to be useful in a meaningful way.

AYON-core is a successor to OpenPype repository (minus all the addons) and still in the process of cleaning up of all references. Please bear with us during this transitional phase.