miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Topic
Forum
Replies: 10
Views: 55
Reply
RE: Align working pivot to current transform axis

Maybe this is what you need: getTransformAxis $ 0

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 22
Reply
RE: FBX Statistics

Blender Developers Blog FBX binary file format specification — Blender Developers Blog Developer musings on Blender

4 years ago
Forum
Reply
RE: Simple Grab Viewport script

( if makeDir (maxfilepath + “images”) then ( bmpFilePath = (maxfilepath + “images\\” + getFileNameFile maxfilename + “_” +(timestamp() as string) …

4 years ago
Forum
Reply
RE: Splitting an object in a specific way?

Thank you. Adding missing verts and edges, then splitting all internal edges(excluding open edges) in half and connecting the verts and I might have w…

4 years ago
Forum
Reply
RE: Splitting an object in a specific way?

Here is a better image: 0001.png1910x847 71.9 KB Yellow lines can goes anywhere. The final result have to be this(some of the chunks are scaled do…

4 years ago
Forum
Topic
Forum
Replies: 4
Views: 18
Reply
RE: 3dsMax 2022 script compatibility

The error is on line 46. This line in the code below modPanel.setCurrentObject obj.modifiers[obj.modifiers.count] local obj = selection[1] if ge…

4 years ago
Forum
Reply
RE: Is there a way to stop script

( if selection.count != 0 then ( if isKindOf selection[1] helper != undefined then ( delete Helpers backgroundColor=color 255 255 255…

4 years ago
Forum
Reply
RE: Is there a way to stop script

myObj = selection[1] if isValidNode myObj then ( — code here ) else ( messagebox “Error” )

4 years ago
Forum
Reply
RE: Is there a way to destroyDialog when does another scene open?

Search the maxscript help file for #filePostOpen callbacks.

4 years ago
Forum
Reply
RE: How to rename point helper?

( for h in helpers where classOf h == point do h.name = “myName” ) Create only one point helper in the scene and run this: ( for h in getClassIns…

4 years ago
Forum
Reply
RE: How to rename point helper?

a = point name:”hp_1″ print a.name

4 years ago
Forum
Page 10 / 83