Announcement

Collapse
No announcement yet.

UVWRandomizer & Triplanar on MultiSubTex

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

    Click image for larger version

Name:	UVWRandomizer & Triplanar on MultiSubTex.jpg
Views:	154
Size:	118.4 KB
ID:	1202695
    Carlos Rodriguez
    RTstudio
    Tutorials

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

    Comment


    • #3
      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​
      Carlos Rodriguez
      RTstudio
      Tutorials

      Comment

      Working...
      X