Category Archives: MaxScript

Projecting Camera Maps

By default in standard 3dsmax the Camera Map Modifier has a projection aspect ratio the same as the camera/render resolution, this isn’t good if you need to project a portrait image on a landscape render. Whilst there are plugins/MCG/OSL solutions … Continue reading

Posted in 3dsmax, MaxScript | Leave a comment

SME: Slating the right Nodes

Whilst working on my next tool I hit a rather large stumbling block. Getting the selected nodes in the Slate Material Editor only passes you string names.  The Problem with the SME and 3dsmax in general is that maps/materials can share … Continue reading

Posted in 3dsmax, MaxScript | Leave a comment

Intricacies of 3ds Max Part 1

Half of what I know isn’t just how to solve a problem, but why that problem exists and when we are just using work-arounds to get around problems.  Here are a few examples which may seem illogical at first, but … Continue reading

Posted in 3dsmax, Lessons, MaxScript | Leave a comment

Lesson 15: Enumeration Stations….

Sorry this blog has been neglected… Facebook makes things much easier to share… In some other….. ‘proper’… coding languages you have a function called Enumerate…. this allows you to iterate through an array and not only get the value but … Continue reading

Posted in 3dsmax, Lessons, MaxScript | Leave a comment

Optimising Scenes by Reducing Objects

One of the most efficient ways to optimise a scene in 3dsmax is to cut down on the sheer number of objects in the viewport. I’m not talking about deleting object, just merging objects together to one mesh can seriously … Continue reading

Posted in 3dsmax, MaxScript | Leave a comment

Getting Mapped

Ok I admit it, I’m trying to help people learn maxscript and occasionally there will be things I don’t understand, often the process of writing out a blogpost helps solidify my knowledge and makes me ask the question of whether … Continue reading

Posted in MaxScript, Uncategorized | Leave a comment

Return of the Auto back

Autoback is one of those features we love to hate… we love it when it saves our ass, we hate it when it interrupts what we are doing.  One of my main pains is when you open the autoback, you … Continue reading

Posted in 3dsmax, MaxScript | Leave a comment

Maya – Max: Why doesn’t 3dsmax have a Shape Node?

If you’re coming from Maya  to 3dsmax, or you’re learning Maya and getting confused as to why in Maya there are Transform and Shape node and in 3dmax it doesn’t look like there are… here’s a bit of a explanation, … Continue reading

Posted in 3dsmax, Lessons, MaxScript | Leave a comment

That doesn’t work. – Part 1

Is anyone out there old enough to remember the fantastic Discworld Computer Games based on the late Terry Pratchett’s novel series? A brilliant and hilarious creation that allowed you to take your character, the embarrassingly useless wizard, Rincewind through the … Continue reading

Posted in 3dsmax, MaxScript | Leave a comment

Vray Render Mask Maker

The VRay Render Mask was added back in Vray 3.0 I think, you can do include/excludes, choose to only render your selected object or put an image mask in to render this. Back then, I wrote this tool, which I … Continue reading

Posted in 3dsmax, MaxScript | Leave a comment