ScriptSpot

Forum topic · General Scripting

Maxscript open windows with specify tab

By Anonymous · 2013-03-06

Description

Good Morning at all,
I'm trying to make a very easy thing but without finding the solution.
I make a small panel with some buttons , I would that when I click, on one of these bottons, it open the render dialog in a specific vray tab (setting for exemple..
it's possible?

I have script this, but this open only the render dialog...

on XXXX pressed do
(
actionMan.executeAction 0 "60010"
)

THANKS

Comments (1)