Hi all,
There is now a guide for getting started with Pyblish by learning from a series of short examples.
You will learn
- The basics of publishing in the production of film and games
- The fundamentals of Pyblish and it’s API
- How to validate content
- How to guarantee valid content on export
- How to properly position and name content according to convention
- How to visualise the results of one or more publishes
- Developer and Artist communication through the UI
Table of contents
- Hello World
- Quickstart
- Files
- Coordination
- Architecture
- Branching I
- Branching II
- Branching III
- Sharing
- Validating I
- Validating II
- CVEI I
- CVEI II
- CVEI III
- Data
- Report I
- Report II
- Report III
- Report IV
- Report V
- Callback I
- Callback II
- Callback III
How to install
If you haven’t already, go ahead and install Pyblish on any platform.
Additional Material
In addition to the guide, there is also a number of articles on intermediate to advanced topics on this forum, here are some.
Basics
Intermediate
- Multiple families workflow
- Per task plug-ins
- Publishing with comments
- Dependency inject host
- Instances and Plain-Old-Data
- Cooperative Collection
- Search and Customisation
- Good to know about Pyblish
hosts
Attribute In-Depth- Registration versus families
- Backwards compatibility
Advanced