Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2006-12-21 21:11:07 +0300
committerTon Roosendaal <ton@blender.org>2006-12-21 21:11:07 +0300
commite61dec07670956c2a35774d2aca368772c2817b8 (patch)
tree54c2e57f0a7ec9ff3f947e67ee2d2c01cfc9afa1 /source/blender/makesdna/DNA_camera_types.h
parent5329e0d035b58cbedc66aa24e17efa9972c15375 (diff)
Defocus Composite Node, by Alfredo de Greef
Log: http://www.blender3d.org/cms/Composite__Defocus.836.0.html An incredible quality composite effect, might be slow but worth waiting for!
Diffstat (limited to 'source/blender/makesdna/DNA_camera_types.h')
-rw-r--r--source/blender/makesdna/DNA_camera_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_camera_types.h b/source/blender/makesdna/DNA_camera_types.h
index 5ea0960dd4b..8bf9d951f80 100644
--- a/source/blender/makesdna/DNA_camera_types.h
+++ b/source/blender/makesdna/DNA_camera_types.h
@@ -53,6 +53,8 @@ typedef struct Camera {
float shiftx, shifty;
/* yafray: dof params */
+ /* qdn: yafray var 'YF_dofdist' now enabled for defocus composit node as well.
+ The name was not changed so that no other files need to be modified */
float YF_dofdist, YF_aperture;
short YF_bkhtype, YF_bkhbias;
float YF_bkhrot;