def customUI(self):
cmds.text("put UI stuff here for options")
path = cmds.internalVar(upd=True) + "default.txt"
self.widgets["destinationTFBG"] = cmds.textFieldButtonGrp(l="destination", bl="<<<", cal=([1,"left"], [2,"left"], [3,"left"]), cw3=(65,275, 50), tx=path, bc=self.getLocation)
评论列表
文章目录