How do i create new process options on a new process?
When I create a new process, the options tab is there, but I am unable to make new setup groups...etc.
How is this done?
And it looks like I've solved the issue.
I noticed the issue only happened in the perspective view. For some reason when importing the CV data, the near/far plane clipping was getting set to some crazy value. Still very strange that is starting happening today.
Hey Louis, I ran into a bit of an issue today. When i went rebuild a face i was working on, as soon as the 'import CV' process gets run, everything in the view port disappears( controls, geo, and even the grid ). I've saved and re-opened the file but nothing shows up. Its strange because it was work...
Its been a while since I've used the corrective workflow, but i think i remember there being a way to maintain some of the deformation when translating the joint. (or so i think ) Right now when I rotate the control to the set position, it activates the corrective. But when I use the translates to r...
I've had a few instances of maya crashing during the build process. After restarting I am unable to access the files through Vetala. Under type it says 'non-vetala-folder' I am still able to open the file if i browse to the file. I was wondering if there was a quick way to repair this in Vetala so i...
I am trying to use the function attr.is_locked() but i keep getting a error. from vtool.maya_lib import attr cmds.polySphere(name='testSphere') cmds.setAttr('testSphere.translate', lock=True) attr.is_locked('testSphere.translateX') # Error: AttributeError: file <maya console> line 5: 'module' object...