PolyTools3D
@polytools3d
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 1674
Reply
RE: Question about calculate object's transform

If you are looking for the offset transform try: obj1.transform * inverse obj2.transform

7 years ago
Forum
Reply
RE: Rollout follows another Rollout

( try destroydialog ::RO_01 catch() try destroydialog ::RO_02 catch() rollout RO_01 “01” width:150 height:100 ( on RO_01 moved pt do setdialog…

7 years ago
Forum
Reply
RE: Wont load image in rollout dialog

The problem is that although you have defined a function to load a bitmap it is not called anywhere, so it is sitting there waiting for someone to cal…

7 years ago
Forum
Reply
RE: getFaceMatID wrong return value

Man, I thought your language was Sumerian. But Russian!!?? There are plenty of information in Russian, and a huge 3ds Max community. Many Russian fel…

7 years ago
Forum
Reply
RE: getFaceMatID wrong return value

Well, that is, at best, frustrating. I am really disappointed with myself for not being clear enough, because in the end it looks like it was a comple…

7 years ago
Forum
Reply
RE: getFaceMatID wrong return value

The face Mat ID is independent of the material applied to the object. Applying any material to an object will NOT change the Material ID flag of the f…

7 years ago
Forum
Reply
RE: getFaceMatID wrong return value

gtafan: My code looks exactly like the one by miauu and I am geting the same output. Also I meaned 12 lines, not 8, an other stupied typing error fr…

7 years ago
Forum
Reply
RE: getFaceMatID wrong return value

You would be very lucky if you could get that piece of code running without throwing any error. However, using the correct code (as miauu showed), wh…

7 years ago
Forum
Reply
RE: Add vertizes to mesh

I wish I could tell you the documentation is a “novel book” and that you could know how it ends just by reading the latest pages, but it is not the ca…

7 years ago
Forum
Reply
RE: Add vertizes to mesh

I don’t know how I could say it in a different way to ensure a clear reading and understanding. But, if you could tell me what part of the sentence i…

7 years ago
Forum
Reply
RE: Add vertizes to mesh

You need to read the documentation to understand how meshes work and how to work with them. setNumVerts() ( obj = converttomesh (box()) setnumvert…

7 years ago
Forum
Reply
RE: Tape tool as floater UI (Script Wish)

denisT: it’s not really ‘lagging’… it’s not updating UI controls during some other scripts running. the way to update ui controls is to use windows…

7 years ago
Forum
Reply
RE: Tape tool as floater UI (Script Wish)

Thanks Denis. The fields where previously Edittext controls, but changed them to labels because they perform a lot better. There is a lag in other co…

7 years ago
Forum
Reply
RE: Tape tool as floater UI (Script Wish)

Code updated. I think everything works fine now as a MacroScript.

7 years ago
Forum
Reply
RE: Tape tool as floater UI (Script Wish)

Glad it worked. Regarding the error you get, same as the previous error, I don’t get any error when the script is used as is and you create the Tape …

7 years ago
Forum
Page 21 / 113