Notifications
Clear all

[Closed] Script control with Plugin MapLayers ?

Plugins from http://www.vg2max.spb.ru/MapLayers.htm

I would want to set blend mode with script

but it doesn’t work.

Dose anybody have ever tried script control with this plugin ?

Thanks.

Diffusefile = selection[1].Material.diffuseMap.filename
selection[1].Material.diffuseMap = Map_Layers()
selection[1].Material[#Maps][#Diffuse_Color__Map_Layers____Map_Layers].mapList[1] = Bitmaptexture fileName: Diffusefile

showProperties selection[1].Material[#Maps][#Diffuse_Color__Map_Layers____Map_Layers]