Blender Git Commit Log

Git Commits -> Revision 72266d2

June 4, 2016, 19:21 (GMT)
Render: Extend the passtype field of RenderPasses to 64 bit

This commit extends the number of possible pass types to 64 bit. However, it only
affects the structures used for storage during and after rendering, not the SceneRenderLayer
that's visible to the user (due to various limitations to 32 bit integers in RNA).
Therefore, their main purpose is to be allocated by the renderer based on some other setting.

Commit Details:

Full Hash: 72266d21b708205186218d3d8024eb84c7b668b8
Parent Commit: 0796161
Lines Changed: +22, -10

4 Modified Paths:

/source/blender/makesrna/intern/rna_render.c (+10, -0) (Diff)
/source/blender/render/extern/include/RE_pipeline.h (+6, -4) (Diff)
/source/blender/render/intern/source/pipeline.c (+2, -2) (Diff)
/source/blender/render/intern/source/render_result.c (+4, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021