I don't think I've ever had that error, but I've seen many new users come up with a variety of bizarre problems and it is almost always a result of user error. If you don't know what's going on then it's easy to do things that Maya doesn't like and that crap builds up over time and can screw up your scene. Keep your…
So I am stumped and could use some help. I finished my low poly mesh which I made using nex tools. It is built up of quads and triangles, no crazy n gons, uved and ready for bake. I am going about my business as usual, not the first time I have used Xnormals to bake out maps however this time xnormals doesn't want to play…
Nice catch on the Zbrush misspelling. The reality is I am human and make plenty of errors, I think it would be quite unfortunate to make predictions of someones personality and work ethic based on a misspelled word in a document carrying many characters. My work quality is not a reflection of my work ethic but rather of…
The ASE script works fine I've used it quite a lot with UDK/Modo 401. What error do you get? The script is very particular about naming conventions for UV and vertex color maps. Have you updated Modo to the latest service pack SP5r2 (401 version 37327)? There were some script errors introduced with SP5r1 that were fixed in…
It just looks like that cause of the envmap i carelessly slapped on. Some of the errors are probably aggravated by that too... But I know there are a couple. Im not sure what you mean about the safety, but the thing IRL is a pretty bizarre shape, http://farm3.static.flickr.com/2533/3888715693_6166b7f992.jpg does that…
hmm it shouldn't Does it error out or take a while? How many objects are you using it on? Ive only tested on max 2009 edit: Here's a version with error checking to make sure you can only use it on the geometryClassmacroscript removeTextureMaps category:"BCTools" toolTip:"removeTextureMaps"( local getTextureSlots with…
Hi, the problem is, as MoP said, the order of function C1 and A1 definition. ( fn A1 = ( C1() ) fn C1 = ( return true ) print (A1()) -- ERROR C1 is undefined for A1) Generates an error because A1 doesn't know what C1() is. The solution is to swap function definitions so C1 is known before A1 call. ( fn C1 = ( return true )…
Hey Dippndots, not bad for your first model but there are a few things you need to bare in mind. Your low poly isn't low poly enough and thats why you are getting a lot of smoothing errors. The closer edges are together the harder the line will appear in your render. Thats why keeping the low poly as low poly as possible…
Certainly its understandable to be upset with this if the spelling errors are so bad you cannot under stand them but if is your simple "teh" and " adn" and "yuo" and crap like that, I think people here are smart enough to read between the line. Sure, we should not ahv eto, but complaining about the small parts of it are…
Hi, with Max 2025 this script seem not work, saying that menuman is undefined http://www.scriptspot.com/3ds-max/scripts/loop-regularizer I have used since Max 2010… perhaphs there is no reason to use it anymore? there is a way to correct that script? it give error on installation of the script trying to add a custom menu…