Do you mean the ones using pieces of EP3 clones and combining them with stormtrooper armor? Because I may have those.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Thu Oct 04, 2012 3:02 am
by [Padawan]Helkaan
I don't have the original release, so I took some MSHs and TGAs from Deviss's other releases in order to recreate those. The result looks the same, believe me
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Mon Oct 22, 2012 2:46 pm
by TWINKEYRUNAWAY
does anyone know where there is Hd empire skins? Or at the least reguler empire skins for the stormtrooper, scout trooper, shock trooper, engineer, commander and dark trooper? I keep getting linked to the clone ones which is not what im looking for.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Sun Oct 28, 2012 5:15 pm
by hunpeter12
I'm curious if someone could reupload the Raxus Prime models from Teancum's secret assets.
I couldn't find any working link for it. Thanks!
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Mon Oct 29, 2012 1:06 am
by AceMastermind
hunpeter12 wrote:I'm curious if someone could reupload the Raxus Prime models from Teancum's secret assets.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Tue Nov 06, 2012 8:39 pm
by fasty
All of the XSI 30 day free trials in this thread are gone, could anyone reupload them?
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Tue Nov 06, 2012 9:04 pm
by AceMastermind
Are you ok just using Mod Tool 7.5 and ANDE's ZETools plugin? I can upload all of the Foundation trials again but at this point they're obsolete.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Wed Nov 07, 2012 3:41 am
by fasty
Exporting with 7.5 and the plugin just doesn't seen to work for me. The trials are much simpler and easier to use. I already used up 5.0 and 5.11, could you upload 5.1? Thanks.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Wed Nov 07, 2012 5:05 am
by Marth8880
Are you a student? If so, you can get Softimage 2011, 2012 or 2013 for free.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Wed Nov 07, 2012 12:22 pm
by AceMastermind
fasty wrote:Exporting with 7.5 and the plugin just doesn't seen to work for me.
What isn't working? What are you trying to export? Does your machine meet the requirements for the plugin to function correctly? You'll need Python 2.6+, the pywin32 extensions and Visual C++ 2010 redistributable.
ANDE's plugin is actually easier to use once you get it set up, scene workflow is the same but you don't need to branch select or adjust timelines etc when exporting animations. It also supports all possible material flags and can import msh files, including animations.
EDIT
All links fixed, let me know if you have problems downloading.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Wed Nov 07, 2012 3:52 pm
by fasty
AceMastermind wrote:What isn't working? What are you trying to export? Does your machine meet the requirements for the plugin to function correctly? You'll need Python 2.6+, the pywin32 extensions and Visual C++ 2010 redistributable.
I installed everything according to the installation instructions on the website. The "ZE Tools" menu appears in XSI, but it won't export. It gives me this:
Hidden/Spoiler:
# INFO : XNA.xsitemplate is up-to-date
# INFO : getting bone list
# INFO : no bones found
Application.XSIZETools()
# INFO : 4002 - Begin: Import .xsi file
# INFO : 4003 - End: Import .xsi file
Application.ImportDotXSI("", "")
Application.SelectAllUsingFilter("object", "siCheckComponentVisibility", "", "")
Application.MSHExport()
Application.SetValue("MSHExport.mshpath", "E:\\AndeSoft\\Projects\\MSH File Format\\Tests\\zet_2\\racestart.msh", "")
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
# INFO : 4000 - Drive 'e:' marked as invalid for the next 300 seconds
#
Application.SetValue("MSHExport.mshpath", "C:\\Users\\Fasty\\Documents\\racestart\\racestart\\racestart.msh", "")
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Wed Nov 07, 2012 9:06 pm
by Cleb
fasty wrote:
AceMastermind wrote:What isn't working? What are you trying to export? Does your machine meet the requirements for the plugin to function correctly? You'll need Python 2.6+, the pywin32 extensions and Visual C++ 2010 redistributable.
I installed everything according to the installation instructions on the website. The "ZE Tools" menu appears in XSI, but it won't export. It gives me this:
Hidden/Spoiler:
# INFO : XNA.xsitemplate is up-to-date
# INFO : getting bone list
# INFO : no bones found
Application.XSIZETools()
# INFO : 4002 - Begin: Import .xsi file
# INFO : 4003 - End: Import .xsi file
Application.ImportDotXSI("", "")
Application.SelectAllUsingFilter("object", "siCheckComponentVisibility", "", "")
Application.MSHExport()
Application.SetValue("MSHExport.mshpath", "E:\\AndeSoft\\Projects\\MSH File Format\\Tests\\zet_2\\racestart.msh", "")
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
# INFO : 4000 - Drive 'e:' marked as invalid for the next 300 seconds
#
Application.SetValue("MSHExport.mshpath", "C:\\Users\\Fasty\\Documents\\racestart\\racestart\\racestart.msh", "")
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
I got that too when I first got the ze tools. Getting the newer version fixed it [/irrelevant information]
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Fri Nov 09, 2012 5:42 pm
by Nedarb7
Cleb wrote:
fasty wrote:
AceMastermind wrote:What isn't working? What are you trying to export? Does your machine meet the requirements for the plugin to function correctly? You'll need Python 2.6+, the pywin32 extensions and Visual C++ 2010 redistributable.
I installed everything according to the installation instructions on the website. The "ZE Tools" menu appears in XSI, but it won't export. It gives me this:
Hidden/Spoiler:
# INFO : XNA.xsitemplate is up-to-date
# INFO : getting bone list
# INFO : no bones found
Application.XSIZETools()
# INFO : 4002 - Begin: Import .xsi file
# INFO : 4003 - End: Import .xsi file
Application.ImportDotXSI("", "")
Application.SelectAllUsingFilter("object", "siCheckComponentVisibility", "", "")
Application.MSHExport()
Application.SetValue("MSHExport.mshpath", "E:\\AndeSoft\\Projects\\MSH File Format\\Tests\\zet_2\\racestart.msh", "")
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
# INFO : 4000 - Drive 'e:' marked as invalid for the next 300 seconds
#
Application.SetValue("MSHExport.mshpath", "C:\\Users\\Fasty\\Documents\\racestart\\racestart\\racestart.msh", "")
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
# - [line 35 in C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Logic\exporter.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [33] params.preview()
# ERROR : [34] export = andezetexport.Export(xsi, params)
# ERROR : >[35] try:
# ERROR : [36] export.export()
# ERROR : [37] except SystemExit:
# ERROR : [38] return
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 36, in exportbutton_OnClicked
# export.export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 689, in export
# self.do_export()
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 723, in do_export
# self.msh.models.add(conv.convert())
# File "C:\Users\Fasty\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZEtools\Application\Core\andezetexport.py", line 470, in convert
# if 'geo' in self.msh2_model.model_type:
# TypeError: argument of type 'NoneType' is not iterable
#
I got that too when I first got the ze tools. Getting the newer version fixed it [/irrelevant information]
Strange... I got that error when I didn't have Visual C++ 2010 redistributable.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Sat Nov 17, 2012 11:42 pm
by Dreadnot9
Have the mandalorian models used in Death Watch Bunker been released to the public, and if so, could someone post a download link to them?
Also, could someone upload Dev's mandalorian skin pack (found here), the link is broken (for me at least)?
Thanks in advance.
EDIT: Essentially I'm looking for a mandalorian model without a jet pack, which I know exists.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Sun Nov 18, 2012 2:10 am
by tirpider
Dreadnot9 wrote:EDIT: Essentially I'm looking for a mandalorian model without a jet pack, which I know exists.
Don't know about the others, but I made a pack of pack variants for stock Boba and Jango recently.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Sun Nov 18, 2012 2:21 am
by Dreadnot9
Thank you very much, I'm sure that'll suit my needs just fine.
(I'm still interested in the other models/skins if anyone's got them)
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Sun Nov 18, 2012 5:43 am
by AQT
Icemember originally released those here, but the link is currently dead. However, I'm pretty sure this is the same release on SWBF Files.
Re: The "Help me find a known PRE-EXISTING asset" topic (II)
Posted: Sun Nov 18, 2012 12:55 pm
by TWINKEYRUNAWAY
Im trying to look for neomarz's helmet-less clone commando models. His link to the original ones with several variants is dead. If no one has this perhaps I can be pointed in the direction of helmet less clone trooper models/skins.