gtafan
@gtafan
New Member
Joined: Feb 15, 2024
Topics: 53 / Replies: 205
Reply
RE: Attach mesh to an empty mesh

Sorry, not familiar with that the source node of mesh. Could you please explain?

8 years ago
Forum
Topic
Forum
Replies: 21
Views: 167
Reply
RE: C++ style map in maxscript

My own solution is really crappy, so I was wondering if there is a better one, but under condition it worcks with older max versions. Like I said my e…

8 years ago
Forum
Reply
RE: C++ style map in maxscript

If you read my very first post, you see that bsearch can´t worck for me, as it´s some feature avaible only in newer max versions. Never said your solu…

8 years ago
Forum
Reply
RE: C++ style map in maxscript

OK, checked maxscript reference and findItem seems to be avaible for all max versions, but the explanaition there says it just makes a ‘==’ comparison…

8 years ago
Forum
Reply
RE: C++ style map in maxscript

Like I said my english is very bad, so I was misunderstood. I said my solution is crappy. I have also apologiezed for that misunderstanding.

8 years ago
Forum
Reply
RE: C++ style map in maxscript

Really sorry, never wanted to waste your, or somebody else time, like I said in the very first post need a solution that worcks with older max version…

8 years ago
Forum
Reply
RE: C++ style map in maxscript

Really no reason to get agresive, for me the arrays in your solution looked just like normal arrays. Sorted arrays, as far I know are only avaible in …

8 years ago
Forum
Reply
RE: C++ style map in maxscript

Nah, can still keep 2 dimensional aray, but just with a diferent structure. I mean something like this: #(#(), #()). Howevwer that ‘FindItem’ could be…

8 years ago
Forum
Reply
RE: C++ style map in maxscript

Not a better solution, then what I have at the moment. My curent solution is just a 2 dimensional array, where the first value is the name string and …

8 years ago
Forum
Topic
Forum
Replies: 38
Views: 80
Reply
RE: is there a material count limit for single mesh?

OK, looks like I finally know what the problem is, the mesh inside the file is f*cked up. There is a code in my script like this: rot_obj = eulerangl…

8 years ago
Forum
Reply
RE: is there a material count limit for single mesh?

Would it be helpfull, if i upload my script with the coresponding file, that produces the problem?

8 years ago
Forum
Reply
RE: is there a material count limit for single mesh?

Will try this code. Have to mention that in my code I am using meshop and not polyop, can this be the reason for my problem?

8 years ago
Forum
Reply
RE: is there a material count limit for single mesh?

PolyTools3D: That clearly means that a mesh can have more than 256 materials. Have you considered the possibility that there may be something wrong…

8 years ago
Forum
Page 17 / 18