Announcement

Collapse
No announcement yet.

Email Options V-Ray 3.0 for Maya

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

  • Email Options V-Ray 3.0 for Maya

    Hi,

    Would it be possible to get Email Options into V-Ray 3.0 for Maya, so a message will be sent to inform about a current render?

    Click image for larger version

Name:	emailOptions01.jpg
Views:	1
Size:	11.8 KB
ID:	879633

    Best regards
    Jacob Hansen
    Last edited by jacoblaerdal; 22-03-2014, 08:41 AM.
    Best regards
    Jacob Hansen
    Laerdal Copenhagen

  • #2
    Hi,
    This feature is more a "render manager" feature than a "render engine" feature.
    You can use free render manger (deadline give 2 free license for example, royalrender 4 licenses) to have option like this (and more option).
    www.deex.info

    Comment


    • #3
      Hi,

      I see what you mean. But it would be nice to have in V-Ray 3.0 for Maya. So we don't have to use Backburner for Maya, Deadline, Royalrender......!

      In Mental Ray i have been using Backburner for Maya with the Email Options set to on, and it works. But it involved a lot of pain to use Backburner.

      And now that i am back in VRay, I really wish that i/we could communicate with a SMTP Sever all ready running.

      The Email Option could probably be located in the System section with some few options:

      Send Email:
      Notify Completion (End)
      Notify Progress (After "200" frames)
      From (Email)
      To (Email)
      SMTP Server ("all ready Running")

      Just a wish


      Best regards
      Jacob Hansen
      Best regards
      Jacob Hansen
      Laerdal Copenhagen

      Comment


      • #4
        A easy workarround, you can use Python in post-render : http://docs.python.org/2/library/email-examples.html
        www.deex.info

        Comment


        • #5
          Nice will give it a try

          Best regards
          Jacob Hansen
          Best regards
          Jacob Hansen
          Laerdal Copenhagen

          Comment


          • #6
            Hi,

            Temporary setup to get render response on email. You can see explanation inside the attached files in the link below.

            http://www.wireguruji.dk/vrayForum/renderMailBasic.zip

            Best regards
            Jacob Hansen
            Best regards
            Jacob Hansen
            Laerdal Copenhagen

            Comment


            • #7
              Oh wow, nice! I didn't know PowerShell could do that Thanks for sharing!

              Best regards,
              Vlado
              I only act like I know everything, Rogers.

              Comment


              • #8
                You can also use https://pushover.net with Python to get notifications on your phone when render has finished.

                Nice feature to have.
                Maya 2020/2022
                Win 10x64
                Vray 5

                Comment


                • #9
                  Lovely thanks!
                  CGI - Freelancer - Available for work

                  www.dariuszmakowski.com - come and look

                  Comment


                  • #10
                    Hi,

                    ...Thanks Powershell is very nice! Now we just have to have a little feature in the System section hehe!

                    It would be good to have a email "Notify Progress (After "200" frames)" hope i'll find a way.

                    ...Sweet i will have a look at https://pushover.net


                    Best regards
                    Jacob Hansen
                    Best regards
                    Jacob Hansen
                    Laerdal Copenhagen

                    Comment


                    • #11
                      If you can check current frame in maya then you can use if statement maybe?

                      If frame == 200:
                      print "bla bla bla"
                      ?
                      Isn't python process called every frame?
                      CGI - Freelancer - Available for work

                      www.dariuszmakowski.com - come and look

                      Comment


                      • #12
                        There is post frame callback which could be used for this.
                        V-Ray developer

                        Comment


                        • #13
                          ..Nice

                          Best regards
                          Jacob Hansen
                          Best regards
                          Jacob Hansen
                          Laerdal Copenhagen

                          Comment

                          Working...
                          X