Page 1 of 1
find material program?
Posted: Fri Apr 10, 2015 10:16 pm
by bongobeat
Is there a script/database/thing that allow to research/display all models which are using a defined material or simply show the material used by a model? without opening all models in the gmt and look at the material definition?
Re: find material program?
Posted: Sat Apr 11, 2015 2:25 am
by Isaac
I don't know of one.
It should be possible to scan the model folder for *.model files that contain a known material name.
A tool like Wingrep would suffice for that.
http://www.wingrep.com/
But if you mean a tool that will scan the models and materials, and assemble a report with listings of what model uses what material, and which materials are unused... That's definitely going to require a purpose built custom software tool.
Re: find material program?
Posted: Sun Apr 12, 2015 7:27 pm
by bongobeat
Isaac wrote:I don't know of one.
It should be possible to scan the model folder for *.model files that contain a known material name.
A tool like Wingrep would suffice for that.
http://www.wingrep.com/
But if you mean a tool that will scan the models and materials, and assemble a report with listings of what model uses what material, and which materials are unused... That's definitely going to require a purpose built custom software tool.
thanks, I have try, wonderfull!
Yes that's what I mean. But what does Wingrep is enough!