David Lai
David Lai
Here's another example plugin that is based on `allzparkdemo` ```python # allzparkconfig.py def environment_plugin(): from allzpark.vendor.Qt import QtWidgets from allzpark.vendor import qargparse from allzpark.plugin import EnvPluginBase class EnvFlavoring(EnvPluginBase): name =...
Thanks @RafaelVillar I am aware of this problem, and it was because that `qargparse.String` widget is emitting signal twice when you pressed the return key on edit finished. Currently.., you...
Just found out that it seems to be threading related ? Setting environment variable `ALLZPARK_NOTHREADING=1` and launching Allzpark, you will get ``` TypeError: _on_success() takes 0 positional arguments but 1...
After #110, that warning is gone, since the command-completion widget is not being used anymore. Not a fix, just leaving a note.
Oops, that has been fixed in #121 (commit 99c7de7), but not yet released. Could you directly pull current master branch and have a test ?
Okay, I just made a release `1.3.67`, wait a few minutes and you could `pip install -U allzpark` ! > The PEP-418 suggests using time.perf_counter might be preferable. Hmmm, the...
Thanks for confirm ! Regarding `perf_counter`, yeah I agree. Didn't think much at the time being, was trying to get pass CI testing and thought it doesn't matter much for...
Thanks for the questions :D > Does your packages not provide you - the developer - with enough control ? Hmmm, or should say Allzpark does not provide the full...
In step 4, artist actually pick a shot number before or after launch Maya. And if it happens *"before"*, then we can say the shot number is actually the argument...
> Are you trying to add the Avalon asset widget into Allzpark as its own widget? Yep, that's one of my goals that I am trying to get from this...