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…
Actually, I’m using ‘P_AUTO_CONSTRUCT|P_AUTO_UI’. Is this not fit for hiding, maybe?
Thank you very much, denisT. I add like as follows in the BeginEditParam. IRollupWindow* rollup= ip->GetCommandPanelRollup(); rollup->Hide(2); …
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 …
Klvnk, Thank you ! I found Interface::IsNetworkRenderServer(). And InSlaveMode() was deprecated from max2014? thanks
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…
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…
Does anyone know how to get current frame? “GetCOREInterface()->GetTime()” is only work for time slider. Under render range or network rendering …
Sorry, I forgot to find BaseObject. Now, I got everything. thank you very much!
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…