This is not a high poly :) A high poly model has control loops and is smoothed at the very least and to provide better lighting. Normal map is basically the difference between your low poly and your high poly. Like sculpting details, scratches, noise, and smoothness. There is no need to make a normal map if your high poly…
It might be a little bit hard to see with all the other codes, I didn't see any problem with my script so I tried to strip it down to be as basic as possible;( global test fn test = print "test" callbacks.removeScripts #viewportChange id:#vpUpdate callbacks.addScript #viewportChange "test()" id:#vpUpdate) .. and it is…
You can add this script to your startup scripts. It trys to only change materials with the default color of 150 150 150. callbacks.removeScripts id:#MaterialDefaultcallbacks.addScript #mtlRefAdded "mat = callbacks.notificationParam(); if classof mat == StandardMaterial do if mat.diffuseColor as point4 ==…
Thank you, everyone. I think I'm keeping it to my email, site, and email with visible links to other social media at the top of the site. (: I don't want to appear annoying with the other links on the card but had no idea what others put. Not sure what to do about a phone number though since I get a lot of spam already.…
Pull the enclosure appart, take out the drive and install it internaly in a PC (as a regular hdd). That is assuming that its a regular IDE/SATA drive, if its one of those laptop drive externals then you will need to buy an IDE to laptop drive adapter that will allow you to put it in a desktop. Then see if your data is…
god i hate gyms, everytime i walk into one to sign up its always some meathead low i.q douche in a stretchy shirt telling me to sign up on contract because id be dumb not to. I am currently on some b.s contract with fitness world luckily its cheap because of a corporate discount otherwise id tell them where to go, a gym…
You were right on MoP. I inverted the Green channel in PS and it fixed it. I think my error was in 3dS when i unwrapped the low poly. I must have flipped the normals but then i would have figured id be able to remedy that by flipping them back. I dont think it's a problem with the application settings, because if that was…
I just switched to an LCD too recently...frankly my old monitor was just overkill for anyone's eyesight. http://www.new.facebook.com/profile.php?id=560180160#/photo.php?pid=3798534&id=560180160 Sometimes when I'm well into a project at some point...I go down to the gym and focus looking at far objects while on the…
Since your company keeps standardized equipment, and it was 4 years ago they bought the equipment, (which was the limit for refresh at my old employer) Id say that the IT dept. have an optimized restore image on hand... IMaging and standardized equipment goes hand in hand that way. Since your rig is 4yrs old Id say it…
I had this same problem at work. I found a script online that didnt work so I modified it. Put it in max/scripts/startup fn ReloadTexForMaterial m fname = ( for usedText in (usedMaps m) do ( if (toLower usedText) == (toLower fname) then ( --print (fname) m.wire = not m.wire m.wire = not m.wire ) ))fn reloadTexJpl…