SyncViewS
@syncviews
New Member
Joined: Feb 14, 2024
Topics: 20 / Replies: 280
Reply
RE: MS noobquestion: passing a variable

Hi Horst, MaxScript Reference is your best teacher. I slightly changed your code and pointed out the relative information in the Reference. — clear…

16 years ago
Forum
Reply
RE: Check for skin modifier.. weird results

Hi Kevin, modifiers is an array and starts from index 1, that’s why you got that “modifier 0: undefined”. Then you need to check the modifier class to…

16 years ago
Forum
Reply
RE: Weird format to:stringstream problem…

Hi, I’m not sure about your problem, it would be easier to understand by reading the code causing the error. I got it in one case only: declaring a va…

16 years ago
Forum
Reply
RE: Weird problem with removing modifiers

Hi lele, I guess the problem is with looping on a collection. Every time the loop is executed, you delete an element, so the total elements count decr…

16 years ago
Forum
Reply
RE: Ignoring % in a format?

Hi Gavin, maybe you already know, to have the format ignore the % substitution, you must esacape it with “” format “the \% is equal to % ” 10 — outp…

16 years ago
Forum
Reply
RE: problem with callback and vert selection

Hi Hobbs, here is the script you’re asking for. It works in a slightly different way than your request: No callbacks, No SHIFT to press, Preview line …

16 years ago
Forum
Reply
RE: Multiple Arrays -> Multidimensional Array

Hi cubecube, is this what you’re looking for? theArray1 = #(diffuse,alpha,background) –#(diffuse,alpha,background,etc,etc…) theArray2 = #(true,fal…

16 years ago
Forum
Reply
RE: can Render command do viewports?

Hi Neil, I tried your latest script version and can confirm the unpredictable results on 3ds Max 9 x64. I also noticed an odd behaviour: the code runs…

16 years ago
Forum
Reply
RE: User interface questions (SDK)

@ Johan: Thanks for the hint, I’m still analyzing what’s the best option, it is not an impending issue yet, since I got bigger questions marks to answ…

16 years ago
Forum
Reply
RE: User interface questions (SDK)

Modeless Dialog: Solved. I managed how to create the modeless dialog. I was simply missing to set the Dialog Template “Behavior: Visible = True” in th…

16 years ago
Forum
Topic
Forum
Replies: 6
Views: 17
Reply
RE: Access to collapse utility

Richard knows one thing more than the devil! Enrico

16 years ago
Forum
Reply
RE: Callback doubt calling a function

Hi Juan, in order to make the callback work, you need to fully specify the function address inside the rollout. Change: callbacks.addScript #viewpor…

16 years ago
Forum
Reply
RE: slow vertices collection

Hi Raphael, I’m sorry and a little ashamed, it was late and I wrote a very stupid thing, and overlooked it today. You’re right you can’t compare Point…

16 years ago
Forum
Reply
RE: slow vertices collection

Hi Raphael, what do you mean by: unfortunately i have to use the incrementing index as i leave some verts out … tried it the other way round but the…

16 years ago
Forum
Page 16 / 20