Except it doesn’t… I’ll get to ‘why’ later. oldSel = getCurrentSelection() mergeMaxFile “filename.max” #select #mergeDups newSel = getCurrentSelecti…
‘fraid not – that’s what I tried at first, but it doesn’t pick up on the changed icon file
‘fraid I can’t see any other method, though :\
not directly – what you can do is overwrite the original icon files (*_24i.bmp, *_16i.bmp) and then call “colorman.reInitIcons()”. Note: That call is…
alternatively, use the name approach; $.position.controller.getconstant #myConstant quotation marks are easier when dealing with spaces, though (spac…
or ‘<boolean>doesFileExist <filespec>’
Note that you will still get varying line thicknesses -and- you run the risk (in theory, at least, the more I think about it the less it seems likely …
alright, second attempt at a reply, then… The accuracy of the UVw coordinates is fine. However, the template that the Unwrap UVW modifier renders ou…
seems okay here – what type of object causes the faulty result? Edit: nevermind, I see what you mean
.NET support was introduced in Max9, actually .NET is pretty simple mainly because you’re just dealing with objects, not with programming language b…
imgtag’s transparency – ‘fraid not, at least not that I can think of. Maybe you can set a negative color or so… never tried so I’m not sure if that j…
if you want something a little more efficient (though I’d still go with imgtag/.net) and less memory consuming (max just crashed here – too many new b…
The MaxScript Bitmap control always centers the bitmap assigned… There’s two main ways you can deal with this… A. Ditch the MaxScript Bitmap control …
BM = Diff.Bitmap gamma:2.2 Throws an error because it thinks you are trying to call the function (method) ‘Bitmap’ in the diffuse map with parameter …
this isn’t nearly as easy as you were hoping, I’m gonna guess For faces facing towards/away from the camera it’s easy enough. Get the camera’s dir…