Michael Aldrich
Michael Aldrich
Managing a python environment is relatively simple, what is complicated about opencue is the installation process. Typical python packages can be installed via `pip install name_of_package`, this is enabled by...
I'm supporting a python package that is distributed via pypi today, and from my(admittedly brief) look around, some simple changes to setup.py would be needed, but all of the relevant...
Johannes, Can you tell us in what circumstances these crashes are happening? If they're random then there's nothing we can do to hunt them down. If we can make them...
Love it, agree we should do it. I'm sure you know, but you can change the text of the save file and swap the version number to fool nxt. Just...
I know this works across nxt_maya and standalone, but need to test in blender and ue
yeah this is giving the same results in blender and ue as well, all goods good from my side
For record's sake. Hiding the grid is already stored here: https://github.com/nxt-dev/nxt_editor/blob/2a52afdc5675395b712df06dab34791d629ac664/nxt_editor/actions.py#L1189 and the "hide lines" action is immediately below it, and can be fixed using the same `BoolUserPrefAction` probably.