coren
@coren
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 20
Reply
RE: how to interactive build Mesh when i change the line shape??

have you tried to create a simple geometry plugin? If you put a reference to a shape it interactively refresh the geometry

14 years ago
Forum
Reply
RE: Can't get Dialogbar to stay docked after restart…

you need to create the dialog on startup, dock it and then open the graphite interface. try with this little script: –TEST DIALOG DOCKED rollou…

14 years ago
Forum
Reply
RE: Auto Pick Script

I john look at this example: obj=pickobject() i=0 while obj!=undefined then ( i+=1 — do something obj=pickobject() )

14 years ago
Forum
Reply
RE: How to make my function faster – get peer vertex normals

there is a topic in maxscript help named “how to make it faster” try to use those tips. Try first the “do not use return, break, exit or continue” [c…

15 years ago
Forum
Reply
RE: Problem Applying Sweep Modifier from inside Rollout

I had the same issue, take a look here, it should work. cheers

15 years ago
Forum
Reply
RE: Change variable of all objects selected.

you should use obj instead of $. cheers

15 years ago
Forum
Reply
RE: Pflow – custom particle positions [need advice]

I suggest you to read the topic “how to make it faster” in the maxscript reference. Anyway try to change your for loop with this one: for thePointDa…

15 years ago
Forum
Reply
RE: Getting Error : No outer local variable references permitted here?

but your function must wait until you press the button? Your first example was with integer, your second with boolean… It’s hard to help you if you d…

15 years ago
Forum
Reply
RE: Getting Error : No outer local variable references permitted here?

create the rollout with a checkbox, inside the function use a if that controls the rollout checkbox and set var to 20 if the checkbox is true test=un…

15 years ago
Forum
Reply
RE: Getting Error : No outer local variable references permitted here?

as the compiler sad: No outer local variable references permitted That means that inside a rollout block you can’t use a local variable defined in a p…

15 years ago
Forum
Reply
RE: Easy question on Max script

for the scene name use this:maxFileName for the path this one:maxFilePath cheers

15 years ago
Forum
Reply
RE: reproduce the autogrid function using maxscript

thanks for replies!! I tried both version and I think I’ll use the one posted by bobo. The reason is that it’s vertex independent and since my script …

15 years ago
Forum
Topic
Forum
Replies: 3
Views: 14
Topic
Forum
Replies: 0
Views: 11
Page 1 / 2