Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8565

Permanently delete material

$
0
0

@MatrixRatrix wrote:

I try delete material on document:

            var textures = doc.Materials;
            foreach (var item in textures)
            { 
                doc.Materials.Delete(item); 
            }

this does not permanently erase, when the .3dm file is opened again on another pc, all textures will be created from the embedded folder again.

I need delete permanently from document.

Thanks

Posts: 6

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 8565

Trending Articles