Lucas Brown
Lucas Brown
Perhaps save the camera position to the top layer and restore it when the file is opened again. As always, make it a pref (center vs restore on open).
Supporting full unicode is something we would like to do, but it currently isn't on our roadmap. Of course, we will gladly accept community contributions if you or someone else...
Can you provide the nxt version numbers as well as the python interpreter version? ie `nxt maya Editor v1.2.3 API v0.4.0` - `Python 2.7` I've had troubles with python 3...
If you scroll to the bottom of [this page](https://nxt-dev.github.io/install/#developer-installation) it has some rough code for bootstrapping NXT into other DCCs. Aspirationally , we'd like to have a drag and drop...
Python 3.9 is coming, hopefully before the end of the year to keep in line with the VFX reference platform. In my testing it seems to _just_ work, but I...
A PR is up for Blender 3.0 support, a release will come shortly after that is approved and merged. I found to fix the `shiboken2` import errors (in Blender 2.81)...
Please make sure you're downloading the `nxt_maya.zip` from our [latest release](https://github.com/nxt-dev/nxt_editor/releases/latest), _not_ the source code zip.
Hi Wolz. I've tried to reproduce the bug you're experiencing, but I can't seem to get it to happen. Can you make another screen recording, this time with the Maya...
Hmm, I don't think that error is related. Does Maya ever become responsive or does it stay frozen forever? We've never had an issue with NXT Maya on Centos before,...
Good catch, we'll look into this more. We've had some trouble keeping up with all the PySide2 versions (especially in Maya 2018) and cross compatibility between Py2/3.