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 to put up with:
As you can see, everything below character name has been cut off. What did I balls up to get this? Was it an installation glitch because of paranoid antivirus or something else?
Replies
is it python or mel?
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 this to any other windows that are cut off.