ScriptSpot

Forum topic · General Scripting

Open a rolluot in VRay (o MR)

By Michele71 · 2013-03-14

Description

Hi man :) I have a problem: It's possible to open a rollout in Vray (or MR) via script?

WorkFlow:

I can choose a Tab via script:

tabbedDialogs.setCurrentPage #render #(1751678506, 713496119) -- Tab Setting

Now, in Tab setting, I want open or close the rollout "V-Ray::DMC Sampler" (for example)

Question: how can I do? It's Possible?

Thank you for your attention

Comments (4)

barigazy · 2013-03-14

Hi Kostadin,
I not sure how to achive this with DialogMonitorOPS.
But I'm quite sure that is possible using .NET.
Pete "LoneRobot" have nice example how to control positions of opened dialogs.
Maybe there is solution to get all current tabbedDialog controls (rollouts) and then set up "rolledUp" properties to "ON".
Cheers!

Michele71 · 2013-03-14

I don't never used .Net... :(

miauu · 2013-03-14

With DialogMonitorOPS.

Michele71 · 2013-03-14

Thanks miauu for your fast reply, I have read the help of MAXScript, but I have understood little...could you give me an example of DialogMonitorOPS?