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:
authorCampbell Barton <ideasman42@gmail.com>2007-01-12 03:31:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-01-12 03:31:18 +0300
commit54863a2fefc73b6ef8358f7a314a9e8c22581fb6 (patch)
tree6642b62dc2b77828559e9bf2e3c15922e8372a97 /source/blender/python/api2_2x/Camera.c
parentb0c2e7808cbefa670f3575055eb82a272788a8c2 (diff)
error, camera scale couldnt be set. bpyrender now sets ortho properly
Diffstat (limited to 'source/blender/python/api2_2x/Camera.c')
-rw-r--r--source/blender/python/api2_2x/Camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Camera.c b/source/blender/python/api2_2x/Camera.c
index 29e27478d52..1104be63f88 100644
--- a/source/blender/python/api2_2x/Camera.c
+++ b/source/blender/python/api2_2x/Camera.c
@@ -1150,7 +1150,7 @@ static PyGetSetDef BPy_Camera_getseters[] = {
{"scale",
(getter)getFloatAttr, (setter)setFloatAttrClamp,
"scale for ortho cameras",
- NULL},
+ EXPP_CAM_ATTR_SCALE},
{"clipStart",
(getter)getFloatAttr, (setter)setFloatAttrClamp,
"the cameras clip start",