Hello. I've been having trouble fiddling with the Animation Rigging Toolkit shipped with Unreal Engine 4. It's not the script's fault, but rather Maya's. Some scripts have their windows cut off at the bottom, denying access to essential buttons. I cleared my prefs folder to no avail, and here is an example of what I have…
Hey Overmind, I recently had this same problem. A way to fix it is to edit the script, there are more than one window this occurs on. In order to fix this specific one: Open ART_skeletonBuilder_UI.py do a ctrl+f to finds the widget code for the specific window "Publish Character" change the sizeable = True You can then do…