find material program?
find material program?
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?
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.
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?
thanks, I have try, wonderfull!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.
Yes that's what I mean. But what does Wingrep is enough!