miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: 3DSMAX cut array in 1/2?

I can’t understand this part `and each part can create a new array with its own name` ( for i = 1 to 10 do box() arr01 = objects as array half…

5 years ago
Forum
Topic
Reply
RE: Memory leak when creating faces in Editable Poly?

Maybe the problem is because the “editable poly data” has to be updated, so next time when you create new faces MAX has to update data for all existin…

5 years ago
Forum
Reply
RE: Can someone confirm a bug in quadrify via Maxscript? (sample script provided)

When I execute the code the objects are not the same(one face is deleted). When i execute the code line by line the objects are the same(one edge is r…

5 years ago
Forum
Reply
RE: Does MXS support DWG export to different coordinates?

In AutoCAD export as DWG without moving the objects near 0,0,0. In 3ds Max use a script to import the dwg file. When the file is imported the script w…

5 years ago
Forum
Reply
RE: Attach Mesh problem – faces becomes flipped

AEI: em = Editable_Mesh() obj = $Plane_001 newmesh = em + obj It looks good in the viewport, but when the object is rendered, as Klvnk showed, …

5 years ago
Forum
Reply
Reply
RE: Attach Mesh problem – faces becomes flipped

New question – is it possible to force the object to use those normals instead of to reset them?

5 years ago
Forum
Reply
RE: Attach Mesh problem – faces becomes flipped

But how the Edit Normals modifier know in which direction to turn the normals when the Reset button is pressed. In my case the selected normals are fl…

5 years ago
Forum
Reply
RE: Attach Mesh problem – faces becomes flipped

Klvnk: hat’s the way the actual faces are arranged. the object has it’s normals specified in the other direction. Add an edit normals mod and reset…

5 years ago
Forum
Topic
Forum
Replies: 17
Views: 55
Reply
RE: How to add a new radiobutton "Selected Objects" in this script?

Try with this: on btn_reflSubdivs pressed do –Set the reflection subdivs number ( case rdoScale.state of ( 1: for i in scenematerials do fl_…

5 years ago
Forum
Page 17 / 83