From b3b0de1d0d13c4fe99cd7b68341435f742d6019c Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Thu, 8 Feb 2024 14:54:34 +0100 Subject: [PATCH 1/3] base readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7f53cb86..e8f034200c 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,6 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-) -AYON-core +AYON Core addon ======== +Core addon in AYON universe. Core addons is used as main command line handler in AYON launcher application. Contains basics of AYON pipeline and is responsible for discovery and initialization of other addons. \ No newline at end of file From dac1c74b7d9be49191d5c819b376e9a8e84b87e4 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 8 Feb 2024 15:32:32 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8f034200c..d6a81ec0ed 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,20 @@ AYON Core addon ======== -Core addon in AYON universe. Core addons is used as main command line handler in AYON launcher application. Contains basics of AYON pipeline and is responsible for discovery and initialization of other addons. \ No newline at end of file + +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](https://github.com/ynput/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](https://github.com/ynput/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. From 3960efe3d43f5b135159127f85623f397fa234ad Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 8 Feb 2024 15:32:57 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d6a81ec0ed..e2aa98bb16 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ - -[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-) - AYON Core addon ========