ScriptSpot

Forum topic · General Scripting

How to delete diffuse bitmap with none texture by maxscript

By alexnguyen · 2019-03-30

Downloads
Description

please help me , it very important to me

Comments (2)

:)

alexnguyen · 2019-04-05

thank you very much

`

pixamoon · 2019-04-03

Hi,

Try this:


for o in getClassInstances VRayMtl where o.texmap_diffuse.filename == "" do
	o.texmap_diffuse = undefined

Best,