Announcement

Collapse
No announcement yet.

How to clear render output path from v-ray frame buffer roll-out

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

  • How to clear render output path from v-ray frame buffer roll-out

    I have been dealing with this issue for years, as I use my same maxstart file that has all the settings that I like - including layer names. The issue is when I first saved out this file, I didn't realize I created it with a file that had a render output path saved for a specific project (see attached image). I cannot figure out how to clear this file path from the settings and it doesn't let you simply delete it. Does anyone have a script or another suggestion to get this cleared out?
    Timothy Saunders

  • #2
    Code:
    vr=renderers.current
    vr.output_splitfilename=""
    www.dpict3d.com - "That's a very nice rendering, Dave. I think you've improved a great deal." - HAL9000... At least I have one fan.

    Comment


    • #3
      Originally posted by dlparisi View Post
      Code:
      vr=renderers.current
      vr.output_splitfilename=""
      Thanks. How do I use that? I've never been a scripter.
      Timothy Saunders

      Comment


      • #4
        Sorry... Just paste into the script listener window, select both lines, then hit enter on the numpad to execute. If you don't have a numpad you can use shift-enter instead.
        www.dpict3d.com - "That's a very nice rendering, Dave. I think you've improved a great deal." - HAL9000... At least I have one fan.

        Comment

        Working...
        X