Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
8 years ago
Forum
Topic
Forum
Replies: 4
Views: 52
Reply
RE: Displaying unicode character on a rollout label?

it won’t display if the symbol is not in the standard max dialog font. you’ll have to use an image.

8 years ago
Forum
Reply
RE: [Solved] 3dsmax sdk modifier problems..

bool StackBoss::FindStackBossModifier (INode* node) { // Get object from node. Abort if no object. Object* pObj = node->GetObjectRef(); if (!pObj)…

8 years ago
Forum
Reply
RE: Dotnet style TabControl color/sytle question

sometimes it doesn’t matter what you do max will always format things as it see’s fit, even when using the sdk and custom controls.

8 years ago
Forum
Reply
RE: CreateInstance return NULL in lesson5a

is the SampleGObject plugin “installed” in your max ?

8 years ago
Forum
Reply
RE: Maxsdk treeview control

you’ll need a param block definition (which has the dialog resource ID) then you “attach” the dialog proc to paramblock in the CreateParamDlg(HWND hwM…

8 years ago
Forum
Reply
RE: Maxsdk treeview control

the other thing you can do is prototype the Treeview in a standalone win32 project. Means you can develop the core coding quicker without having to st…

8 years ago
Forum
Reply
RE: Maxsdk treeview control

It’s the same implementation of any other win32 api control in a window. theres no parameter block linkage so you’ll have to manage that your self. Fo…

8 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

only by 30 seconds and you can work the code thingy

8 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

#include “iunwrap.h” IUnwrapMod2* unwrapper = (IUnwrapMod2*) mod->GetInterface(UNWRAP_INTERFACE2); if(unwrapper ){… repeat for other interfaces

8 years ago
Forum
Reply
RE: Solved – SDK utility plugin – save\load parameters

you should probably add RegisterNotification() handlers for NOTIFY_FILE_POST_OPEN && NOTIFY_SYSTEM_POST_RESET so your dialog updates correctly…

8 years ago
Forum
Reply
RE: Solved – SDK utility plugin – save\load parameters

the “proper” way would be to use app data using Interface::GetScenePointer() you can then use Animatable::GetAppDataChunk Animatable::AddAppDataChunk…

8 years ago
Forum
Reply
RE: Trying to create my first "hello world" plugin. Got stuck.

Not possible not strictly true, I do all initial dev in 2010 (then port to latter versions when most the bugs are iron out) where you can unload/loa…

8 years ago
Forum
Reply
RE: getClassInstances but in SDK??

you do know the source code for getClassInstances is in the sdk don’t you ?

8 years ago
Forum
Page 35 / 85