Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-02-06 13:49:41 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-11 20:18:32 +0300
commit9efbc8d76fecb008c03f7603227f00540359f216 (patch)
treec5c8bc2f87fd42c321c1bd7396f511a6ad562a9a /intern/cycles/blender/blender_session.h
parent93592009562f6c5cd18035c4562a11a50ec25dc8 (diff)
Cycles: backport samples metadata format changes to 2.7.
The render layer name is now always included. Best to keep these consistent, so that animation denoising and sample merging works the same for both and tests can be the same. Ref D4311.
Diffstat (limited to 'intern/cycles/blender/blender_session.h')
-rw-r--r--intern/cycles/blender/blender_session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/cycles/blender/blender_session.h b/intern/cycles/blender/blender_session.h
index b8a9096b354..2aa3c77c37d 100644
--- a/intern/cycles/blender/blender_session.h
+++ b/intern/cycles/blender/blender_session.h
@@ -146,6 +146,9 @@ public:
static bool print_render_stats;
protected:
+ void stamp_view_layer_metadata(const string& view_layer_name);
+ void stamp_view_layer_metadata_do(const string& prefix);
+
void do_write_update_render_result(BL::RenderResult& b_rr,
BL::RenderLayer& b_rlay,
RenderTile& rtile,