Dhruv Govil

Results 58 comments of Dhruv Govil

Made some annotations of what issues I think this iteration of the UI has with the assumption that this is an artist facing tool first, and a TD facing tool...

Ah interesting, I missed that part. I also didn't realize there was a right click to launch various other tools, that's pretty neat.

This is a quick mockup in XD. Trying to pare it down for what I think would be more in line with what I'd give artists. Might be a bit...

> Notice how the buttons and additional colors start to create noise. Yup, you're right it can get pretty noise. I should have added more items in there. I think...

The error seems to be coming from when the code tries to set the light intensity and for some reason the light object doesn't have an intensity attribute. After creating...

Hi! Currently there isn't any threading support. Everything is called in the same thread as the signal is emitted from. I'll add that caveat to the ReadMe for now I...

@Ahuge Interesting! Thanks for sharing that. Maybe I'm misunderstanding your code though, but it still functions within a single thread right? Async ops run in the same thread as the...

Ran into this at work this week. I see a PR here: https://github.com/mottosso/Qt.py/pull/273 We're doing a similar thing at work, and it's what the `qtpy` project has included as well.

Hey guys, so semi related, but at work I'm getting a lot of requests for `QtComp.loadUi` to support the `baseinstance` parameter so it matches the `uic` behavior. I have an...

Fair enough, its definitely good to want to keep the separation of custom functionality separate. I'll maintain the extensions to loadUi in our fork then rather than try and mainline...