Notifications
Clear all
[Closed] Remove unused textures from scene
Apr 24, 2007 7:27 am
This shouldn’t be too hard to make, but I’m sure i’ve seen a script for this before somewhere. Anybody know it?
Basically the script finds any bitmap textures that aren’t used in the actual scene and removes all references to it. If no one knows it, i’ll just go ahead and make one myself.
2 Replies
Apr 24, 2007 7:27 am
Aren’t those textures only existent in the material editor?
If not – where do they exist if they are not used in the actual scene?
I guess you can use the ref.dependents array.
Georg
Apr 24, 2007 7:27 am
I wrote a small script which is currently under further development dealing to this kind of problem…
Just visit http://www.scriptspot.com/blog/toby for this.
Maybe, it does what you need.