Page 1 of 1

Get info from proxy file .octprx through maxscript

Posted: Thu Dec 29, 2022 6:27 pm
by GSystems
Hello!

Is there some way to get the proxy file information via maxscript? Now such information can be obtained by clicking directly on the "info" button in the proxy settings, but I need to get this data through maxscript (without a UI). In particular, I need to get information about the number of frames "Frame count:" in the animated proxy file.
In the list of properties of the proxy object, there is no property for accessing this data:

Code: Select all

.File : filename
.Dummy_Size : worldUnits
.Preview_Details : integer
.Animation_Offset : time
.Animation_Speed : percent
.Animation_Mod : integer
Thanks.