SItoA-7.1.4

New plugins, tools etc.
Post Reply
Jenus
Posts: 48
Joined: 15 Jul 2009, 18:19
Location: Sweden

SItoA-7.1.4

Post by Jenus » 25 Apr 2023, 02:09

Long over due, I finally present to you a new SItoA version.
I was planning on releasing this a lot sooner but I suffered a total harddrive failure a while back and lost a bunch of uncommitted code. So I had to rewrite all of it.
Anyway... here it is.

SItoA 7.1.4 using Arnold 7.1.4.4
Release notes and xsiaddon for Windows is at the Github link below.
https://github.com/JenusL/sitoa/releases/tag/v7.1.4

User avatar
I3D
Posts: 108
Joined: 12 Aug 2009, 18:15
Skype: ironic3d
Contact:

Re: SItoA-7.1.4

Post by I3D » 25 Apr 2023, 09:48

Thank you Jenus, this is awesome. Thanks for keeping this alive. I always like to work in XSI as apposed to Maya.

User avatar
I3D
Posts: 108
Joined: 12 Aug 2009, 18:15
Skype: ironic3d
Contact:

Re: SItoA-7.1.4

Post by I3D » 25 Apr 2023, 11:08

Hey Jenus

I think I botched the install and now SitoA doesn't work anymore, even previous version, can you tell me what is wrong with this?

Code: Select all

# ERROR : 2229 - Traceback (most recent call last):
#   File "<Script Block 2>", line 41, in XSILoadPlugin
#     Application.LoadPlugin(XSIUtils.BuildPath(in_reg.OriginPath, 'ArnoldTools.js'))
#   File "<COMObject Application>", line 2, in LoadPlugin
# COM Error: Invalid argument.  UI Items should be specified as a 1D array of String/Value pairs. - [line 40 in C:\Users\ironi\Autodesk\Softimage_2015_R2-SP2\Addons\SItoA\Application\Plugins\ArnoldDenoiser.py]
# ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 19, in XSILoadPlugin
#     dllPath_release = Application.Plugins("Arnold Shaders").OriginPath + "bin\\nt-x86-64\\tbb42.dll";
# AttributeError: 'NoneType' object has no attribute 'OriginPath'
#  - [line 18 in C:\Tools\Softimage\VDB2SI_WG\Application\Plugins\bin\nt-x86-64\VDB_shaderDefs_ai.pys]
Application.InstallAddon("C:\\Users\\ironi\\Downloads\\SItoA-7.1.4-windows-2015.xsiaddon", 5)
This is now showing up even when I try to install 7.0 release.

Jenus
Posts: 48
Joined: 15 Jul 2009, 18:19
Location: Sweden

Re: SItoA-7.1.4

Post by Jenus » 25 Apr 2023, 13:52

I3D wrote: 25 Apr 2023, 11:08 Hey Jenus

I think I botched the install and now SitoA doesn't work anymore, even previous version, can you tell me what is wrong with this?

Code: Select all

# ERROR : 2229 - Traceback (most recent call last):
#   File "<Script Block 2>", line 41, in XSILoadPlugin
#     Application.LoadPlugin(XSIUtils.BuildPath(in_reg.OriginPath, 'ArnoldTools.js'))
#   File "<COMObject Application>", line 2, in LoadPlugin
# COM Error: Invalid argument.  UI Items should be specified as a 1D array of String/Value pairs. - [line 40 in C:\Users\ironi\Autodesk\Softimage_2015_R2-SP2\Addons\SItoA\Application\Plugins\ArnoldDenoiser.py]
# ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 19, in XSILoadPlugin
#     dllPath_release = Application.Plugins("Arnold Shaders").OriginPath + "bin\\nt-x86-64\\tbb42.dll";
# AttributeError: 'NoneType' object has no attribute 'OriginPath'
#  - [line 18 in C:\Tools\Softimage\VDB2SI_WG\Application\Plugins\bin\nt-x86-64\VDB_shaderDefs_ai.pys]
Application.InstallAddon("C:\\Users\\ironi\\Downloads\\SItoA-7.1.4-windows-2015.xsiaddon", 5)
This is now showing up even when I try to install 7.0 release.
Hi!
Looks like some error with another plugin there, VDB2SI_WG. Maybe the load order has changed. Go into plugin manager and make it so that SItoA workgroup loads before the other plugins by moving them up/down.

User avatar
I3D
Posts: 108
Joined: 12 Aug 2009, 18:15
Skype: ironic3d
Contact:

Re: SItoA-7.1.4

Post by I3D » 25 Apr 2023, 15:17

Thanks Jenus

I've removed the OpenVDB plugin and that removed the previous error. Still getting another error now, so removed all loaded plugins but not shaking this away, even with v7.0

Code: Select all

# ERROR : 2229 - Traceback (most recent call last):
#   File "<Script Block 2>", line 41, in XSILoadPlugin
#     Application.LoadPlugin(XSIUtils.BuildPath(in_reg.OriginPath, 'ArnoldTools.js'))
#   File "<COMObject Application>", line 2, in LoadPlugin
# COM Error: Invalid argument.  UI Items should be specified as a 1D array of String/Value pairs. - [line 40 in C:\Users\ironi\Autodesk\Softimage_2015_R2-SP2\Addons\SItoA\Application\Plugins\ArnoldDenoiser.py]
Application.InstallAddon("C:\\Users\\ironi\\Downloads\\SItoA-7.1.4-windows-2015.xsiaddon", 5)
# INFO : [sitoa] SItoA 7.1.4 win loaded.
# INFO : [sitoa] Arnold 7.1.4.4 detected.
trying to attach any material creates this error as well

Code: Select all

# ERROR : 2011 - Member not found - [line 117 in C:\Users\ironi\Autodesk\Softimage_2015_R2-SP2\Addons\SItoA\Application\Plugins\ArnoldMenu.js]
# ERROR : 2011-CUST-SITOA_AddShader - Member not found
Application.SITOA_AddShader("Arnold.standard_surface.1.0", "surface", "", "")
# ERROR : Object doesn't support this property or method - [line 478 in C:\Users\ironi\Autodesk\Softimage_2015_R2-SP2\Addons\SItoA\Application\Plugins\ArnoldMenu.js]
Thanks for your help.

User avatar
I3D
Posts: 108
Joined: 12 Aug 2009, 18:15
Skype: ironic3d
Contact:

Re: SItoA-7.1.4

Post by I3D » 25 Apr 2023, 15:21

The only thing that doesn't seem to be loaded is the denoiser

Image

I can see all the shaders, but trying to apply them to an object produces that error form the previous post.

User avatar
I3D
Posts: 108
Joined: 12 Aug 2009, 18:15
Skype: ironic3d
Contact:

Re: SItoA-7.1.4

Post by I3D » 25 Apr 2023, 15:39

Hi Jenus

I've wiped the preference folder and created from scratch. The install error is gone and no more errors are reported when install the plugins. But :) when applying any material I keep getting this error and there is no interface.

Code: Select all

' ERROR : 2011 - Member not found - [line 117 in C:\Users\ironi\Autodesk\Softimage_2015_R2-SP2\Addons\SItoA\Application\Plugins\ArnoldMenu.js]
' ERROR : 2011-CUST-SITOA_AddShader - Member not found
SITOA_AddShader "Arnold.standard_surface.1.0", "surface"
' ERROR : Object doesn't support this property or method - [line 473 in C:\Users\ironi\Autodesk\Softimage_2015_R2-SP2\Addons\SItoA\Application\Plugins\ArnoldMenu.js]
Any ideas?

User avatar
I3D
Posts: 108
Joined: 12 Aug 2009, 18:15
Skype: ironic3d
Contact:

Re: SItoA-7.1.4

Post by I3D » 25 Apr 2023, 15:48

Issue is resolved. All that was needed was a restart for XSI and the shaders were loaded. Thanks Jenus :)

Jenus
Posts: 48
Joined: 15 Jul 2009, 18:19
Location: Sweden

Re: SItoA-7.1.4

Post by Jenus » 25 Apr 2023, 16:18

Haha yeah always restart after messing around with plugins :)

User avatar
I3D
Posts: 108
Joined: 12 Aug 2009, 18:15
Skype: ironic3d
Contact:

Re: SItoA-7.1.4

Post by I3D » 25 Apr 2023, 17:33

yeah I know, I forgot it's XSI. in Maya and blender it's rock and roll so I forgot for a minute that's not XSI 😂

User avatar
X-said
Posts: 63
Joined: 08 Jun 2009, 19:33
Location: Omsk RF
Contact:

Re: SItoA-7.1.4

Post by X-said » 26 Apr 2023, 12:07

Jenus, thank you for supporting this plugin for this render.

Pooby
Posts: 501
Joined: 27 Aug 2010, 22:25

Re: SItoA-7.1.4

Post by Pooby » 16 Dec 2023, 23:39

Just a question about licensing.. It appeared on github that sitoa was made free. Is that correct? I'm a bit confused as it doesnt appear to check for a license, but it still renders with a watermark. I wonder if anyone could tell me what the deal is?

User avatar
I3D
Posts: 108
Joined: 12 Aug 2009, 18:15
Skype: ironic3d
Contact:

Re: SItoA-7.1.4

Post by I3D » 16 Dec 2023, 23:48

You still need a standalone licensee to run sitoa. It was made free meaning open sourced, and prior to this the plug-in was always behind a gate to subscribers only.

Pooby
Posts: 501
Joined: 27 Aug 2010, 22:25

Re: SItoA-7.1.4

Post by Pooby » 16 Dec 2023, 23:57

Oh I see.. that's a shame

kilin_studio
Posts: 3
Joined: 12 Aug 2019, 11:14

Re: SItoA-7.1.4

Post by kilin_studio » 08 Apr 2024, 08:09

Thx my bro,I love xsi !

Post Reply

Who is online

Users browsing this forum: No registered users and 41 guests