Announcement

Collapse
No announcement yet.

VFB/Lens effects and animations

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

  • VFB/Lens effects and animations

    Having the ability to load an animation into the frame buffer and adjusting the lens effects/colour corrections and then to re-save - with version control. Would be rather useful

    Cheers,
    Danny

  • #2
    You can do that now. First, you need to set the desired Lens effect preset in the VFB, then save it as a preset (.vle) and feed it to the vdenoise.exe tool in the cmd. To load it there you need to use -lensEffectsParams= option. You can load animation there so the lens effect will apply to all the frames of the animation sequence.
    Zdravko Keremidchiev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Zdravko.Keremidchiev cool! Thanks for the info

      Comment


      • #4
        If you're using Nuke for compositing, you can also use our free Lens Effects Nuke plugin https://docs.chaosgroup.com/display/...OLS/Misc+Tools
        Alex Yolov
        Product Manager
        V-Ray for Maya, Chaos Player
        www.chaos.com

        Comment


        • #5
          yolov ah we use Resolve/Fusion..... Any chance you guys could build those tools for fusion?

          Comment


          • #6
            Not for the moment, no. But there has been requests.
            Alex Yolov
            Product Manager
            V-Ray for Maya, Chaos Player
            www.chaos.com

            Comment


            • #7
              is this possible on 3dsmax ? using denoiser tool?
              Surrealismo
              https://www.facebook.com/surrrealismo

              Comment


              • #8
                Originally posted by leo.surrealismo View Post
                is this possible on 3dsmax ? using denoiser tool?
                If you're referring to the workflow where you save your preset from the VFB and use it together with the denoiser tool to apply lens effects, then yes. Any V-Ray supported application with a VFB will support it, as long as you use the denoiser that comes with your V-Ray installation (for compatibility and as a rule of thumb).
                Alex Yolov
                Product Manager
                V-Ray for Maya, Chaos Player
                www.chaos.com

                Comment


                • #9
                  yes, that workflow, but I donĀ“t see on this menu, where to load the .vle file. see attached.
                  Attached Files
                  Surrealismo
                  https://www.facebook.com/surrrealismo

                  Comment


                  • #10
                    It appears that this is only available when using the command line, I'll make a note to include it in the UI as well.

                    Here's how to do it from the command line: https://docs.chaosgroup.com/display/...mmandLineUsage

                    In short:

                    1. Locate the standalone denoiser executable. By default it should be C:\Program Files\Chaos Group\V-Ray\3ds Max 201X\bin
                    2. open a windows command prompt (windows start menu > type "cmd" > enter)
                    3. Run the executable from the command line with the following command
                    Code:
                    "C:\Program Files\Chaos Group\V-Ray\3ds Max 2019\bin\vdenoise.exe" -unputFile=<your_input_file> -lensEffectsParams=<path_to_the_vle_file> -useGPU=2

                    Example for 3ds max 2019, where the input file is "C:\images\myImage.0001.exr" and my lens effects preset is "C:\presets\lenseffects.vle". My input image will be an animation with frames 1-100.
                    Code:
                    "C:\Program Files\Chaos Group\V-Ray\3ds Max 2019\bin\vdenoise.exe" -unputFile=C:\images\myImage.????.exr -lensEffectsParams=C:\presets\lenseffects.vle -useGPU=2
                    Note that unless you add -useGPU=2, processing will run on the CPU and will be slower. The value of 2 means all GPU devices.
                    Alex Yolov
                    Product Manager
                    V-Ray for Maya, Chaos Player
                    www.chaos.com

                    Comment

                    Working...
                    X