a5000
@a5000
New Member
Joined: Feb 14, 2024
Topics: 5 / Replies: 6
Topic
Forum
Replies: 1
Views: 11
Reply
RE: [MaxScript] bitmap getPixels -> setPixels wrong rgb Values

That’s it! The following lines solve the problem: fileInGamma = 1.0 fileOutGamma = 1.0

3 years ago
Forum
Topic
Reply
RE: C# SDK: Vertex Colors, how to create them?

I’ve already implemented this without the unnecessary copying (see code below) However, I noticed that the code only colors the vertices when the com…

4 years ago
Forum
Reply
RE: C# SDK: Vertex Colors, how to create them?

Bingo! The line at the end does the job. Thank you!!! triObject1.Mesh = mesh ; actually pulls a copy, what a crappy SDK. (I also have the refresh p…

4 years ago
Forum
Reply
RE: C# SDK: Vertex Colors, how to create them?

I don’t think it’s a refresh problem. Even after save/reload the vertex color is not set when I check it in the vertex properties (as in the picture …

4 years ago
Forum
Topic
Forum
Replies: 8
Views: 13
Reply
RE: C#-API: The weird 'bool keep' parameter

Thank you! good idea to look up in the header files. For some reason there are no default parameters in the C# version.

4 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: 3dsMax .net plugin can't port 'pickObject' from maxscript to c#

… I have now worked my way into the API, for everyone who is interested: This is probably only possible with a CommandMode .: MyCommandMode mode = ne…

4 years ago
Forum