Announcement

Collapse
No announcement yet.

Clear "seperate render channels" file path

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

  • Clear "seperate render channels" file path

    Hello, Is there a way to clear the path field for render channels? I know that when the "separate render channels" checkbox is off it has no effect, but I need to clear it anyway.

    Click image for larger version

Name:	RenderChannels_ClearPath.jpg
Views:	357
Size:	59.3 KB
ID:	1058476

    Thanks,
    Oren

  • #2
    Hello,

    You can use MAXScript like this:
    Code:
    renderers.current.output_splitbitmap=undefined
    this will clear the Bitmap object
    and then:
    Code:
    renderers.current.output_splitfilename=""
    will clear the filename text itself

    Best regards,
    Yavor
    Yavor Rubenov
    V-Ray for 3ds Max developer

    Comment


    • #3
      Thanks, Works Great!

      Comment


      • #4
        Welcome
        Yavor Rubenov
        V-Ray for 3ds Max developer

        Comment

        Working...
        X