miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Protecting Maxscripts -> using a bit of C++?

Today I found this in this scriptspot thread.

12 years ago
Forum
Reply
RE: Get url contents

Use this(the http link is not valid.): webStr = ((dotNetObject “System.Net.WebClient”).downloadString “http://dl.dropbox.com/fileWithStringData.dat”)

12 years ago
Forum
Reply
RE: More functions or more enums?

You can use the case statement: fn RandomSelectionPoly SO:subobjectlevel = ( case SO of ( 1: () 2: () 4: () ) ) Maybe the b…

12 years ago
Forum
Reply
RE: Getting loop direction

Why you want to duplicate built in SetLoopShift? This code works for open edge loop. To test it select some edges that have common verts. They can fo…

12 years ago
Forum
Reply
RE: Getting loop direction

Try this: For open edge loop: find the “starting edge” – this is edge that have only one neighbor edge from the loop edges then, using your code fi…

12 years ago
Forum
Reply
RE: slow rollupup updating…

I got this error(max2013 win8pro): Create_User32Assembly() dotNetObject:User32 — Error occurred in anonymous codeblock; filename: ; position: 3146; …

12 years ago
Forum
Reply
RE: Slider value read -out

( global rol_ try(destroyDialog rol_)catch() rollout rol_ “” ( slider sl_01 “My slider” range:[1,100,2] label lbl_01 “” spinner spn_01 “” …

12 years ago
Forum
Reply
RE: 'name' undefined

move $ [0,-16.2616,0] move $ [-8.83768,0,0] delete $Plane001 delete $Sphere001 — select $Plane001 — actionMan.executeAction 0 “40020” — Edit: Delet…

12 years ago
Forum
Reply
RE: Delete modifier by name?

( — create object t = teapot() addModifier t (Bend()) addModifier t (Cloth()) addModifier t (Edit_poly()) addModifier t (Edit_Mesh()) a…

12 years ago
Forum
Reply
RE: Scale to desired (integer) size

Free modifier – Dimension Free script – Dimension Commersial script – miauu’s Scale Tool + video1 + video2

12 years ago
Forum
Reply
Topic
Forum
Replies: 2
Views: 13
Reply
RE: about how to get this value

What value? This is the name of the selected object. You can ge it with selection[1].name

12 years ago
Forum
Reply
RE: If…then….else…question.

Another small update. Use with redraw off to disable viewports redraw when the script assign the matereials to the selected objects. This will improve…

12 years ago
Forum
Reply
RE: If…then….else…question.

Also, instead of having this part 24 times activeMeditSlot = 2 — set slot 2 to active slot and create a material with the following conditions. …

12 years ago
Forum
Page 66 / 83