Hi there - I'm looking for a 3D modeler / sculptor who can help create a 3D printable terrain model that would act as an upgrade for the board game War of the Ring. The concept is to create a model of Mount Doom, which operates as a set of 'stairs' for one of the game's miniatures. (There are other 3D upgrades I have in…
{ string $currentSelect[] = `ls -selection`; duplicate -name ("NewObject_" + $currentSelect[0]); } $currentSelect is an array, so you have to reference an element of it. If you want it to work on everything you have selected: { string $sel[] = `ls -sl`; for ($node in $sel) duplicate -n ("NewObject_" + $node) $node; } IT…
Oh that's the mesh, It looks like you have regular seams not blue pelt seams? Did you use "point to point seam" or "Edge Sel to Seams"? What happens when you select a face and click Exp. Face Sel to Seams, If it selects everything the blue seams are missing or there is a gap in the blue seam that needs to be sealed off. If…
almost there (warning not yet complete or working!! with newer versions than max 9)function selectUVOuterEdges = ( if (selection.count > 0)then(--at least an object selected local obj = selection[1]; local uv = modPanel.getCurrentObject(); if( classof(uv) == Unwrap_UVW)then( print("yes UV modifier is there");…
To be honest you should create a mel-script file with your personal modifications... For example in your MyDocument/maya/XXXX/scripts directory, you will find userSetup.mel file. Just open it, and add the following line : source "Crazyeyes_PersonnalHotKeys.mel"; Close the file and create a new ASCI file you will rename as…
Hello, my name is Sol Azpiroz. I'm a professional artist with more than 5 years of experience on the animation and game industry. I focus on concept art, visual development, cut out & paperless traditional animation. Feel free to check out my older works for better reference: https://solazpiroz.weebly.com If you're…
mmh i'm not able to get using:exporterPlugin.Classes[13] to work. What format do you want to save to? Iges ? We could simply define the extension. on btn_export pressed do ( sel = selection as array folderPath = edt_path.text --redefine folderPath here theClasses =exporterPlugin.classes for obj in sel do --for each object…
Hello everyone! This is my new hair which I created with Ornatrix. The whole bust was created in 3D-Coat, Retopology in NVil, Hair sculpt in 3D-Coat, Textures in Substance Painter. Rendered in Corona Renderer with amazing Corona Skin Mtl + Corona hair mtl. Rendered on the http://en.forrender.com Link to the project -…