https://github.com/quadproduction/quadpype
Pipeline solution for all kind of productions (2D, 3D, VFX, …)
https://github.com/quadproduction/quadpype
3d animation cgi management pipeline production studio tracking vfx vfx-pipeline workflow
Last synced: 25 days ago
JSON representation
Pipeline solution for all kind of productions (2D, 3D, VFX, …)
- Host: GitHub
- URL: https://github.com/quadproduction/quadpype
- Owner: quadproduction
- License: mit
- Created: 2024-10-16T14:34:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-02T17:31:45.000Z (28 days ago)
- Last Synced: 2026-03-02T19:56:37.243Z (28 days ago)
- Topics: 3d, animation, cgi, management, pipeline, production, studio, tracking, vfx, vfx-pipeline, workflow
- Language: Python
- Homepage:
- Size: 139 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# QuadPype
**QuadPype** is an open source comprehensive solution designed to streamline and structure studio workflows for all kind of productions (2D, 3D, VFX, …). Whether you're an artist, developer, or project manager, **QuadPype** provides the tools you need to simplify and enhance digital content creation.
---
## 🌟 **Key Features**
- **Centralized Project Management**: **QuadPype** is linked to your production tracker to optimise the project management and centralized the information.
- **Integration with Softwares**: Compatible with major digital content creation tools (DCC), [see integrations](#-integrations).
- **Remote Access Capabilities**: Enables collaboration from the studio, from home and ease the way to collaborate with other entities around the world.
- **Modular Design with Extensions**: Customize QuadPype by adding modules for additional functionality tailored to your needs.
- **Active Development**: The solution is actively maintained by the Quad's [Developer Team](https://github.com/quadproduction/quadpype/wiki/08-%E2%80%90-Maintainers).
## 🧩 **Integrations**
QuadPype adapts to different organizational setups and is integrated in the following products:
## 🚀 **Getting Started**
***You are a …***
|
👥 User
| 👩💼 Studio Admin
| 🧑💻 Developer / TD
|
| :--: | :-----------: | :------------: |
| [
](https://github.com/quadproduction/quadpype/wiki/06-%E2%80%90-User-Guides) | [
](https://github.com/quadproduction/quadpype/wiki/03-%E2%80%90-Global-Configuration) | [
](https://github.com/quadproduction/quadpype/wiki/07-%E2%80%90-Development) |
## 📜 **History**
**QuadPype** is the updated and maintained successor of [**OpenPype**](https://github.com/ynput/OpenPype). The core maintainers of **OpenPype** have decided to create a new product called **AYON**, but this solution seems to us over-complexify the goal of a simple to install, setup, configure and use pipeline solution. This is why we decided to create this repository.
But **OpenPype** isn't the starting point of this pipeline solution, a lot of people have worked on multiple open source projects to get to the point we are today.
These are the projects that leads us to create **QuadPype**:
```mermaid
flowchart LR;
style D fill:#2381A0,color:#FFF;
A@{ shape: doc, label: "Pyblish
2014" };
B@{ shape: doc, label: "Avalon
2016" };
C@{ shape: doc, label: "OpenPype
2018" };
D@{ shape: doc, label: "**QuadPype**
2024" };
A-->B-->C-->D;
```
## 🏗️ Contributing
As you can see by the diagram above, **QuadPype** is the result of the collaborative effort of dozens of people with the common goal to create a good pipeline solution. In keeping with this spirit, all contributions are encouraged, either by reporting [Issues](https://github.com/quadproduction/quadpype/issues) or creating [Pull Requests](https://github.com/quadproduction/quadpype/pulls) to improve the solution.
> [!NOTE]
> If you have development skills or want to try debugging **QuadPype** by yourself, check the [Developer Documentation](https://github.com/quadproduction/quadpype/wiki/07-%E2%80%90-Development).
## 📑 License
The project is under the [MIT License](https://github.com/quadproduction/quadpype/blob/main/LICENSE).
