miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Launch script from commandline with arguements

i can’t give an answer of your question, but try to force the script to read the input and the output dirs from ini or txt file.

13 years ago
Forum
Reply
RE: select objects if possible

nodeArr = #($Box01,$Box02,$Box03,$Box04,$Box05,$Box06,$Box07,$Box08,$Box09,$Box10) for o in nodeArr where isValidNode o do selectMore o

13 years ago
Forum
Reply
RE: loop/quadrify all objects

I don’t have max2010 and up, so I can’t test it, but try this: (may be the object have to be selected) for o in geometry do ( select o PolyToolsModel…

13 years ago
Forum
Reply
RE: Can I check if the UV islands are outside of the texture space?

Thanks Erik. Problem solved. Here the code: ( local curObj = $ local tempMesh = snapshotasmesh curObj local faceCount = tempMesh.numfaces delete…

13 years ago
Forum
Reply
RE: Why the mesh operation is much much faster than poly operations?

memory:1625880L mean that the operation take less memory than memory:192L?

13 years ago
Forum
Reply
RE: Why the mesh operation is much much faster than poly operations?

After some tests with heapfree I came to conclusion that the using of poGV = polyop.getVert for f=1 to node.numverts do (poGV node f) is faster, but…

13 years ago
Forum
Reply
RE: Why the mesh operation is much much faster than poly operations?

Hi, denisT! I’m using … predefining(i don’t know how to say in english) of polyOp operations in some of my scripts (this foe example)because I know th…

13 years ago
Forum
Reply
RE: Why the mesh operation is much much faster than poly operations?

With polyop.getFaceMatID instead of getFaceMaterial: Editable_Poly: time = 1.25 (not 107.6)

13 years ago
Forum
Reply
RE: Why the mesh operation is much much faster than poly operations?

But… ( o = $ st = timestamp() local elementsNum = 0 — Editable_poly local faceCount = polyOp.getNumFaces o local allFaces = #{1..faceCount}…

13 years ago
Forum
Reply
RE: Geting vert pos problem

I tested both methods with teapots with 5 TS modifiers, converted to editable_poly – 517 12 verts #1 ( st = timestamp() local bmin = [1e9,1e9,0],…

13 years ago
Forum
Reply
RE: Geting vert pos problem

Thanks! I solved the problem 10 minutes ago. Is this is your method of getting bbox: –

13 years ago
Forum
Topic
Forum
Replies: 5
Views: 16
Page 79 / 83