This kind of stuff makes me want to be a coder ... not the creative kind, just good enough to copy paste code and maths from papers and bam make cool little apps. Crazy to think it's all there already, even taunting us in that 3dsMax screenshot. Is there any way to get our hands on such things by nicely asking the…
i think i recall a couple of months ago i saw something in the readme/release note that said something about change to the code to prepare for folder organisation. think it was specifically this (in the NEWS link under 2.7.0): - Prepare data structures for layer groups so its coming might just be awhile for them to…
Good link VRAV & Talon, I haven't come across that article on sub-d forums although there was an effort to archive a lot of stuff. I always wanted to know what all that code was on arnies HUD! Ok major geek moment but I remember pausing the video to try and read what it said back in the day.
After the v8 release, I won't install it at work until at least 8.1. Looking through the feature list also left me feeling 'meh'. At this point I'll settle for very little less that a full core rewrite with a good deal of the legacy code removed, an improved UI, and a maxscript listener that doesn't have selective hearing.
Hello everyone. I'm using Marmoset 2 and every so often I'll import an Albedo map. Every so often that material looks like it just went through a lightness filter. I know Marmoset is the problem because it looks just fine in the actual TGA texture. The problem is the material right? No. It still won't work if I create a…
slightly beyond the scope of the discussion.... @ codies they had very impressive power lines in Colin McRae (though might have been f1 memory is a bit hazy :) ) , IIRC it was done as antialiased curves drawn as postprocessing effect.... It had the benefit of a nice smooth line with no vert corners and none of the…
Sure, that was just an example. I learn better with tutorials for a specific purpose. Most tutorials on scripting I've come across focus around recording macros and such and replaying them. I'm just wondering if there's an awesome learning center somewhere for Modo scripting. Or, barring that, if this is like the early…
Thanks for all the stuff guys! :D @igi Woah.. Some of these scripts sound crazy. I've got it bookmarked for the moment I get comfortable with modo. My muscle memory still wants to fight me with navigation :| @mantragora I start my computer science courses this coming semester, So I will be considering writing up my own…
Upcoming Changes to the Assault Bot -Change out Heat Gaurds -Refine the red part of the texture -Refine Material in UDk Aiming to look like the Marmoset Renders -Going to experment with pushing the Normal map -Firgure out a cooler way to Display XJ-92 and other ID codes on the Bot So thats whats coming down the pipe :D as…
Okay. I Started creating a Blueprint with a button that can be pressed from Editor. I successfully stored the "InstancedFoliageActor" from the world 1 and world 2. But I can't do anything with it by blueprints. I can't access the instanced mesh or anything. So do I need to create custom unreal node with C++ by taking piece…