Marcus Ottosson
Marcus Ottosson
On Ubuntu, a server isn't necessarily started by installing it. Instructions on starting it took a few minutes due to platform differences, but in the end it came down to...
### Goal Enable the display of every supported version of an application in the GUI. ### Motivation Sometimes, you need more than one version of for example Maya. It may...
This is our lovely command-completion for profiles at work. https://github.com/mottosso/allzpark/blob/02fe77dd0f135e1f39a1c238143a2b62dfe1f0ec/allzpark/dock.py#L1154 Uncommenting this line resolves the issue, but I cannot for the life of me figure out why? :( Only affects...
### Goal Reduce complexity, improve ease of maintenance. ### Motivation There are too many models involved at the moment. Models doing too specific things; like one for the app view,...
### Goal Reduce overhead from running applications from Allzpark. ### Motivation The Allzpark GUI is great for when you want total control over an application. But often times, you've already...
### Goal Facilitate greater customisation. ### Motivation The top-most toolbar is a plain QToolbar that has been locked to only appear in its default position. But it would be trivial...
Sometimes this happens; it's likely due to how Rez chooses to clear the in-memory cache, which Allzpark is doing on each reset. It looks like it's actually clearing Python's internal...
It used to do this and I fixed it, but it seems it still happens. :(
Journal
Allzpark (a.k.a. LaunchApp2) started as a 4-month commission for the Japanese [Studio Anima](http://www.studioanima.co.jp/). Time was divided into roughly these parts. 1. **Week 0-0** Tour of physical building, infrastructure and crew...
### Goal Let users launch Allzpark and never leave the GUI for the command-line. ### Motivation The command-line is great, but unfamiliar to many, especially artists and aspiring pipeline engineers....