* Wrapped RenderResult, RenderLayer, RenderPass.
* Update RNA_access.h with new structs.
This commit is contained in:
Brecht Van Lommel
2009-07-21 14:11:51 +00:00
parent 0b49dc77de
commit b5457e8e70
11 changed files with 362 additions and 53 deletions
@@ -32,6 +32,7 @@ defs = []
incs = '#/intern/guardedalloc ../../blenlib ../../blenkernel'
incs += ' ../../imbuf ../../makesdna ../../makesrna'
incs += ' ../../windowmanager ../../editors/include'
incs += ' ../../render/extern/include'
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')