Tool: Blender 2.8 - made by a very active and passionate community, the software has improved a lot this year especially during the Code Quest. And we got all of that for free. People: Clément Foucault aka hypersomniac_ - without him Eevee (the new viewport of Blender), even Blender 2.8 wouldn't have been possible. Studio:…
" instead of starting from scratch." I'm a programmer, naturally the fun of this is coding, but I like doing art as well. The game is actually pretty close to alpha, this is just a shot of the units. I have a ton of work already done and I can tell you that having my own engine allows me to finish code tasks at least 50x…
I get <font class="small">Code:</font><hr /><pre>-- Syntax error: at ), expected <factor> -- In line: )</pre><hr /> When pasted into the MAXscript listener I have tried wrapping it in a utility, but I get feedback on the listener with that, and nothing happening. <font class="small">Code:</font><hr /><pre>Utility…
I just got an email back, so the author does still exist. He's saying by the end of the week or so all his latest code should be hosted via Scriptspot. BTW, Andre let me know the SoftWeight tool is semi-busted. It erases all weights on the selected bone everytime it is invoked. But he's going to take a look at the code, so…
I'm surprised artists need a GUI for everything... ZING! Relax MoP I agree with you, just couldn't resist. =P Having worked on my own TF2 map, it was a bitch to set up and figure out but after that, it was very simple to create a batch file that created a default .qc file. So all I had to do was export, drag and drop and…
AMD 64 3000, GF6800, 1GB RAM. Running perfectly fine here at all details max except textures/shadows. Vassago: The 2GHz only apply to P4 CPUs which are vastly slower at the same clock speed as a P3, Athlon or PowerPC. I think my Athlon 64 runs at 2GHz or less but I get no problems. My dad has a 1.5 GHz Athlon XP (plus…
the area looks also fine in toolsbag. but it comes in unsmoothed. on export make sure you export it softened and on bake it works for me, just quickly tested in tooldbag 4, ont have 5 installed at the office on zero roughness and with an environment shown, i do see some artifacts, which i would assume all come from the…
Hero Academy is now available worldwide! http://itunes.apple.com/app/id488156323 If you like the game please leave an honest review on the iTunes App Store. I'll sweeten the pot! The first 5 people to respond with their registered gamertags I'll send a free unlock code for the Dark Elves and a few other goodies! UPDATE:…
You can create a custom hotkey you know based on what ever procedure you want.The advantage is that this line of code won't change your tool prefs anymore. All you have to do is setup edge loop prefs to your liking then execute on an object and just record the line of code from the script editor (turn on echo all…
An object can't have multiple materials so i assume you talk about multimaterial ? If so, you need to parse it, like an array. This covers the case, and works with multiple objects selection. I've added some security checks. ( sel = selection as array for obj in sel do ( myMat = obj.mat if myMat != undefined then ( if…