Evermotion Pass 10% Off - Get Instant Access to Thousands of 3D Assets

Check Plans

Information Clause

In accordance with the art. 13 section 1 and 2 of the European Parliament and Council Regulation 2016/679 of the 27th April, 2016 on the protection of natural persons, with regard to the processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC (General Data Protection Regulation), hereafter RODO, I hereby inform that:

1. EVERMOTION S.C., 8 Przędzalniana Str., 15-688 Białystok, Poland is the Administrator of your Personal Data (APD)

2. Data Protection Inspector can be reached through e-mail: iod@evermotion.org

3. Your personal data are to be processed on the basis of art. 6 section 1 letter a, b and f of RODO in order to:
a) prepare, conclude and execute the agreement and for other purposes approved by you,
b) to execute the legitimate interest like marketing of products and the agreement, claim assertion or defence against claims resulting from the law regulations.

4. Entities entitled to the reception of your personal data may be the authorised public bodies; mail providers; providers of the services covered by the agreement; responsible for debt recovery, keeping the archives, document utilization, legal consulting, technical services, IT services and accountancy.

5. Your personal data shall not be transferred to the third country, nor to the international bodies.

6. Your personal data shall be processed within the period of the agreement and upon your additional consent until you withdraw it. APD shall keep the data for the period of any civil law claim execution connected with the agreement.

7. You have the right to demand an access to your personal data, to correct or to delete the data if there is no other basis for the processing or any other purpose of such processing or to limit the processing of the data, to transfer the data to another administrator and to raise objections to the further data processing if there is no legal basis for further processing and to withdraw any previous consent.

8. You provide the personal data voluntarily, however they are necessary to conclude the agreement. The refusal of providing such data may result in the refusal of the agreement conclusion.

9. You have the right to lodge a complaint to the Personal Data Protection Office when in your opinion the data processing violates the regulations of General Data Protection Regulation of the 27 April, 2016 (RODO).

10. Your data will be automatically processed, including the form of profiling.
11. You are obligated to forward above mentioned information to your representative, especially if you appointed this person in the agreement as the contact person or as the representative for the agreement execution.

OK

V-Ray 3.5: Understanding Resumable Rendering

Chaos Group 2016-12-05 09:20 tutorial  > V-Ray  > rendering

In V-Ray 3.5 you can stop and resume rendering whenever you want.

What is resumable rendering?

In short, resumable rendering is the ability to have incomplete renders resume where they left off. The rendering could have stopped because of some outside circumstance, such as a power failure, or have been stopped based on the needs of the user.

evermotion_02814.jpg

In the next 3.5 service pack of V-Ray, we will be introducing resumable rendering as a new feature. This will first come out in V-Ray for 3ds Max, and then released for the other platforms. To use it, simply turn on Resumable Rendering in the VFB settings in the render dialogue or pass the -resume=1 option to V-Ray Standalone. You will also have to set a time interval for incremental saves if you are using progressive rendering.

Please note that this feature is still under development and some of the functionality may change in the final release of the service pack.

 

 

 

Two type of resumable rendering in V-Ray:

As you know, V-Ray has different ways to render. For resumable rendering, the difference is mainly between bucket rendering and progressive rendering.

  • Bucket rendering:
    With bucket rendering, the case is fairly simple. V-Ray writes the image as each bucket drops as part of a sidecar .vrimg file. When the rendering is resumed, V-Ray reads the partial .vrimg file and picks up on the next buckets that need to be rendered. The light cache is also stored in the .vrimg file so V-Ray doesn’t need to recompute it when resuming the render.
  • Progressive rendering:
    In this case, you need to set a time interval in the Resumable Rendering settings which tells V-Ray how often to save the state of the rendered image so that it can be resumed from that point forward. V-Ray will save a sidecar .vrprog file that has all the information that V-Ray needs to resume the progressive rendering. In addition to the contents of the progressive buffer, the light cache is also stored in the file so that it doesn’t have to be recomputed when resuming. After stopping and resuming the rendering, V-Ray will read the .vrprog file and pick up the rendering process where it left off.

A few things to consider:

Since this process relies on either a sidecar .vrimg or .vrprog file to be saved, it will save that file in the directory where you are saving the final image. Both files can be large as they contain a lot of data. This is especially true for the .vrprog as it has all the needed data for the whole image, not just the completed buckets.

When a rendering is resumed, there is still some preparation that needs to be done before the rendering starts that has to be redone. This includes scene prep, and texture loading. The GI light cache is saved, but the irradiance map is not and would have to be recalculated.

Use cases:

  • Rendering got stopped by outside forces: There are many reasons that an outside situation could have caused a rendering to stop. The computer could have had a power failure, or ran out of ram, or you could have been rendering on the Cloud such as Google Computer Engine which offers Preemptible VMs. In this last case, the VMs are significantly cheaper at 20% of the cost of standard VMs. The issue is that Preemptible machines can be recalled at very short notice. If this happens, a new VM can come back up and resume where the rendering left off.
  • Choosing to stop a render: A user may choose to stop the rendering on purpose. This could be because the current rendering is taking too long and there is a rendering that of a higher priority that needs to be done right away. In that case, you can easily stop the rendering without losing any progress when you resume it.

Another case could be set up as part of the render farm policy that all renderings are stopped after certain amount of time to ensure that every shot gets rendered overnight. If you are using progressive rendering, a grainier version of the render will still be available to review and can be resumed if the rendering looks good enough to warrant the full quality.

buckets.jpg

  • Incremental animation rendering: Depending on your render manager, a simple script could be set up so that the entire animation is rendered for example at 5 minutes a frame and then resumed to render for another 5 minutes until the rendering has reached the desired quality. This means that no matter what, you will have a version of the animation that can be seen in it’s entirely that will continue to incrementally get better as it stays on the farm with every pass.

evermotion_sl_02807.jpg

Keep in mind that, based on the fact that your scene still needs to be loaded, and prepped for every instance of the resumed rendering, this in itself can take a bit of time. So it is recommended that you don’t do very short increments of your rendering such as 30 seconds.

Conclusion:

Resumable rendering is an important feature that could drastically change your workflow and choices you make while rendering. It could also greatly reduce the anxiety associated with long renders. We have only listed a few examples of uses cases for resumable rendering but are eager to hear of other ideas and examples of where this feature could change the way you work.

This article is published by permission of Chaos Group. you can find the riginal article on labs.chaosgroup.com.

Author: Chaos Group Editor: Michał Franczak
Tags: vray chaosgroup lab
You may also like...
Tip of the Week. V-ray light materials and general tips

Tip of the Week. V-ray light materials and general tips

This is the last part of a V-ray materials tip of the week series. In this part I will show you how to use V-ray light materials and some general tips for baking v-ray dirt and using opacity maps.
×

LEAVE A COMMENT

You need to be logged in to leave a comment. Don't have account? Register now.