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:
Diffstat (limited to 'intern/cycles/blender/addon/enums.py')
-rw-r--r--intern/cycles/blender/addon/enums.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/intern/cycles/blender/addon/enums.py b/intern/cycles/blender/addon/enums.py
index e1b138def3c..889a8f03552 100644
--- a/intern/cycles/blender/addon/enums.py
+++ b/intern/cycles/blender/addon/enums.py
@@ -49,3 +49,9 @@ filter_types = (
("BOX", "Box", "Box filter"),
("GAUSSIAN", "Gaussian", "Gaussian filter"),
)
+
+aperture_types = (
+ ("RADIUS", "Radius", "Directly change the size of the aperture"),
+ ("FSTOP", "F/stop", "Change the size of the aperture by f/stops"),
+ )
+