ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: Simple Script help

Except it doesn’t… I’ll get to ‘why’ later. oldSel = getCurrentSelection() mergeMaxFile “filename.max” #select #mergeDups newSel = getCurrentSelecti…

16 years ago
Forum
Reply
RE: Macroscript icon change during runtime ?

‘fraid not – that’s what I tried at first, but it doesn’t pick up on the changed icon file

16 years ago
Forum
Reply
RE: Macroscript icon change during runtime ?

‘fraid I can’t see any other method, though :\

16 years ago
Forum
Reply
RE: Macroscript icon change during runtime ?

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…

16 years ago
Forum
Reply
RE: scripted controller, how to get constant?

alternatively, use the name approach; $.position.controller.getconstant #myConstant quotation marks are easier when dealing with spaces, though (spac…

16 years ago
Forum
Reply
RE: Check if file exist before writing

or ‘<boolean>doesFileExist <filespec>’

16 years ago
Forum
Reply
RE: uv position accuracy ?

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 …

16 years ago
Forum
Reply
RE: uv position accuracy ?

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…

16 years ago
Forum
Reply
RE: uv position accuracy ?

seems okay here – what type of object causes the faulty result? Edit: nevermind, I see what you mean

16 years ago
Forum
Reply
RE: NEWBIE – Changing Bitmap Size with Slider

.NET support was introduced in Max9, actually .NET is pretty simple mainly because you’re just dealing with objects, not with programming language b…

16 years ago
Forum
Reply
RE: NEWBIE – Changing Bitmap Size with Slider

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…

16 years ago
Forum
Reply
RE: NEWBIE – Changing Bitmap Size with Slider

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…

16 years ago
Forum
Reply
RE: NEWBIE – Changing Bitmap Size with Slider

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 …

16 years ago
Forum
Reply
RE: NEWBIE – Modifyng bitmap color

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 …

16 years ago
Forum
Reply
RE: which facets are visible?

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…

16 years ago
Forum
Page 29 / 94