Announcement

Collapse
No announcement yet.

Create VRayBmpFilter with linked bitmap via MaxScript

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

  • Create VRayBmpFilter with linked bitmap via MaxScript

    I was wondering how can you create a VRayBmpFilter Map in MaxScript?
    With the VRayHDRI I have no problems
    Code:
    VRayHDRI HDRIMapName:(f)
    but
    Code:
    VRayBmpFilter textureMap:(f)
    isnt working

  • #2
    Try using the following command:

    VRayBmpFilter bitmapname: ("your_file")

    Note that in the VRayBmpFilter map is not creatable if you are using V-Ray Next.
    Nikolay Kusht | chaos.com
    Team Lead, 3D Support | contact us

    Comment


    • #3
      Thx, I could already make it work.

      But yeah, I've seen that it isnt working with V-Ray Next.
      You got an idea how I could overcome that issue? Maybe some workaround?

      Comment

      Working...
      X