[Closed] hide tabs inside render setup dialog
Hi all
in 3ds max I want to hide some tabs inside the render setup dialog.
whenever I assign new renderer, 3ds max shows extra tabs within the render dialog.
for example if I select V-Ray renderer, then 3ds max loads V-Ray, Indirect illumination and other tabs.
I want to hide all the tabs except Common tab within render setup dialog (at the time of assigning new renderer).
Is it possible using maxscripting? can you give some hints on how to do it?
Thanks & Regards
mossin
Sorry for the late reply
I don’t want to let user change render settings, that’s why i want to hide these tabs.
If i m thinking in wrong way, can u suggest other option
Thanks & Regards
Mossin
Why not just rebuild your own render scene dialog and then put that in as macro to replace the F10 Shortcut key, or hook in a callback to see when the Render Scene Dialog window is opened and then close it and open yours instead.
Hi David Wortley
callback idea is good, i m using #tabbedDialogCreated event, and i’ve added close command
but it isnt working
i guess it is executing this command before opening render scene dialog
any suggestion?
Thanks & Regards
mossin
Hi
It is creating tabbed dialog first then creating render dialog.
I need to find renderdialog creation event
can anybody help me which event is that?
Thanks & regards
Mohasin