Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
RE: Make Viewport snapshot

GetCOREInterface()->GetActiveViewport(); only has 343 matches when searching the samples

11 years ago
Forum
Reply
RE: Make Viewport snapshot

mxs is short for maxscript, and a sdk mxs function is a function that extends maxscript via a dlx plugin. see the mxsagni project in the samples

11 years ago
Forum
Reply
RE: Make Viewport snapshot

an mxs function would look something like this, you should be able to convert it Value* saveViewport_cf(Value** arg_list, int count) { check_arg_cou…

11 years ago
Forum
Reply
RE: Make Viewport snapshot

something like this ? fn viewport_snapshot fname frame = ( snapshot_name = (getDir #preview)+”/” + fname; view_size = getViewSize() anim_bmp = bi…

11 years ago
Forum
Reply
RE: Shhhhh from Maxscript to Mel/Python

no much help but It amused me at the time that a colleague once described Mel script as “Trying to type in Boxing Gloves”

11 years ago
Forum
Reply
RE: Useful mxs sdk extension functions

brute force on tri index to polyface

11 years ago
Forum
Reply
RE: Useful mxs sdk extension functions

I’ve become all “autodesk” and now I feel dirty and ashamed

11 years ago
Forum
Reply
RE: Useful mxs sdk extension functions

scrap that it is exposed as properties

11 years ago
Forum
Reply
RE: Useful mxs sdk extension functions

something not exposed to mxs as far as I’m aware, though it is available via scripting it requires several lines and differing version depending on th…

11 years ago
Forum
Reply
RE: Useful mxs sdk extension functions

was having trouble clearing the “Global Tracks” filter in TrackView so I wrote a couple of functions that use masks (ints) as opposed to Name values. …

11 years ago
Forum
Reply
RE: Ui Tab

this how i do it (variation on something published by Bobo of this parish) ( local wintitle = “Window: Scene”, winstyle = #(#style_toolwindow,#sty…

11 years ago
Forum
Topic
Forum
Replies: 3
Views: 53
Reply
RE: C++ SetAffineTM()

you probably need to force a redraw

11 years ago
Forum
Reply
RE: ISpinnerControl and CC_SPINNER_CHANGE

at what “level” are you trying to catch the “message” ? Don’t try and catch it as sub WM_COMMAND message

11 years ago
Forum
Reply
RE: gc() and sysInfo.MAXPriority in C++

there is no memory dump in c++ in general terms you allocate with new and release with delete, but thats quite rare these days with the STL. If you u…

11 years ago
Forum
Page 47 / 85