ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: URGENT: set mix curve on falloff map

sendMessage API combined with the appropriate messages. E.g. fn click hwnd coords:[0,0] = ( if (coords == unsupplied) then ( coords = [0,0] ) …

16 years ago
Forum
Reply
RE: URGENT: set mix curve on falloff map

near’s I know… nope – pre-build a few maps, load those whenever you need them, is your best bet. theoretically you could add keys and animate them us…

16 years ago
Forum
Reply
RE: Can we change the color of a button's text?

sure you can – see the .fromARGB method rollout roll_test “test” width:416 height:66 ( dotNetControl dno_label “Windows.Forms.Label” width:400 heig…

16 years ago
Forum
Reply
RE: Can we change the color of a button's text?

A. using a dotnet button, yes, easily B. for maxscript buttons, no. You can, however, try faking it by sticking a Hyperlink control on top (you can s…

16 years ago
Forum
Reply
RE: Custom attributes iteration

for prop in (getPropnames attr) do ( print prop )

16 years ago
Forum
Reply
RE: n00b question: bitmaps in encrypted max scripts

sure rollout roll_test “test” width:416 height:66 ( dotNetControl dno_label “Windows.Forms.Label” width:400 height:50 on roll_test open do ( d…

16 years ago
Forum
Reply
RE: n00b question: bitmaps in encrypted max scripts

alright, suppose this is the function you got from the bitmap -> script function from the help file… (simple noise map rendered out at 8×8) –…

16 years ago
Forum
Reply
RE: n00b question: bitmaps in encrypted max scripts

A. place the function outside of the rollout so that when you call it outside of the rollout, it’s in the same scope. B. Call the function from withi…

16 years ago
Forum
Reply
RE: n00b question: bitmaps in encrypted max scripts

there’s two ways… A. Use an MZP, extract all the files to a temporary location (e.g. system temp) B. Encode your bitmap as script itself. See the Bi…

16 years ago
Forum
Reply
RE: n00b question: bitmaps in encrypted max scripts

considering you used it on another computer… are you sure that… “C:\Documents and Settings\VarinderS\My Documents\My Pictures\author.png” …actuall…

16 years ago
Forum
Reply
RE: Procedural Map Idea: Studio Map

you could probably set something like that up with some scripting – creating the actual geometry and rendering that out separately, or driving some Mi…

16 years ago
Forum
Reply
RE: How to set the "viewport blowup" values do?

make sure that the width and height you set conform to the same aspect ratio as your renderWidth / renderHeight; blowUp rendering always uses the same…

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 1
Views: 12
Reply
RE: Scripted custom geometry plugin

I think one could still get around it with relative ease, especially if set up from maxscript. If it’s a custom geometry plugin (non-scripted), I’d d…

16 years ago
Forum
Reply
RE: Scripted custom geometry plugin

other than the fact that if you are setting up those callbacks using scripts, it’s trivial for the user to simply disable the callbacks? or to set up…

16 years ago
Forum
Page 7 / 94