From 9a76354585e2cd2011267e79bd99ca59a06588f8 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 15 Jan 2016 13:00:56 -0200 Subject: Cycles-Bake: Custom Baking passes The combined pass is built with the contributions the user finds fit. It is useful for lightmap baking, as well as non-view dependent effects baking. The manual will be updated once we get closer to the 2.77 release. Meanwhile the new page can be found here: http://dalaifelinto.com/blender-manual/render/cycles/baking.html Reviewers: sergey, brecht Differential Revision: https://developer.blender.org/D1674 --- intern/cycles/device/device_task.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/device/device_task.h') diff --git a/intern/cycles/device/device_task.h b/intern/cycles/device/device_task.h index 7654508d4a5..d7912f386f5 100644 --- a/intern/cycles/device/device_task.h +++ b/intern/cycles/device/device_task.h @@ -48,6 +48,7 @@ public: device_ptr shader_input; device_ptr shader_output, shader_output_luma; int shader_eval_type; + int shader_filter; int shader_x, shader_w; DeviceTask(Type type = PATH_TRACE); -- cgit v1.2.3