Hi, I’m Mel. A freelance Concept Artist with particular strengths in hard surface/industrial design and a MDes Transport Design degree. Proven track record of delivering designs to a range of clients including game studios and car customisation shops. Additional game industry experience on three AAA titles as a QA tester…
Hi! How can I use scriptJob command to track the Move Tool axis orientation change (World, Object, Custom)? I need to trigger "something" every time when axis orientation is changed. Or maybe scriptJob is a wrong way in my case?
Hi! I need to start some proc when the pivot position (object or component) is changed. I wrote a script for object pivot and it works as needed, but how to modify it for component pivot?scriptJob -runOnce true -attributeChange ($s+".rotatePivot") doSomething;
Hi! I need to start some proc when pivot position (object or component) is changed. I wrote a script for object pivot and it works as needed, but how to modify it for component pivot? scriptJob -runOnce true -attributeChange ($s+".rotatePivot") doSomething;
I am looking for an example of showing an image from the current Texture library with any adjustments applied. Anyone has tried/done this? Or know where to look for example code? Thanks in advance.
Hi I'm working on a script in maya 2019 the unfold vertical command is uvTkDoUnfoldAlong(1); Can anyone tell me the unfold vertical command for 2017 and is it same for other previous version also? Because when I'm running my script and it is giving me an error in 2017 version.
My bet: try to find the actual built-in script responsible for this, if not, learn the core API from other existing implementation? https://www.moddb.com/downloads/maya-mel-texel-density-td-script