PolyTools3D
@polytools3d
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 1674
Reply
RE: Detecting last resize event

Update a variable and save it when the dialog is closed. Or get the size just before the dialog is closed. ( try destroydialog ::RO_TEST catch() ro…

5 years ago
Forum
Reply
RE: If else by Prefix

There are several ways to do it. Here are some examples using matchPattern(): ( name1 = “car_0001” name2 = “Car_0001” name3 = “_car_0001” name4 =…

5 years ago
Forum
Reply
RE: Scope problem with struct – Section Updater Tool

In this particular case, I see no reason to go over a more complex structure development. Shouldn’t it be enough to declare ‘PGSections’ either as lo…

6 years ago
Forum
Reply
RE: Subrollout update one more time

Do you notice any difference If you check/uncheck the “Disable Redraw” checkbox?

6 years ago
Forum
Reply
RE: Subrollout update one more time

Yes, adding more controls and tabs shows some flickering. This seems to fix it for me, which is basically the same but without the need of C#. ( …

6 years ago
Forum
Reply
RE: Subrollout update one more time

Yes, I guess it does. Unfortunately I have no way to recreate the “flickering” behavior.

6 years ago
Forum
Reply
RE: Subrollout update one more time

The script from Klunk works without flickering on my end if I just remove the off-screen part from it (2014+).

6 years ago
Forum
Reply
RE: Adding a modifier to selected objects and assigning a different path

( fn AssignPointCacheModifier nodes folder:”” = ( — For each node in the nodes array for node in nodes do ( — Crete a Point Cache modif…

6 years ago
Forum
Reply
RE: How to add multiple conditions in max scripts

It’s even worse, you don’t need to use it in a loop to break the performance: ( fn fn1 = ( 1 ) fn fn2 = ( return 1 ) fn fn3 = ( r…

6 years ago
Forum
Reply
RE: How to add multiple conditions in max scripts

Yes, I do rememeber. However, I never run into a problem using return() as I use it where I can and never to break the code. What I never use are bre…

6 years ago
Forum
Reply
RE: How to add multiple conditions in max scripts

“almost”… I like to put the return line whenever I can. You know

6 years ago
Forum
Reply
RE: How to add multiple conditions in max scripts

Alternatively you could use a case statement to get the correct percentage. ( fn GetOptimizationPercent node = ( numverts = node.mesh.numverts …

6 years ago
Forum
Reply
RE: Double transformation

And… where is the code in question?

6 years ago
Forum
Reply
RE: Quick Question (check how well you know 3DS MAX)

This seems to work for my previous example, but it is very ugly. ( currentMod = modpanel.getcurrentobject() nodes = refs.dependentNodes currentMod …

6 years ago
Forum
Reply
RE: Quick Question (check how well you know 3DS MAX)

I still don’t see how to get this stak: ( delete objects max modify mode md1 = noisemodifier() md2 = edit_poly() md3 = bend() md4 = smooth(…

6 years ago
Forum
Page 14 / 113