core
core copied to clipboard
The safe post-production pipeline - https://getavalon.github.io/2.0
# Issue The USD API allows to implement a custom [Asset Resolution Resolver](https://graphics.pixar.com/usd/docs/api/ar_page_front.html) known as a [`ArResolver`](https://graphics.pixar.com/usd/docs/api/class_ar_resolver.html). What is [Asset Resolution](https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-AssetResolution)? > Asset resolution is the process by which an...
### Issue When writing two Creator plug-ins that are targeted to the same resulting family there is unexpected behavior when using it with the Creator tool. Both entries will individually...
So, this is a bigger one. :) Adding Blender 2.80+ as host to Avalon. Some notes up front: - It is tested, but not thoroughly yet and only on Linux....
This is about a "connection" integration with [CGWire](https://www.cg-wire.com/) / [Kitsu](https://www.cg-wire.com/en/kitsu.html). The nice thing about CG-Wire and Kitsu is that, like Avalon, it is open source and you can run it...
**Issue** This is about a [Photoshop](https://www.photoshop.com/) (PS) Integration for Avalon. **Implementation** - PS does not support Python, but we can communicate with PS through its DOM (Document Object Model). Best...
Following up on [this 'bug', reported on the Avalon Gitter](https://gitter.im/getavalon/Lobby?at=5e1dd36165badf754d886353). The `show()` function for the tools creates a `QApplication` if needed (via `tools.lib.application()`). The problem however is that the `QApplication`...
When doing #470 I missed some similar calls in the other tools. I would like to make it consistent across all the tools and avoid confusing behaviour. Things I would...
### Issue Film and animation production is shifting more and more to using real time game engines, like Unreal Engine 4 for virtual production, previsualisation and even full film productions....
### Issue Currently there are two locations to discuss Avalon-related things: 1. The [Avalon Issues section](https://github.com/getavalon/core/issues) to discuss bugs/feature requests. 2. The [Avalon Gitter](https://gitter.im/getavalon/Lobby) that acts as an active chat...
### Issue It seems it's very common for a pipeline surrounding USD to prepare the "common ground" for an asset or shot. Basically bootstrapping some default `.usd` contents for an...