You could read the scntoc in Softimage :
# Python Code
import xml.etree.ElementTree as etree
tree = etree.parse(PATH_OF_THE_SCNTOC)
root = tree.getroot()
version = root.get("xsi_version")
LogMessage(version)
On 10 May 2012 09:59, Stephen Blair <[email protected]> wrote:
> Sorry about that. The last time this came up, using printver.exe was the
> best suggestion.
>
> From: [email protected] [mailto:
> [email protected]] On Behalf Of Martin
> Sent: May-10-12 12:47 PM
> To: [email protected]
> Subject: Re: Get Scene File Version
>
> I know that one, but as far as I know it onlly gives me the Softimage
> Application version, not the scene file.
>
> When I log Application.Version in 2012 I get:
> 10.0.422.0
>
> And when I open an old file, SI logs something like :
> Loaded scene was created with build number: 8.0.201.0
>
> This last one is the version number I want to get so I can compare it with
> Application.Version.
>
> M.Yara
>