launcher
launcher copied to clipboard
Environment management platform
PR related to core's PR https://github.com/getavalon/core/pull/535. - this is version of launcher with ability to work with or without silo - most of changes happened a long time ago, so...
Add ability to have both awesome icons and .png icons in launcher
#### Issue The issue was reported [here](https://gitter.im/getavalon/Lobby?at=5a84704918f388e626a2ee34) by Gitter user `anilreddyg2`. The error message was: ``` C:\>avalon Using Python @ 'C:\Users\Anil\AppData\Local\Programs\Python\Python36-32\python.e xe' Using PyQt5 @ 'C:\Users\Anil\AppData\Local\Programs\Python\Python36-32\lib\site- packages\PyQt5' Using core @...
Quick switch
### Goal Save time browsing for assets. ### Implemenation Mimic the Windows Explorer mechanism of browsing to an arbitrary level in any of the currently selected levels. 
**Goal** Simplify clutter by utilizing ```visualParent``` data member. **Motivation** With lots of episodes/shots, the navigation can become difficult. **Implementation** Similar to walking the hierarchy of; ```project``` > ```silo``` > ```asset```...
### Goal This can safely be hidden. 
### Goal Avoid accidental launch. ### Motivation At the moment, an application is launched by pressing the name. If you double-click, you'll launch two applications. Since some applications take a...
### Goal Reduce the need for Launcher restart and lay the groundwork for additional background processes to run alongside the Launcher, such as SyncThing. ### Implementation Upon closing the GUI,...
### Goal Enable configuring of the project, such as thumbnail, title and description. ### Implementation The projects deserve a greater spotlight than just the name.  ### Difficulty Currently, shot,...
# Issue Currently the only way in Avalon to set up a project's environment is to actually launch into the application through the Launcher. I believe this should be simplified...