Important information: this site is currently scheduled to go offline indefinitely by end of the year.

combine and export into fbx with Noesis

Post questions about game models here, or help out others!
Post Reply
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

combine and export into fbx with Noesis

Post by Tosyk »

I need to combine all models in folder and export result as single FBX
found this script: https://github.com/RoadTrain/noesis-plu ... elmerge.py
does anyone know what to change/add to that script to combine and export models to single FBX with just this line of code(?):

Code: Select all

"C:\Program Files (x86)\noesis\Noesis.exe" ?runtool "&Model merger" <file>
Thank you for all you do here
my blog | my forum
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4285
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1147 times
Been thanked: 2242 times

Re: combine and export into fbx with Noesis

Post by shakotay2 »

Tosyk wrote: with just this line of code(?):

Code: Select all

"C:\Program Files (x86)\noesis\Noesis.exe" ?runtool "&Model merger" <file>
where do you have that line from?

I assume the tool has evolved to tool_batchload_context.py.
Try out Batch process in Noesis, menu Tools.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: combine and export into fbx with Noesis

Post by Tosyk »

shakotay2 wrote:
Tosyk wrote: with just this line of code(?):

Code: Select all

"C:\Program Files (x86)\noesis\Noesis.exe" ?runtool "&Model merger" <file>
where do you have that line from?
I made it based on the help doc from noesis folder
shakotay2 wrote:I assume the tool has evolved to tool_batchload_context.py.
Try out Batch process in Noesis, menu Tools.
also I should have mentioned that I wanna skip noesis ui and do the combine/convert with a single drag&drop on the CMD batch script.

btw: original 'tool_modelmerge.py' do what I need with just a single action - by choosing tool option from RMB popup and combine all models in a folder though I want to have an addition to this tool to export result as FBX
Thank you for all you do here
my blog | my forum
User avatar
HeliosAI
mega-veteran
mega-veteran
Posts: 166
Joined: Wed Nov 17, 2010 2:57 pm
Has thanked: 151 times
Been thanked: 62 times

Re: combine and export into fbx with Noesis

Post by HeliosAI »

The combined model can be exported if you chose "export from preview". How and if you can do this with a cmd solution, no idea.
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: combine and export into fbx with Noesis

Post by Tosyk »

o0Crofty0o wrote:The combined model can be exported if you chose "export from preview". How and if you can do this with a cmd solution, no idea.
can be done with modified tool_modelmerge.py script by the line I wrote in first message. the only question is "who can modified it?" [roll]
Thank you for all you do here
my blog | my forum
Post Reply