Marcus Ottosson

Results 867 comments of Marcus Ottosson

> I think the hardest bit in my head is that now things are running through the .toml files that are launching the application I had an idea as I...

You could then have a `avalonSetup.py` per application.. e.g. ``` c:\projects\hulk\scripts\maya\avalonSetup.py c:\projects\hulk\scripts\houdini\avalonSetup.py ... ``` Where which to pick up is specified in the application configuration. **maya2016.toml** ```toml [environment] MAYA_DISABLE_CLIC_IPM =...

Yes, unclear what caused the CLA assistant to make noise. And yes, it seems no one has run into this issue, so it's probably safe to leave as-is.

> I'm pretty convinced that a similarly smooth transition from Qt 5 to Qt 6 isn't possible without letting go of Qt 4. This is a good point. It's also...

> Why get all fancy which will ultimately just be confusing? Just use basic semantic versioning. If we do choose to break backwards compatibility, we need to consider what should...

Very good points. > clearly defined principles that gave confidence you could write once without worrying about testing elsewhere At the moment, Qt.py is a lowest common denominator of Qt...

Given the initiation of https://github.com/mottosso/Qt.py/pull/394 that seems to work well, and given the lack of change to QtWidgets in Qt 6, it seems safe to continue supporting Qt 4 and...

I can't reproduce this. :( ```bash $ pip install pyblish-base $ pyblish --add-plugin-path "C:\Users\tje\Desktop" $ ```

I think this might not be related to the path, but to the filename. What files are there inside of the folder you are testing with?

Having a look at this, but am having trouble figuring out how to gain access to the `request` global. Here's what I've tried adding to `test_rex.py` ```python def test_iterate_over_request(self): """Iterating...