stigatle
@stigatle
New Member
Joined: Feb 14, 2024
Topics: 49 / Replies: 301
Reply
RE: LZO decompress/compress data

You can use this in your maxscript if I’m correct. (.net). I cannot help you with the dotnet stuff – since I do not use it myself. But I figured th…

13 years ago
Forum
Reply
RE: sdk – vertex indexes and faces

thank you DenisT, I’ll implement it this way, and report back. I’m very thankful for all the help and knowledge you share.

13 years ago
Forum
Reply
RE: sdk – vertex indexes and faces

I’m running into a new problem with the faceUV. what I want to do is the following: Get the UVface from the mesh, get the uv pos, and the uv vertex i…

13 years ago
Forum
Reply
RE: sdk – vertex indexes and faces

I’m not sure, (I’m just exporting 1 singe object at this time). either way if so then I’ll just multiply by object’s transform etc.

13 years ago
Forum
Reply
RE: sdk – vertex indexes and faces

got it now! i fixed my first loop: for (int i = 0; i < mesh->getNumVerts(); i++) { Point3 vert = mesh->getVert(i); fprintf(file,”<p x=\”%…

13 years ago
Forum
Reply
RE: sdk – vertex indexes and faces

hi denisT, that gave me the exact same result So now I’m suspecting that it’s my first loop that might be wrong…?

13 years ago
Forum
Reply
RE: sdk – vertex indexes and faces

almost got it solved by doing the following: I did the following: DWORD vertIndex[3]; for (int f = 0; f < mesh->getNumFaces(); ++f) { Face*…

13 years ago
Forum
Topic
Forum
Replies: 12
Views: 62
Reply
RE: maxscript bug?

thanks, I had no idea it had to be done that way. It just was strange to me because I expected it to output what it said in the listener when activati…

13 years ago
Forum
Topic
13 years ago
Forum
Replies: 2
Views: 31
Reply
RE: obj import, #noprompt does not work

the dialog does not respect the #noprompt file when you use import function. for export it works, it shows a progress window, no interection. this is…

13 years ago
Forum
Reply
RE: obj import, #noprompt does not work

for now I worked around it. Initially I wanted each object as a obj file, but then I realized that I could do it by exporting to 1 big obj file inste…

13 years ago
Forum
Reply
RE: obj import, #noprompt does not work

when I try the above, it opens the ‘Obj import options GUI’. (3dsmax 2012 x64). This is what I want not to show up. I just want it to import it. I gu…

13 years ago
Forum
Topic
Forum
Replies: 21
Views: 26
Reply
13 years ago
Forum
Page 14 / 24