UVWRandomizer & Triplanar on MultiSubTex

Hi there, it could be useful if theres a way to connect UVWRandomizer and Triplanar on Multiple Maps at once, like the ones created with Batchload in Multitex
I found a script here that I could manage to edit and create this example, but its old and not all the times work as spected, specially if I want to add it to a selection of maps without multitex

Hi, thank you. This idea is registered in our system under VMAX-12165.

Thank u

In the meantime a user in Facebook Stack Group shared me this script that its basically what I want, but it could be helpful to have it directly on Multitex or as a tool directly in Randomizer

vraybitmaps = for sel_node in (sme.getview(sme.activeview)).GetSelectedNodes() where classof (sel_node = sel_node.reference) == VRayBitmap collect sel_node
if vraybitmaps.count > 0 do
(
vraybitmaps.mapsource = vrayuvwrandomizer()
)

Hope it helps to anybody while this function its on an official release​