Maybe this is what you need: getTransformAxis $ 0
Blender Developers Blog FBX binary file format specification — Blender Developers Blog Developer musings on Blender
( if makeDir (maxfilepath + “images”) then ( bmpFilePath = (maxfilepath + “images\\” + getFileNameFile maxfilename + “_” +(timestamp() as string) …
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…
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…
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…
( if selection.count != 0 then ( if isKindOf selection[1] helper != undefined then ( delete Helpers backgroundColor=color 255 255 255…
myObj = selection[1] if isValidNode myObj then ( — code here ) else ( messagebox “Error” )
Search the maxscript help file for #filePostOpen callbacks.
( 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…
a = point name:”hp_1″ print a.name