Hello, I’m trying to submit a work done in Softimage XSI 2012, most in the list, only appears to choose the version 6, 7, 2010 and 2011, more than anything in 2012, it is properly installed on my system, does not have compatibility still ?
Could someone help me?
Nestled in:
C: \ Program Files \ Autodesk \ Softimage 2012 SP1
Already there in the updated plugin path with SP1, did not.
Already, many thanks.
Looks like we forgot to add 2012 to the Monitor submitter. Thanks for reporting this. The fix is actually pretty simple. Go to \your\repository\scripts\Submission\XSISubmission and open XSISubmission.py in a text editor. Find this line:
scriptDialog.AddComboControl( "VersionBox", "ComboControl", "6", ("6","7","2010","2011"), 120, -1 )
Change it to this (we’re just adding 2012 to the list):
scriptDialog.AddComboControl( "VersionBox", "ComboControl", "6", ("6","7","2010","2011","2012"), 120, -1 )
Save the file, and the next time you bring up the submitter in the Monitor, you should see 2012 in the version drop down.
Cheers,
Problem solved, thank you, really simple to fix.