ckoma
@ckoma
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 10
Reply
RE: [sdk] AttachMesh with tVerts and vertCol

Thanks Klvnk, But how do I reach EditTriObject class and any functions? Do I need to implement all source of the EditableMesh from sdk sample? thank…

5 years ago
Forum
Topic
Forum
Replies: 3
Views: 39
Reply
RE: [sdk] hide or disable pblock2 rollout

Actually, I’m using ‘P_AUTO_CONSTRUCT|P_AUTO_UI’. Is this not fit for hiding, maybe?

6 years ago
Forum
Reply
RE: [sdk] hide or disable pblock2 rollout

Thank you very much, denisT. I add like as follows in the BeginEditParam. IRollupWindow* rollup= ip->GetCommandPanelRollup(); rollup->Hide(2); …

6 years ago
Forum
Reply
RE: [sdk] hide or disable pblock2 rollout

I’m talking about my own plugin. Just disable each parameter items , I can use EnableWindow at Win32API. But I want to know about rollout. I tried to …

6 years ago
Forum
Topic
Forum
Replies: 5
Views: 31
Reply
RE: [SDK] network / workstation rendering mode

Klvnk, Thank you ! I found Interface::IsNetworkRenderServer(). And InSlaveMode() was deprecated from max2014? thanks

6 years ago
Forum
Reply
RE: [SDK] network / workstation rendering mode

Thank you very much Klvnk!! and sorry late reply. I read howtos. But this may not which I want. I want to detect current working mode in 3dsmax. Beca…

6 years ago
Forum
Topic
Forum
Replies: 5
Views: 35
Reply
RE: [sdk] get current render frame number

Klvnk, It works!! but that timing was just before start rendering. It was too late for my case. So, I found “NOTIFY_RENDER_PREEVAL” and this notifyi…

6 years ago
Forum
Reply
RE: [sdk] get current render frame number

Does anyone know how to get current frame? “GetCOREInterface()->GetTime()” is only work for time slider. Under render range or network rendering …

6 years ago
Forum
Topic
Forum
Replies: 3
Views: 25
Reply
RE: [SDK] named selection set

Sorry, I forgot to find BaseObject. Now, I got everything. thank you very much!

6 years ago
Forum
Reply
RE: [SDK] named selection set

Thank you very much! I get information from modifier with it.!! But I have one more question. That method finding only in modifier. So, in the situat…

6 years ago
Forum
Topic
Forum
Replies: 4
Views: 35
Page 1 / 2