Don’t use global variable for task like this. ( global rol_sliderTest try(destroyDialog rol_sliderTest)catch() rollout rol_sliderTest “” ( loca…
This is the code, which I use in RTTAssist to bake UV template. ( bakedObject = selection[1] max modify mode — define Unwrap_UVW modifier defUnw…
Never. Did you solve your problem?
Take a look at RTTAssist code.
Select the object, which you want to clone and execute this code. ( toCopy = selection[1] copy1 = copy toCopy copy2 = copy toCopy copy3 = copy to…
AnimHandle system: GetHandleByAnim – GetAnimByHandle Node Handles: inode.handle Note that getAnimByHandle and getHandleByAnim are different every t…
Use this to get objects inside the cone, and then invert the selection.
Why you don’t use the world [0,0,0] as reference point?
Check maxscript help file for [font=Verdana]How To … Move Objects to a Surface[/font]
Is the predefining make some noticable difference in more heavy fiber mesh? Edit: About the progressbar with progressbar and no predefining Processin…
Double post.
Without predefining: Processing took 0.709 seconds OK Processing took 4.566 seconds OK With predefining this: local poGElUF = polyop.getElementsUsin…
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. …
And this is the script that do what you want with 5 lines of code, but I don’t know how fast it is.
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…