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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-11-07 18:56:53 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-11-07 18:56:53 +0400
commit01200ca2acfd00289d558969a7a03bdf9589a911 (patch)
treeb0ece0d34ba0795fe29322e1d2d30c86fa81fd27 /intern/cycles/blender
parent34fecdd60e61506e6d9c2127945bccac250ee830 (diff)
UI message fixes...
Diffstat (limited to 'intern/cycles/blender')
-rw-r--r--intern/cycles/blender/addon/enums.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/enums.py b/intern/cycles/blender/addon/enums.py
index dfc13ec7333..a98a6aab4c4 100644
--- a/intern/cycles/blender/addon/enums.py
+++ b/intern/cycles/blender/addon/enums.py
@@ -58,5 +58,7 @@ aperture_types = (
panorama_types = (
('EQUIRECTANGULAR', "Equirectangular", "Render the scene with a spherical camera, also known as Lat Long panorama"),
('FISHEYE_EQUIDISTANT', "Fisheye Equidistant", "Ignore the sensor dimensions"),
- ('FISHEYE_EQUISOLID', "Fisheye Equisolid", "Similar to most fisheye modern lens, take sensor dimensions into consideration. For fulldomes use it with a square sensor ratio"),
+ ('FISHEYE_EQUISOLID', "Fisheye Equisolid",
+ "Similar to most fisheye modern lens, takes sensor dimensions into consideration "
+ "(for fulldomes use it with a square sensor ratio)"),
)