Page 1 of 1

combine and export into fbx with Noesis

Posted: Tue Aug 28, 2018 7:14 pm
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>

Re: combine and export into fbx with Noesis

Posted: Tue Aug 28, 2018 10:12 pm
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.

Re: combine and export into fbx with Noesis

Posted: Wed Aug 29, 2018 8:39 am
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

Re: combine and export into fbx with Noesis

Posted: Thu Aug 30, 2018 8:43 am
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.

Re: combine and export into fbx with Noesis

Posted: Thu Aug 30, 2018 3:05 pm
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]