Removing textures from meshes

Blitz3D Forums/Blitz3D Programming/Removing textures from meshes

I share a texture among different meshes. When I free the texture the meshes keep it, how can I remove it?

This is normal. You could create a default brush with no texture assignd and paint all the surfaces again to remove it.

Stevie