Blender Git Commit Log
Git Commits -> Revision b550e78
Revision b550e78 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, viewport_experiments) November 4, 2014, 13:30 (GMT) |
Use own file for GPU option types. * Add gpu options for depth of field to camera - still inactive. * GPUFXOptions now passed to the compositing system startup so users can swap options if they wish to This commit changes read-write data again, people should reset their values again (sorry for that but this is still WIP) |
Commit Details:
Full Hash: b550e788f28cee3fee2680464fc72395f2cce39f
Parent Commit: 46cc844
Lines Changed: +192, -44
1 Added Path:
/source/blender/makesdna/DNA_gpu_types.h (+58, -0) (View)
13 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_camera.py (+30, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+11, -9) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -1) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+10, -2) (Diff)
/source/blender/gpu/intern/gpu_compositing.c (+13, -2) (Diff)
/source/blender/makesdna/DNA_camera_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -13) (Diff)
/source/blender/makesdna/intern/makesdna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+44, -15) (Diff)
/source/blender/makesrna/intern/rna_space.c (+10, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+11, -9) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -1) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+10, -2) (Diff)
/source/blender/gpu/intern/gpu_compositing.c (+13, -2) (Diff)
/source/blender/makesdna/DNA_camera_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -13) (Diff)
/source/blender/makesdna/intern/makesdna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+44, -15) (Diff)
/source/blender/makesrna/intern/rna_space.c (+10, -1) (Diff)