what lo said or alternatively you can use the get/setSubTexMap function. eg. i = 1 — to get map id 1 tex = getSubTexMap multiTex (i+1) — get id 1 m…
lookup DotNet Objects and Classes Life Time Control in the mxs reference. you need to set the event lifetime to #dotnet
fn CopyViewport source_index target_index = ( oldActiveView = viewport.activeViewport viewport.activeViewport = source_index type = viewport.getTyp…
you need to use find the existing perspective viewport, set it as active, copy it’s transform to a variable eg. tm = viewport.getTM(), set your other …
assuming a note track already exists, i think this is what you want: getNoteTrack rootNode 1
I only discovered it a few months ago but it seems to have been around since max 2010. The only mention of it in the reference as far as i know is the…
hey lo, just a quick one. had a brief look over your C# source and you have the exposure parameters around the wrong way in the Math.Pow function. y…
hey lo great work. If I didn’t primarily use VRay and the VRay frame buffer i’d definitly use this. Your curves control is pretty nice. I’ll probably …
what about using RedrawViews() instead?
it’s pretty simple, you are collecting the percentage value into the stammArr array, not the cylinder object. The value at the last line between the …
if you mean as a .chm Bobo has already covered that. Otherwise you can download the html reference for offline viewing from this here:
i would do it this way: delete ( for o in shapes where classof o == SplineShape collect o)
MeditUtilities is a scripted struct defined in “…max\stdplugs\stdscripts\meditfunctions.ms” the source code will speak for itself but the short versi…
first loading the script it took me at least 20 seconds to work out what to do… so i restarted and got 1 min 54. process of elimination and then some …