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.

Freeze 3ds max UI via SDK

Freeze 3ds max UI via SDK

Anonymous
Not applicable
418 Views
1 Reply
Message 1 of 2

Freeze 3ds max UI via SDK

Anonymous
Not applicable
Hello. I have a Job(Task) that runs in the separate thread, and I'm showing a progress bar while Job is in a process. While it's working I want to freeze 3ds Max UI. is there a way to do that?
0 Likes
419 Views
1 Reply
Reply (1)
Message 2 of 2

istan
Advisor
Advisor

Hmm.. Good question. Have no answer handy.

But I'm sure you trigger the background task from a foreground one. Normally my foreground tasks lock the UI as they wait for all background tasks (e.g. via multiwait) to get finished. Also my foreground task handles dialog updates like progressbars or status informations.

0 Likes