Klunk1
@klunk1
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 650
Reply
RE: Exporting animationsets/tracks at api level

you forgot “rest cycle animation” usually it calls idle i know i just got bored and it was getting late.

11 years ago
Forum
Reply
RE: Exporting animationsets/tracks at api level

how you might use a fsm to describe a walk and run animation file

11 years ago
Forum
Reply
RE: Exporting animationsets/tracks at api level

you can have as many animations as you like in a single max file, the questions is how to tell them apart or how to indicate where each animation is i…

11 years ago
Forum
Reply
RE: saw tooth mod function to a sinusoidal form

doh!!! just need s a sine wave with the correct period !

11 years ago
Forum
Topic
Forum
Replies: 1
Views: 12
Reply
RE: [.NET SDK] Getting the 3dsMax version

there’s the utilityinterface don’t know how you get there from c# .net

11 years ago
Forum
Reply
RE: [.NET SDK] Getting the 3dsMax version

going by the c#.net flag wavers on here isn’t it suppose to be version independent ? perhaps that’s why versioning was never added to the wrapper ? :…

11 years ago
Forum
Reply
RE: how to set mxs scruct member using SDK?

something odd with going via the definition I guess as it is shared across the structures maybe it’s changing the actual “definition”.

11 years ago
Forum
Reply
RE: how to set mxs scruct member using SDK?

some get and set struct stuff here the long and the short of it would then be def_visible_primitive(setStructMember, “setStructMember”); Value* set…

11 years ago
Forum
Reply
RE: Creating Mesh autosmooth

setFaceSmoothGroup mesh face 0;

11 years ago
Forum
Reply
RE: How to disable icon image

thinking about it a bit more that probably won’t grey the button out if it’s a standard rollout image button as it will still use it’s usual paint cal…

11 years ago
Forum
Reply
RE: How to disable icon image

you need to find the HWnd of the control you want to disable then windows.sendMessage hwnd 10 0 0 may do the job, to enable windows.sendMessage hwn…

11 years ago
Forum
Reply
RE: How to disable icon image

it’s probably using ICustomControl:Disable() which in turn probably calls the window api function EnableWindow(HWND hWnd, BOOL bEnable)

11 years ago
Forum
Reply
RE: Rotate in coordsys world

in coordsys world about $selection.center rotate $selection (EulerAngles 0 0 90)

11 years ago
Forum
Reply
RE: Rotate in coordsys world

to rotate around the origin you can use $.transform *= (EulerAngles 0 0 90) as Matrix3 or $selection.transform *= (EulerAngles 0 0 90) as Matrix3 …

11 years ago
Forum
Page 3 / 46