I Have this imported OBJ file,
and I cant get rid of it’s two materials.
Any help?
go to F9 material panel and you see the menu for material on the left
select the one you want and press on delete tab
Salutations
Holy S***! In my frustration I have totaly forgot abaut that.:o
Thank you!!! :spin:
Worth mentioning …
When you press “delete,” you sever the relationship between “that object” and “that material.” Therefore, the material’s “user count” is decreased by one.
Everything in the Blender world has a user-count, which reflects the number of other things that somehow refer to it. When a thing has a user-count of zero, it will not “immediately go away,” but it won’t be saved with the file. (Hence, when the file is reloaded, it doesn’t exist.)
The “Fake User” facility allows you to artificially increase the user-count by one, so that it can never become zero, so that the thing will always be saved. This is handy when you are creating some kind of “library” of things that you only intend to refer-to externally.
The design of Blender specifically encourages the easy re-use of … “damn near everything.” It also encourages linking from one file to another. Yet the implementation has been designed in such a way that Blender does not force this characteristic upon you. You can take advantage of it if you choose to do so (and you very-quickly learn to “so choose”) … but you don’t have to.