lo1
@lo1
New Member
Joined: Feb 14, 2024
Topics: 44 / Replies: 1920
Reply
RE: SDK: Find BitmapTex coordinate mapping

BitmapTex has a method GetUVGen() From that object you can check GetCoordMapping to determine the mapping type. Details in the documentation.

8 years ago
Forum
Reply
RE: compare two vectors

Either of these is fine: fn Point3Equal a b epsilon:0.0001 = ( abs(a.x – b.x) < epsilon and abs(a.y – b.y) < epsilon and abs(a.z – b.z) <…

8 years ago
Forum
Reply
RE: compare two vectors

What do you mean by match?

8 years ago
Forum
Reply
RE: SendMessage and Marshal.String

GC will not free it because it’s not managed memory. You need to call the corresponding free function after use. There’s not much point in using this…

8 years ago
Forum
Reply
RE: SendMessage and Marshal.String

The first will leak memory if you don’t manually free it. The second will not.

8 years ago
Forum
Reply
RE: Strange animation playback measuring time.

Depends on your settings, PlayAnimation may play in realtime, rendering less frames, no?

8 years ago
Forum
Reply
RE: Unremovable node?

I know some users that run with chainsaws.

8 years ago
Forum
Reply
RE: dotnet Path issues: Illegal characters in path

Place the entire path into a variable and print it before calling the method. That will show you what’s wrong with it.

8 years ago
Forum
Reply
RE: Max 2017UI for 5k and 4k from usual monitors

Set windows font scaling to 150% or 200%

8 years ago
Forum
Reply
RE: How to retrieve detailed render geometry?

Do you call RenderBegin on all objects?

8 years ago
Forum
Reply
RE: Max 2017 – New UI – Qt… I'm disappinted

Well you didn’t really expect them to rewrite the UI system, did you? Who would rewrite all the thousands of tools, plugins and scripts that rely on W…

8 years ago
Forum
Reply
RE: c# set array[i] in maxscript

I guess it was just neglected to be implemented as a setter for .NET array by the Maxscript devs when .NET support was added to Maxscript. I can’t ima…

8 years ago
Forum
Reply
RE: c# set array[i] in maxscript

Use the explicit SetValue method instead of the indexing operator.

8 years ago
Forum
Reply
RE: Remove unused bones from a Skin Mod

@denis Optimization of course.

8 years ago
Forum
Reply
RE: If And Or

Ignore, misread question.

8 years ago
Forum
Page 2 / 131