Anyone using custom material scripts in Max 9? We're getting bizarre "bad allocation" errors with param blocks, and it seems to be coming from deep inside Max's code. Sparks (the Max SDK forum) is as slow and silent as usual, SDK docs show nothing new, extensive Googling turns up nothing. Hitting up our contact in Autodesk…
9 year thread necro, lets go I vaguely remember what this was about. Basically if you save your hotkey file, you can open it up and manually edit the hotkeys. The way the hotkey file is formatted puts all hotkeys between <Code> and </Code> block elements, for example <Code>L</Code> So if you know what hotkey you want to…
Refinement and study, taking breaks and coming back and realizing things might not've been that great, decide to redo them or not, move on most likely till you get it right or become homeless. 1st thoughts you are right there for this piece, just some more loving to them rock crevasses <the linked image is what I'd like to…
Ya true, it does slow things down but only really matter for things that are huge, like if you ever modified the pymel core, you can see a Hugh startup cost to using reload. But you prolly got 1 module and maybe a thousand lines of code so likely no more than a fraction of a second to a second to reload. Good thinking…
The biggest issue is that the best mods for Bethesda games are most often the free ones, and the stuff that ends up on Creation Club is lower quality or cash grabs. The next biggest problem is official mods can never be full conversions or IP infringing, or "fix" parts of the game that are intended, and they can't have…
Sweet thanks, seems I had a copy of lcNextGenShader_1.2.fx somewhere on my external HDD, was using that. I'll check our 2.1! =] I don't think any artist here will care about how nasty or hacky a code is.. as long as the end result looks great. =D But than again, I can see why you would want to take it down if you are a…
Coming from an engineer background i can say that it's not that know how to code have helped me but you start to work smarter. It's the mindset of a programmer that always wants you to work smarter and get the task done in less time. But i think you can get those skills just by working on a studio environment. It's also…
i never heard of code-hunter till now. looks interesting. still, code hunter reminds me more of a cross between manga and that Gorrilaz music videos. love the art style by the way.
Thanks all for your comments! I ended up trying to solve this in Unreal Engine 5. I brought in my plane mesh with the texture and sure enough the seam was there too. Based on this thread: https://polycount.com/discussion/116922/a-solution-to-normal-maps-with-mirrored-uvs-in-udk I flipped the x channel in a shader just for…
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…