ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: Macroscript to run other scripts with certain params?

pretty vague… Neil’s script relies on OBF called ‘nameManager’. Check the source file to see what parameters it takes and which of those get fed when…

16 years ago
Forum
Reply
RE: How to achieve the effect like Path Constrain using MAXScript?

so basically you’d want the equivalent of… going into trajectories mode converting the trajectory to a spline setting that spline as a path constrai…

16 years ago
Forum
Reply
RE: can animate with point curve use its point?

bit of a dupe thread, this; problem seems to be that setKnotPoint won’t actually cause an animation keyframe to be set

16 years ago
Forum
Reply
RE: Download from HTTP ?

and should you need to support older max versions… dragAndDrop.downloadURLToDisk <url> <destination> 1

16 years ago
Forum
Reply
RE: Don't loose dialog focus

well, you can’t really halt a script in a modeless dialog – you could have the main script pop up that modeless dialog, call it a day, and then let th…

16 years ago
Forum
Reply
RE: animate line with its vertex?

If only it were that simple :\ theSpline = $ $Line:Line01 @ [40.000000,-0.000002,50.000000] animateVertex theSpline #all OK theTrack = theSpline[4][…

16 years ago
Forum
Reply
RE: animate line with its vertex?

huh… I would have simply suggested ‘with animate on at time T ( setKnotPiont shapeObj splineIndex knotIndex )’, but apparenty that doesn’t create any …

16 years ago
Forum
Reply
RE: How to let the wrong program interrupt execution ?

try ‘throw’ if you want to throw an error e.g. for i = -100 to 100 do ( if (i == 0) then ( throw “zomg! you nearly divided by zero!” ) print (…

16 years ago
Forum
Reply
RE: medit-bitmap-rollout – scripted material

try this… Scripted Plug-in Clauses[left]on <rollout> reload do … [/left] [left]This event handler is defined for rollouts in scripted plug-…

16 years ago
Forum
Reply
RE: Find instanced script controllers current objects name?

you may be SOL… From the “‘This’ Local Variable in Scripted Controllers” topic: Obviously it is not possible to tell the actual node when the contr…

16 years ago
Forum
Reply
RE: 2 WPF Examples

no 64bit here, but the objects you’re creating certainly aren’t 64bit-only objects… it’s just a Window ;\

16 years ago
Forum
Reply
RE: 2 WPF Examples

the only possibly relevant bit I can find is… Window needs UnmanagedCode security permission to be instantiated. This has the following consequences…

16 years ago
Forum
Reply
RE: 2 WPF Examples

or maybe it’s an XP vs Vista thing (apparently WPF is a separate download for XP SP2) – no idea I did / do have .NET 3.5 (SP1) installed… even tried…

16 years ago
Forum
Reply
RE: 2 WPF Examples

yep, both examples – quite possibly I don’t have 3.5 (SP1 or otherwise) installed as of yet… will try later. Shouldn’t we be building user interfaces…

16 years ago
Forum
Reply
RE: 2 WPF Examples

this error is much more fun – Runtime error: dotNet runtime exception: Attempted to read or write protected memory. This is often an indication tha…

16 years ago
Forum
Page 19 / 94