Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Merge render elements function?

Merge render elements function?

k.alexandrov
Participant Participant
1,452 Views
4 Replies
Message 1 of 5

Merge render elements function?

k.alexandrov
Participant
Participant

Hi,

 

I'm looking for a way to access merge of render elements in "Render Scene dialog" via maxscript.

So far, without any success.

 

I want to set the file for merge and launch the command from custom button and to see display the list of render element directly, without getMAXopenFileName ()  Dialog .

 

Can anybody can help me?

 

Best regards,

Kiril A.

0 Likes
Accepted solutions (1)
1,453 Views
4 Replies
Replies (4)
Message 2 of 5

denisT.MaxDoctor
Advisor
Advisor

If you want to get a list of the render elements of a file's scene without opening the file, then this is not possible with MXS (by the way, and with the SDK it is also almost impossible).

0 Likes
Message 3 of 5

k.alexandrov
Participant
Participant

Hi, maybe I confused you with my explanation.

I need to access the merge function for render element and set the maxfile via msx.

Is it possible?

0 Likes
Message 4 of 5

denisT.MaxDoctor
Advisor
Advisor
Accepted solution

oh... got it... 

Unfortunately, the answer is the same. There is no easy way.
There is always a trick using UIAccessor and DialogMonitor. You can probably find a similar example on this forum or the CGTalk.

 

 

 

0 Likes
Message 5 of 5

k.alexandrov
Participant
Participant

Hi,

 

I've already researched this method and stuck in the middle of nowhere with it. Did not managed to access Render Scene dialog. Never used it before and is a bit confusing for me.

I'll have to get more familiar with the UIAccessor then.

 

Anyway, thank you for defining the options for me!

 

Best regards,

Kiril

0 Likes