Announcement

Collapse
No announcement yet.

Pre-renderscripts and DR

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

  • Pre-renderscripts and DR

    it seems Spawner nodes not load pre-renderscripts during DR

    I am right ?

    thx
    __________________________________
    - moste powerfull Render farm in world -
    RebusFarm --> 1450 nodes ! --> 2.900 CPU !! --> 20.000 cores !!!
    just 2,9 to 1.2 cent per GHZ hour --> www.rebusfarm.net

  • #2
    Hm, they should be working... I need to test this though.

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

    Comment


    • #3
      I tryed to set other anti alising DMC via

      renderers.production.twoLevel_baseSubdivs=2
      renderers.production.twoLevel_fineSubdivs=8

      but buckets from nodes are a bit more brighten - just host render fine
      same situation without script - all nodes render fine
      tested it 2 times
      I dont know how DMC influence the brightness but I did it 2 times ...
      __________________________________
      - moste powerfull Render farm in world -
      RebusFarm --> 1450 nodes ! --> 2.900 CPU !! --> 20.000 cores !!!
      just 2,9 to 1.2 cent per GHZ hour --> www.rebusfarm.net

      Comment


      • #4
        Setting the AA settings in my experience works best when evaluating as a #filePostOpenProcess

        Code:
        callbacks.removescripts id:#vray_samples
        txt = "renderers.current.twoLevel_baseSubdivs = 2\n"
        txt +="renderers.current.twoLevel_fineSubdivs = 8\n"
        callbacks.addscript #filePostOpenProcess txt id:#vray_samples persistent: true
        Works like charm with DR here.

        Best regards,
        Michael
        This signature is only a temporary solution

        Comment


        • #5
          You can't really change the settings in a pre-render script - at that point, rendering has already started and V-Ray has cached all the render settings in its internal structures.

          Would better to use a #filePostOpenProcess callback, like Michael suggested.

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

          Comment


          • #6
            ok thx

            -----------------
            __________________________________
            - moste powerfull Render farm in world -
            RebusFarm --> 1450 nodes ! --> 2.900 CPU !! --> 20.000 cores !!!
            just 2,9 to 1.2 cent per GHZ hour --> www.rebusfarm.net

            Comment

            Working...
            X