Blender Git Commit Log

Git Commits -> Revision 46cc844

November 3, 2014, 19:20 (GMT)
Offscreen rendering for viewport FX.

This is working mostly from the 3D viewport currently, rendering from
the render buttons or the sequencer will not use the FX yet. Still it's
a solid step towards that direction. Also moved options out of the v3d
struct. Old options will be lost and people may get some warnings,
however simply enableing and disabling one of the compositing settings
will bring the controls back.

Commit Details:

Full Hash: 46cc844f434aea48eec3e73cd5a5f1ab65e5be26
Parent Commit: 7798ecd
Lines Changed: +258, -148

15 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+12, -9) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/editors/include/ED_view3d.h (+4, -2) (Diff)
/source/blender/editors/render/render_opengl.c (+19, -8) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+6, -1) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+30, -18) (Diff)
/source/blender/gpu/GPU_compositing.h (+5, -3) (Diff)
/source/blender/gpu/GPU_extensions.h (+4, -2) (Diff)
/source/blender/gpu/intern/gpu_compositing.c (+51, -24) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+16, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+13, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+2, -10) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+77, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -65) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021