Announcement

Collapse
No announcement yet.

clear vfb output path using maxscript

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

  • clear vfb output path using maxscript

    Hi all, i am not sure whether i post in the correct section or not.

    my client want me to clear all the output path before send file to them,
    i use maxscript (rendOutputFilename = "") to clear the output path in max render output, but how can i do the same thing to V-Ray:Frame buffer to clear the output path in V-Ray raw image file and Split render channels using maxscript??

    i hope you understand my question and really hope that someone can help me out here, thank you very much.

    i am a 3ds max 2014 and vray 2.40 user.
    Best regards,
    Jackie Teh
    --

    3ds max design 2023, V-Ray 7 [7.00.02 build 00000]
    AMD Threadripper 1950X @3.40 GHz | 64GB RAM | Nvidia RTX 3070 ti
    Website: https://www.sporadicstudio.com
    Email: info@sporadicstudio.com
    YouTube: https://www.youtube.com/c/SporadicStudio

  • #2
    This should do the trick

    Code:
    renderers.current.output_rawFileName = ""
    renderers.current.output_saveRawFile = false
    renderers.current.output_splitfilename = ""
    renderers.current.output_splitgbuffer = false
    Kind Regards,
    Morne

    Comment


    • #3
      Originally posted by Morne View Post
      This should do the trick

      Code:
      renderers.current.output_rawFileName = ""
      renderers.current.output_saveRawFile = false
      renderers.current.output_splitfilename = ""
      renderers.current.output_splitgbuffer = false
      It work!! thank you very much
      Best regards,
      Jackie Teh
      --

      3ds max design 2023, V-Ray 7 [7.00.02 build 00000]
      AMD Threadripper 1950X @3.40 GHz | 64GB RAM | Nvidia RTX 3070 ti
      Website: https://www.sporadicstudio.com
      Email: info@sporadicstudio.com
      YouTube: https://www.youtube.com/c/SporadicStudio

      Comment


      • #4
        Originally posted by Morne View Post
        This should do the trick

        Code:
        renderers.current.output_rawFileName = ""
        renderers.current.output_saveRawFile = false
        renderers.current.output_splitfilename = ""
        renderers.current.output_splitgbuffer = false
        Thank you for your help, here is the maxscript download link, please let me know if there is any bug.

        link: http://isdesignsolution.blogspot.com/p/maxscript.html

        ps: I not sure whether i can post a link in here or not, if this is againts the forum rules, please help me to delete it, thank you very much.
        Best regards,
        Jackie Teh
        --

        3ds max design 2023, V-Ray 7 [7.00.02 build 00000]
        AMD Threadripper 1950X @3.40 GHz | 64GB RAM | Nvidia RTX 3070 ti
        Website: https://www.sporadicstudio.com
        Email: info@sporadicstudio.com
        YouTube: https://www.youtube.com/c/SporadicStudio

        Comment

        Working...
        X