Announcement

Collapse
No announcement yet.

Get Vray Light Dome texture

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

  • Get Vray Light Dome texture

    Hi, does anyone know the proper max script command to get the texture path ?

  • #2
    if its a regular bitmap, and the dome light is selected, you can use:
    Code:
    $.texmap.filename
    otherwise if its a vrayhdri/vraybitmap and the dome is selected you can use:
    Code:
    $.texmap.HDRIMapName
    Last edited by Morne; 14-10-2021, 07:44 AM.
    Kind Regards,
    Morne

    Comment


    • #3
      Thank You ! This worked for my needs

      Comment

      Working...
      X