Jakub Trllo

Results 146 comments of Jakub Trllo

> please also fix the pep8 before the merge ;) I can't. It's because the imports are after definition of `bmdvr` and `bmdvf`, but they must be defined before those...

> Launcher is empty, Loader only show the three default project and I have to run refresh to show any subsets I've found out I did not create projects correctly....

> t feels to me that members and instance_id don't seem like data that should persist in the scene. These values are "collected on the fly" in the Publisher window...

> Does this PR mean that any existing scenes with old creators would now not work anymore since the creator identifiers have changed? That seems like quite a breaking change,...

> members were just a transient attribute I want to get rid of as it should be determined on-the-fly by creators. So you could approve [this PR](https://github.com/pypeclub/OpenPype/pull/3897) to have it...

- ~~Version update check is broken because we don't have way how to know if we should check for production or staging version so it's always looking for production.~~ Fixed...

We should maybe have some function that would return True/False if is in testing mode instead of checking `os.environ.get("IS_TEST")` in each individual piece of code.

I would expect that argument `--automatic_tests` is flag that does not need a value. EDITED: It should be also removed from `sys.argv` in start.py to cli does not have to...