Announcement

Collapse
No announcement yet.

Vray, Render Layers, Deadline

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

  • #16
    ...Super and thanks for looking in to this...

    I see what you mean and I did what you said and it’s not working all the way. But I think there is more to it. Because we also have override in VRay -> Global options/Global options - Advanced.

    Does your MayaBatch.py file look like this?

    http://wireguruji.dk/chaosgroup/deadline/MayaBatch.py

    Using deadline version:
    Deadline Launcher 7.1
    Deadline Version: 7.1.2.1 R
    FranticX Version: 2.3.0.0 R

    I will make sure Thinkbox see this thread.
    Best regards
    Jacob Hansen
    Laerdal Copenhagen

    Comment


    • #17
      This is the original file, right? I don't see any changes. Mine is almost the same.
      V-Ray/PhoenixFD for Maya developer

      Comment


      • #18
        Sory, my solution was not quite right. You must use the execution path for mayahardware/mayahardware2/turtle/arnold, not the default one, i.e. try adding

        Code:
         or self.Renderer == "vray" or self.Renderer == "vrayexport"
        to

        Code:
        elif self.Renderer == "mayavector" or self.Renderer == "mayahardware" or self.Renderer == "mayahardware2" or self.Renderer == "turtle" or self.Renderer == "arnold" or self.Renderer == "arnoldexport" or self.Renderer == "redshift"
        in GetStartFrameCommand/GetEndFrameCommand
        Last edited by ivaylo.ivanov; 08-07-2015, 06:11 AM.
        V-Ray/PhoenixFD for Maya developer

        Comment


        • #19
          ...Nice I will test it and get it in the pipeline if it works.
          Best regards
          Jacob Hansen
          Laerdal Copenhagen

          Comment


          • #20
            I have been testing or self.Renderer == "vray" or self.Renderer == "vrayexport" add to MayaBatch at home with VRay License over VPN. And it seems to work on a single deadline slave

            Tomorrow i will test it on the farm.

            Just a note - It works when i disabling the "use MayaBatch" but this overheads the farm.

            Thanks for good support.
            Best regards
            Jacob Hansen
            Laerdal Copenhagen

            Comment


            • #21
              It worked

              Thanks for good support.
              Best regards
              Jacob Hansen
              Laerdal Copenhagen

              Comment

              Working...
              X