Wijnand Koreman

Results 26 comments of Wijnand Koreman

Solution was to give the `Slot` decorator and the method `controller.pop` an `int` argument. In the `Breadcrumbs` qml file we needed to give the `index` to `controller.pop` of the repeater....

When going over the amount of kwargs which needed to be set I tested a more global approach thanks to @BigRoy. Instead following the trail of `targets` throughout `pyblish-base` and...

Full code can be viewed here: https://github.com/aardschok/pyblish-base/tree/334

@Mikfr83 Could you elaborate on how you got at this error? A few steps to recreate the error on my side. Thank you!

Hi, Thanks for your reply, I got the same result as you with the hotbox. Currently we will leave it as it is and add will the information about the...

Saw an issues with retrieving the `listedslaves`, will fix this before merging

I think we can rename `which` to `locate` as that is exactly what the function docs say. This way we make it clear it locates the executable in the current...

Tested it for Maya and Fusion deadline submission, had to add `avalon-setup/bin/pythonpath` and `avalon-setup/git/pyblish-base` to the environment to ensure the Avalon initialization within Maya worked properly. This might be a...

I do not think that we should care about familiarity of others when using this. We could have chosen `where` for all that matters because we are on Windows. If...

Any objection to merging this?