Try adding the lightmap and then multiplying it again, or try multiply with a lerp. There's all sorts of things you can do with the shader. You can always play around in shaderfx to get the look you want, then write the actual shader code. I've found it's much faster to prototype and experiment that way. Also, if you find…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
Lets go over some simple ways to get your feet wet with MAXScript. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take time and time again. MAXScript what does it do? To answer that…
Lets go over some simple ways to get your feet wet with MAXScript. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take time and time again. MAXScript what does it do? To answer that…
Cool project! It seems like you have some AI images on your ref board (not sure since low res). I always recommend people to avoid using "AI references", those are almost always garbage. Especially when it comes to anything robotic/hardsurface. As you said yourself this robot is very iconic, there are tons of references…
Got mine last night. It's really great so far, so nice to be playing a Smash Bros. game again. My only real complaint is a lot of the new levels are extremely busy visually and it's much harder to keep track of players than before. When you play a Melee level it's night and day. We'll have to start posting some friend…
I need to transfer UV from initial low poly to dynameshed mesh from Zbrush . I usually use Data Transfer modifier in Blender for this . It sometimes does subtle mistakes around UV seams but usually it still works fine for further detailing in Zbrush . Gemini tells me 3d max got a massive update in 2026.1 version and now…
Hi! Tbh I'm not sure how okidoki's example can help add noise to animation curves, I mean with some technical knowledge you could hack together some kind of node network that would grab a position of a point from a noise texture and use it to drive a position of a controller on an animation curve, but I shudder to think…