Hey Everyone,
Great forum, had a question I hope someone can help me with. I’m trying to set the current projects image render path via. script(python) I have a hack in which I open the Project window, set the path in the textFieldGrp ‘np_RenderLocationimages’, here is a code snipet:
maya.mel.eval('EditProject')
maya.mel.eval('projectSetup 2')
originPath = cmds.textFieldGrp('np_RenderLocationimages', query = True, tx = True)
cmds.textFieldGrp('np_RenderLocationimages', edit = True, tx = textStat + '/images')
maya.mel.eval('np_editProjectCallback;deleteUI newProjectWindow')
Can’t for the life of me find where the renderpath is hidden, would that be a global variable?
Cheers,
Shawn