Announcement

Collapse
No announcement yet.

Vraybitmap Maxscript (load bitmaps

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

  • Vraybitmap Maxscript (load bitmaps

    Hi all,

    Am rusty with my scripting and a beginner. How do I load a bitmap via Maxscript for the VrayBitmap map.

    I am trying via the code below but it does not seem to work,

    SkinMap = VRayBitmap filename:"d:\Std_Skin_Head_diffuse.png"

    What am I missing?

    Thank you

  • #2
    It's called "hdrimapname" not "filename".
    You can try
    Code:
    show (vraybitmap())
    to get all the relevant properties.
    Lele
    Trouble Stirrer in RnD @ Chaos
    ----------------------
    emanuele.lecchi@chaos.com

    Disclaimer:
    The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.

    Comment

    Working...
    X