$Sel = `ls -sl -fl`; select $Sel[`size $Sel` -1]; since the array starts at 0, to select the last object you have to subtract 1 from the size of the array.
We are looking for an experienced Zbrush artist with fulltime availability. Artists must have these skills:* professional level in Zbrush sculpting * Can sculpt stylized and exaggerated materials (such as wood, stone, brick, iron) * familiarity with optimizing/Exporting STLs from Zbrush * proficient or understanding of 3D…
Just thought I should share A 3D-printing project I have been working on at my internship at Creativetools.se in Sweden. The project is a Modular Castle playset with various types of props and animals. Not all the files has been released as of yet because we are releasing a model a day up until the 24th. Here is link to…
We are looking for an experienced Zbrush artist with fulltime availability. Artists must have these skills:* professional level in Zbrush sculpting * Can sculpt stylized and exaggerated materials (such as wood, stone, brick, iron) * familiarity with optimizing/Exporting STLs from Zbrush * proficient or understanding of 3D…
We are a 3D printing service that requires some changes in models (STL or OBJ), normally humans that need to change the position of the legs and arms, and general changes. We also need to build cars and other models from a picture. Sometimes we need an entire model brand new, right now we need a real look model of the…
This is a fun little error I've never encountered before. I'm getting an "Error allocating mesh. Insufficient memory available for: Cylinder01 blah blah" error when trying to render, and max just crashes when I try to export. I see no visible problems on the mesh. I just attempted an STL check which caused an exception…
string $currentPanel = `getPanel -withFocus`; int $checkHL = `modelEditor -q -sel $currentPanel`; if ($checkHL == 0){ modelEditor -e -sel 1 $currentPanel; } else{ modelEditor -e -sel 0 $currentPanel; }; drag it to your shelf or assign it to a hotkey
<font class="small">Code:</font><hr /><pre> macroScript quadMenuList ( try (destroyDialog roll_mouseList) catch () allObjArr = #() allObjStrArr = #() for i in objects do ( if i.isHidden == false then append allObjArr i ) for i in 1 to allObjArr.count do ( append allObjStrArr allObjArr.name ) if objects.count >= 1 then (…
From Sophie3D support: Microneezia - We have been trying out the Max2Obj exporter in Max and hope to put up a tutorial on it soon but in the meantime we hope this helps you. In Max, in the OBJ exporter make sure you select "Object/Use materials/Create material library". This will open the second window and select "Scene…