miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Array index and rollout slider?

Don’t use global variable for task like this. ( global rol_sliderTest try(destroyDialog rol_sliderTest)catch() rollout rol_sliderTest “” ( loca…

13 years ago
Forum
Reply
RE: Saving Rendered UV Template

This is the code, which I use in RTTAssist to bake UV template. ( bakedObject = selection[1] max modify mode — define Unwrap_UVW modifier defUnw…

13 years ago
Forum
Reply
RE: set renderToText to use Existing Unwrap

Never. Did you solve your problem?

13 years ago
Forum
Reply
RE: set renderToText to use Existing Unwrap

Take a look at RTTAssist code.

13 years ago
Forum
Reply
RE: Simply question

Select the object, which you want to clone and execute this code. ( toCopy = selection[1] copy1 = copy toCopy copy2 = copy toCopy copy3 = copy to…

13 years ago
Forum
Reply
RE: Referencing a node other than by its .name?

AnimHandle system: GetHandleByAnim – GetAnimByHandle Node Handles: inode.handle Note that getAnimByHandle and getHandleByAnim are different every t…

13 years ago
Forum
Reply
RE: Hiding objects outside camera cone

Use this to get objects inside the cone, and then invert the selection.

13 years ago
Forum
Reply
RE: sort array based on pos.X

Why you don’t use the world [0,0,0] as reference point?

13 years ago
Forum
Reply
RE: how to make many points lay on the same plane

Check maxscript help file for [font=Verdana]How To … Move Objects to a Surface[/font]

13 years ago
Forum
Reply
RE: Fibermesh to spline: Help me improve it!

Is the predefining make some noticable difference in more heavy fiber mesh? Edit: About the progressbar with progressbar and no predefining Processin…

13 years ago
Forum
Reply
Reply
RE: Fibermesh to spline: Help me improve it!

Without predefining: Processing took 0.709 seconds OK Processing took 4.566 seconds OK With predefining this: local poGElUF = polyop.getElementsUsin…

13 years ago
Forum
Reply
RE: Fibermesh to spline: Help me improve it!

Yep. I tried it a minute ago. Work slower and not accurate. For speed improvement – try to predefine all polyop.xxxx in variable befor the for loops. …

13 years ago
Forum
Reply
RE: Fibermesh to spline: Help me improve it!

And this is the script that do what you want with 5 lines of code, but I don’t know how fast it is.

13 years ago
Forum
Reply
RE: Adding Knots and Change Handlers

Also, how can I get Knots spaced evenly? I hit the same problem with my Super Poly Bridge script. What I’ve done to solve the problem is – create n…

13 years ago
Forum
Page 74 / 83