Announcement

Collapse
No announcement yet.

Include object for Vrayclipper using maxscript?

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

  • Include object for Vrayclipper using maxscript?

    Hi all

    Does anyone know who I can assign an object to be included in a vrayclipper using maxscript?

    thanks in advance

    Neil

  • #2
    Hi Neil,

    If you are referring to the include/exclude list, you can do so with the following script:
    Code:
    $VRayClipper001.includelist = $
    Where VRayClipper001 will be the name of your clipper, and you need to select the objects you want to include, for example:
    Code:
    $VRayClipper001.includelist = $Sphere001
    Same goes for the exclude list, where you will have to write excludelist instead of includelist.

    Keep in mind that this will override any previously placed includes/excludes.
    Last edited by nikoleta.garkova; 27-10-2020, 06:12 AM.
    Nikoleta Garkova | chaos.com

    Comment


    • #3
      that's perfect, thanks so much

      Comment


      • #4
        I've also cobbled together a quick VRayClipper exlude list manager you can try. A bit ugly code but should work

        http://ftp.chaosgroup.com/support/Cl...ListManager.ms
        Miroslav Ivanov
        Chaos Cosmos

        Comment

        Working...
        X