Just searching I found this: http://docs.autodesk.com/3DSMAX/15/ENU/3ds-Max-SDK-Programmer-Guide/ Which honestly, glancing over it, looks like a lot better documentation than most applications give. I've never opened up 3DSMax/MaxSDK - but assuming it's as large and complex as what you say it is - this is something that…
I think it may be more of a general catch-all term. I used to work for a security company and for everything that happened we had to record a detailed log of what happened and how we responded to it. There were codes for pretty much everything you can think of, and there was one for Act of God. I can't remember what…
The cleanup function doesnt take care of double edges, for me at least. If you find thats true for yourself heres a script I threw together few days ago. It saves your selection so it can be used at any time during the modeling process, though is a little finicky with edge selections sense it changes their order when…
Hi Monk! I don't know if this fits with your description of a stack : what I meant is not only the "stackable" nature of the modifiers, but also and more importantly the non-linear, "browsable" aspect of their connections. I mean, I really love and rely a lot on Max's ability to let me go back the very lower layer of a…
Hey hey, I am a freelancer looking for work. The following is how I introduce myself on several platforms. I'd appreciate any feedback and advice you might have regarding my introduction and portfolio (https://tactilevisions.artstation.com/). Thank you! "Hey there! I'm a 3D animator, VFX, and cinematics artist with over 4…
Chrilley, the math that drives light is very simple. Like everything in physics, complexity comes from trying to derive information about the base equations, like converting RGB to HSV for example. The code uses this for each channel in RGB. It's easiest to normalise your colours to a 0-1 range, which lets you know that…
here is the code... set grid to a certain spacing; macroScript Macro18 category:"DragAndDrop" toolTip:"" ( setgridspacing (2) ) that sets the grid to 2... I made this set it to, 2-32 since those are the options I use the most. and a set that increases or decreases the grid... here is the code for that... this increases…
Big studios come and go, and the number of big firms throwing money at Blender grows every year. Epic Games in particular seems extremely interested in seeing the software grow in terms of industry applicability. With Unreal starting to creep deeper into AAA film and game production, I see Blender slowly making its way…