Announcement

Collapse
No announcement yet.

sub-frame rendered output?

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

  • sub-frame rendered output?

    does anyone know if it's possible to get vray to output sub-frame images? even if the time range is set to frames:ticks in 3dsmax, images are still only written once per frame.

    i'm sure there are other factors involved, but i noticed the scanline renderer can be set to output subframes via script so it got me wondering.

    greg

  • #2
    You can render sub-frames through MaxScript (through the render() command), in the same way as with the scanline renderer, e.g.
    Code:
    render frame: 0.5
    will render a frame in the middle between frames 0 and 1.

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

    Comment


    • #3
      thanks for your response, vlado.. this works when rendering single frames, but i can't get a sequence to save an output file more than once per frame. i imagine this would require scripting the render command in a loop to update the output file and frame time..?
      Last edited by gimiky; 13-05-2010, 12:33 PM. Reason: typo

      Comment


      • #4
        It appears that you cannot specify a sub-frame interval between the frames, but you can render frames 0.2, 1.2, 2.2 etc, then 0.4, 1.4, 2.4, then 0.6, 1.6, 2.6 etc.

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

        Comment


        • #5
          i don't see a way to get output named automatically either.. no matter what fromFrame and toFrame are, filenames are always sequenced as whole frames. i think this will require a script loop.

          also, will the render() command automatically use all vray parameters as they are set in the UI?

          Comment


          • #6
            Originally posted by gimiky View Post
            also, will the render() command automatically use all vray parameters as they are set in the UI?
            Yes, it should do that with the exception of the parameters specified in the V-Ray VFB itself, if you use it (like the color curves etc).

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

            Comment


            • #7
              sweet! thanks, vlado..

              Comment

              Working...
              X