core icon indicating copy to clipboard operation
core copied to clipboard

The safe post-production pipeline - https://getavalon.github.io/2.0

Results 104 core issues
Sort by recently updated
recently updated
newest added

### Goal Reduce iteration time for testing changes to tools. ### Motivation Changing a tool currently involves.. 1. Launch Avalon 2. Launch host 3. Setting context 4. Launch tool Totaling...

development

### Goal Facilitate high-level functionality that can be shared between configs, but isn't low-level enough for inclusion into the API. ### Motivation Starting at #382, it's become clear that some...

api

**What happened?** When project is set, but no project files exists, odd errors start appearing. ```py # File "C:\Users\marcus\packages\avalon_core\5.3.2\python\avalon\pipeline.py", line 1082, in load # return loader.load(context, name, namespace, options) #...

bug

### Goal Enable customisation of tools display from external configurations. ### Motivation There are references to internal modules from within [colorbleed-config](https://github.com/Colorbleed/colorbleed-config/blob/0780c24aaf270cf1c50d089cf6c0877cd540dc08/colorbleed/maya/__init__.py#L172) that makes sense, but shouldn't be calling on members...

api
config-related

### Goal If tests pass, configs work. ### Motivation One of the issues currently in making changes to core is that we need to test each individual config to ensure...

development
documentation

### Goal Facilitate arbitrary data in people's MongoDB instances, without compromising Tool expectations and support. ### Motivation Following #406, there was a need to separate data provided by MongoDB and...

api
refactoring

## Issue Allow a way of easily implementing the setting or getting of "hierarchical data". There are two approaches to this problem: 1. **Set downstream:** Whenever setting the data make...

The current iteration of [the launcher](https://github.com/getavalon/launcher) has been in action for some time now, what do we like about it? What don't we like? I figure we could take a...

help wanted

- Aport is abbreviation for Avalon-port - based on Pico server [pico on github](https://github.com/fergalwalsh/pico) - it is run as server on `http://localhost:4242` and ip and port could be changed in...

### Issue I'm looking to integrate [Gaffer](https://www.gafferhq.org/) for the Avalon pipeline. For this integration I've started a draft [Gaffer branch](https://github.com/BigRoy/core/tree/gaffer) however I thought it would be best to open a...

feature