decon
@decon
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 42
Reply
RE: Scopes

Thank you all for your help, I knew this was tricky. The reason I asked about this was that next week or so I’ll be arranging a training session where…

14 years ago
Forum
Topic
14 years ago
Forum
Replies: 6
Views: 20
Reply
RE: Look at object

or simply : myObj = if $Box01 != undefined then $Box01 else Box pos:[100,100,0] height:50 length:2 myTarg = if $Sphere01 != undefined then $Sphere…

16 years ago
Forum
Reply
Reply
RE: How to get the coordinates of the window frame ?

well, at View menu, there is Save Active View option. Maybe you could use that . With script it might start up something like this: — First get cur…

16 years ago
Forum
Reply
RE: How to get the coordinates of the window frame ?

where do you want it in space (or how big) ? — creates a rectangle around current viewport ( TM = getViewTM() viewPt = TM.row4 p = mapScreenToV…

16 years ago
Forum
Reply
RE: How to get the coordinates of the window frame ?

— creates a rectangle around current orthographic viewport ( TM =viewport.getTM() p = mapScreenToView [0,0] 0.0 rWidth = abs(2 * p[1]) rLength = …

16 years ago
Forum
Reply
RE: SetTarget Method in Link_Constraint()

brrrr, scary ghost methods … 😈

16 years ago
Forum
Reply
RE: SetTarget Method in Link_Constraint()

if you write showinterfaces Link_constraint() Interface: constraints Properties: Methods: <node>getNode <index>nodeNumber &l…

16 years ago
Forum
Reply
RE: MULTIPLE SPLINE DETACH anyone??

my job to fix typos today … at Alex’s code: indx = numSplines baseSpline and at Josh’s code include ‘line’ class also: for s in selection do if clas…

16 years ago
Forum
Reply
RE: Scripting issue with Screen coordinates and dialog

If someone knows why ‘screen’ doesn’t work, I would be happy to learn the theory behind that . Try ‘grid’ : in coordsys grid move $ [xxx,0,0]

16 years ago
Forum
Reply
RE: How to disable a menu items

Do you mean a macro with an event handler, like: on isenabled return (selection.count > 0) on execute do ( blaa blaa .. )

16 years ago
Forum
Reply
RE: PLEASE HELP! Simple maxscript required

well, maybe there is a simple solution, but i didn’t find it. Anyway, this looked so interesting that i couldn’t keep myself messing with it. Not ver…

16 years ago
Forum
Reply
RE: Maxscript listener not working

yep, re-starting makes it work, but if this is not a bug, then it must be a feature :rolleyes:

17 years ago
Forum
Reply
RE: pickbutton in CustAttribute UI

why don’t you just say on pbt_cl picked obj do ( targ = obj targ.pos.y = $.pos.y ) then the holder has no function, but maybe i missed something …

17 years ago
Forum
Page 1 / 3