Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Low level mouse hooк Action

( fn GetSMEWindowHandle = ( max_hwnd = windows.getMAXHWND() for m in windows.getChildrenHWND 0 where m[4] == “NodeJoeMainWindow” and m[5] == “…

6 years ago
Forum
Reply
RE: Low level mouse hooк Action

PostMessage works ok for me. But you also need to pass mouse click position and set SME in focus before you click; fn makeparam w l = ( bit.or (b…

6 years ago
Forum
Reply
RE: Low level mouse hooк Action

Maybe something like this will do.

6 years ago
Forum
Reply
RE: Low level mouse hooк Action

try2script: I want to fire left mouse button What do you mean by firing mouse button?

6 years ago
Forum
Reply
RE: Low level mouse hooк Action

Do you really need a global hook? There was already a thread about detecting mouse events in max window. Check out my example. Maybe it is enough for …

6 years ago
Forum
Reply
RE: 3ds max wacom friendly script

check Interacting with the 3ds Max User Interface > Command Panels > in mxs reference

6 years ago
Forum
Reply
RE: [SDK] Transforming only mesh, applying matrix and orientation

What if you modify mesh points like this? <Matrix3>.TransformPoints ( Point3 * array, int n, intstride = sizeof(Point3) )

6 years ago
Forum
Reply
RE: [C# SDK] IMNMesh accessing vert faces data in Vfac Tab<int>

Well, the thing is that I’m struggling to make it on c# side and I have no idea how it is possible if at all. VS tells me that I can’t declare pointer…

6 years ago
Forum
Reply
RE: Relax TOOL UVW unwrap access

t = timeStamp() do ( $.modifiers[1].relaxByFaceAngle 100 0 1 false windows.processPostedMessages() — comment it out if you don’t need viewport upda…

6 years ago
Forum
Reply
RE: Relax TOOL UVW unwrap access

Have you checked mxs reference?

6 years ago
Forum
Reply
Reply
6 years ago
Forum
Topic
Forum
Replies: 3
Views: 14
Reply
RE: C# and Maxscript — Communication

Ok, check this thread maybe it could help you.

6 years ago
Forum
Page 48 / 84