Page 1 of 1

SIZETools tab not in Softimage

Posted: Sun Oct 15, 2017 4:07 pm
by F1ghter16
Hey all,

I recently downloaded the XSIZETools for Softimage 7.5, but it is not showing up. I followed the installation instructions for XSIZETools exactly but the tab for it in Softimage is not there? Any solutions or ideas?

Re: SIZETools tab not in Softimage

Posted: Sun Oct 15, 2017 5:36 pm
by Marth8880
Did you install Python 2.7 and Cygwin32?

Re: SIZETools tab not in Softimage

Posted: Sun Oct 15, 2017 7:00 pm
by F1ghter16
Marth8880 wrote:Did you install Python 2.7 and Cygwin32?
Yes I have

Re: SIZETools tab not in Softimage

Posted: Sun Oct 15, 2017 7:14 pm
by Marth8880
When you input `python` into the Windows command line (to open it, press Windows key + R, then type "cmd" without quotes and hit enter), what is outputted? You should see something like this:

Image

Re: SIZETools tab not in Softimage

Posted: Sun Oct 15, 2017 11:28 pm
by DeathTrooperLeader
Marth8880 can you provide a link to Python 2.7 and Cygwin32 please.

Re: SIZETools tab not in Softimage

Posted: Mon Oct 16, 2017 1:40 am
by Marth8880

Re: SIZETools tab not in Softimage

Posted: Mon Oct 16, 2017 2:48 am
by DeathTrooperLeader
I installed both. I ran the command prompt, however, the message did not appear when I typed python.

Re: SIZETools tab not in Softimage

Posted: Mon Oct 16, 2017 1:21 pm
by Marth8880
Figured that was the case. You need to add Python to the system environment variables. To do so: https://www.java.com/en/download/help/path.xml

What you want to add is the path to your Python installation directory as well as its Scripts directory, like so:

C:\Python27\
C:\Python27\Scripts

Image

Re: SIZETools tab not in Softimage

Posted: Mon Oct 16, 2017 3:27 pm
by DeathTrooperLeader
What do I put for the value?

Re: SIZETools tab not in Softimage

Posted: Mon Oct 16, 2017 10:22 pm
by Marth8880
Marth8880 wrote:What you want to add is the path to your Python installation directory as well as its Scripts directory