Marcus Ottosson

Results 311 issues of Marcus Ottosson

### Goal Help the user understand when something goes wrong. ### Motivation At the moment, an error may occur or a warning may appear in the terminal, but the user...

enhancement

### Goal Shorten the time taken to launch an application. ### Implementation Begin typing to select the "best match", based on both the order of character - e.g. "gr" =...

optimisation

### Goal shorten the time taken to find the wanted asset and lay the groundwork for browsing assets remotely. ### Implementation Grey out or otherwise indicate that an asset is...

enhancement
cosmetics
optimisation

### Goal Save the user some time attempting to run unavailable software ### Implementation ![image](https://cloud.githubusercontent.com/assets/2152766/25555846/b82c09a0-2ce8-11e7-8c23-db225e8fa926.png) Visually indicate that a given application isn't available in the local environment.

cosmetics
optimisation

### Goal Enable customising the GUI and advanced launcher options. ### Implementation Add a menubar to the top of the window with various options. ![image](https://cloud.githubusercontent.com/assets/2152766/25555831/4205b15e-2ce8-11e7-93c2-47e92bd809b7.png) - Window - Increase/Decrease font...

enhancement

### Goal Gain a better understanding of your (optional) user directory. ### Implementation Visualise the name of the currently logged on user, potentially provide a drop-down enabling a user to...

feature

### Goal Optimise time to start task.

In the [tutorial](https://github.com/sonictk/maya_python_c_extension/blame/bdbc032a2d11fc3a876a4f4e789f62cee7af47d1/docs/writing_the_python_standalone_module.md#L122) you point out that one could/should use the Maya devkit, but as it happens you actually can't. The devkit includes the same header files and *most* library...

These two return the same results. ``` python >>> ls("project/assets/{item}/{task}") >>> ls("project/assets/{task}/{item}") ``` So why have keywords in there at all? ``` python >>> ls("project/assets/{}/{}") ``` And if I'm only...

enhancement

Question for the community and users: With the introduction of PySide6, should we remove support for PySide and/or PyQt4? If so, we could start to include members of Qt.py that...

help wanted