Hey there. Just ran into an error after downloading and installing the latest dropbox stuff. When I clicked the Build Control Rig button during the Deformation step, the window that pops up to name the character was too small and not resizeable, so I was unable to select the build button that is supposed to be at the bottom of that dialog box. I am using Maya 2015, don’t know if this issue is reproducible for other people.
A quick and dirty fix for anyone having the same problem: Navigate to your ART_skeletonBuilder_UI.py file, and on line 7920 you should see the line:
self.widgets"publishUIWindow"] = cmds.window("publish_ui_window", w = 300, h = 700, mxb = False, mnb = False, sizeable = False, title = "Publish Character")
Just change “sizeable = False” to “sizeable = True” and that should work.