miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Listbox to display render presets

Try this: rollout VrayRenderSetting “VrayRenderSetting” width:200 height:296 ( local presetsArr = (Getfiles (GetDir #renderPresets + “\\*.rps”) ) …

11 years ago
Forum
Reply
RE: Get knot position for spline base object. Is it possible?

Thank you, Denis. is there a way to set knot position for spline base object?

11 years ago
Forum
Topic
Reply
RE: When object deleted, delete children. Huh?

Try with #nodePreDelete callbacks.

11 years ago
Forum
Reply
RE: BridgeEdges on edit poly modifier

Put the max modify mode and subobjectlevel = 2 outside of the for loop. Yo have to go to modify panel and edge sub-object level only once, so no need …

11 years ago
Forum
Reply
RE: BridgeEdges on edit poly modifier

It works for me. You have to be in modify tab, edge sub-object level ( max modify mode subobjectlevel = 2 f1=8 f2=6 $.modifiers[#Edit_Poly]….

11 years ago
Forum
Reply
RE: Testing against an objects name

if matchpattern WallTypes[r].name pattern:“Door*” Then

11 years ago
Forum
Reply
RE: openbitmap video

MaxScript help file says: openBitMap <filename_string> Returns a bitmap value containing the contents of the specified bitmap file. The bitmap…

11 years ago
Forum
Reply
11 years ago
Forum
Topic
Forum
Replies: 2
Views: 6
Reply
RE: How to fix invalid symbol of a filename?

Ripped from Render To Texture script that is shipped with 3ds max. — function to make a filename valid by replacing illegal characters with a ‘_’ f…

11 years ago
Forum
Reply
RE: Store names as string array?

( — store the names originalNamesArr = for o in selection collect #(getHandleByAnim o, o.name) — change the names… — get original names …

11 years ago
Forum
Reply
RE: Align pivot?

Check this thread. Open maxscript help file and search for RotatePivotOnly – there is example of how to rotate ony the pivot.

11 years ago
Forum
Reply
11 years ago
Forum
Page 59 / 83