Re: Get Scene File Version

2012-05-13 Thread Martin
Thanks for the tips Stephen. I just cleaned up my code and decided to keep my printver.exe txt version because it is a little more transparent. I wrote it in vbs to use FSO and WSH. If anyone is interested: https://www.4shared.com/file/yhMpB-0r/mCheckFileVer.html Event Function Code:

Re: Get Scene File Version

2012-05-12 Thread Martin yara
] Sent: Friday, May 11, 2012 1:43 AM To: softimage@listproc.autodesk.com Subject: Re: Get Scene File Version Thanks. The problem is that I don't always have a scntoc. I guess I'll have to manage a way to use printver.exe. M.Yara winmail.dat

RE: Get Scene File Version

2012-05-12 Thread Stephen Blair
From: softimage-boun...@listproc.autodesk.com [softimage-boun...@listproc.autodesk.com] on behalf of Martin yara [furik...@gmail.com] Sent: Saturday, May 12, 2012 4:49 AM To: softimage@listproc.autodesk.com Subject: Re: Get Scene File Version Thanks for your replies

Re: Get Scene File Version

2012-05-11 Thread Sajjad Amjad
Depending on the complexity of control you want, the following may not work. You could make a custom preference file per project. These preferences, amongst other things, could hold what app versions are allowed. A beginsceneload event could then check that the correct app version is the host. On

Re: Get Scene File Version

2012-05-10 Thread Peter Agg
print Application.Version() :) On 10 May 2012 17:37, Martin furik...@gmail.com wrote: Hi, how can I get a Scene File version with scripting? I know that when I open a file, SI logs the scene version. I also know that I can get the version opening the toc file with a text editor, and use

Re: Get Scene File Version

2012-05-10 Thread Martin
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

Re: Get Scene File Version

2012-05-10 Thread Jeremie Passerin
that. The last time this came up, using printver.exe was the best suggestion. From: softimage-boun...@listproc.autodesk.com [mailto: softimage-boun...@listproc.autodesk.com] On Behalf Of Martin Sent: May-10-12 12:47 PM To: softimage@listproc.autodesk.com Subject: Re: Get Scene File Version I

Re: Get Scene File Version

2012-05-10 Thread Alan Fregtman
...@listproc.autodesk.com [mailto: softimage-boun...@listproc.autodesk.com] On Behalf Of Martin Sent: May-10-12 12:47 PM To: softimage@listproc.autodesk.com 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

Re: Get Scene File Version

2012-05-10 Thread Jeremie Passerin
*One time I opened a .scn with WinRAR by accident and to my surprise, it was a compressed archive with several files* really ? I gave it a quick try... and it's not working for me :-| On 10 May 2012 10:43, Martin furik...@gmail.com wrote: Thanks. The problem is that I don't always have a

Re: Get Scene File Version

2012-05-10 Thread Jens Lindgren
I just tried both a .scn and .emdl and none of them worked :( On Thu, May 10, 2012 at 9:02 PM, Alan Fregtman alan.fregt...@gmail.comwrote: Actually, it might have been an *.emdl now that I think about it. On Thu, May 10, 2012 at 2:30 PM, Jeremie Passerin gerem@gmail.comwrote: *One time