Notifications
Clear all
[Closed] Remove all references of a Bitmap?
Page 2 / 2
Prev
Jan 25, 2012 4:56 pm
How could I go about removing that then? It says its in a SSS MR Material, but I can’t seem to find it in there. I think the bitmap was in a DX Shader first, then I applied the SSS Material over the top of the DX One, and its still there.
That is what this thread is about. Times like that where bitmaps get stuck somewhere and I can’t find them or just want to remove fast.
1 Reply
some materials use directly Bitmap instead of BitmapTexture (DXmaterial, SSS MR, etc).
Bitmap is not MAXObject class, and there is no way to collect them all using node based system (getclassinstances).
if you know where to search you can use enumerateFiles() with optional maxwrapper object parameter…
Page 2 / 2
Prev