[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51919] trunk/blender/intern/cycles/ blender/addon/enums.py: update fisheye tooltip - it was wrongly suggesting equidistant for fulldomes

Dalai Felinto dfelinto at gmail.com
Mon Nov 5 20:07:43 CET 2012


Revision: 51919
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51919
Author:   dfelinto
Date:     2012-11-05 19:07:38 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
update fisheye tooltip - it was wrongly suggesting equidistant for fulldomes

Modified Paths:
--------------
    trunk/blender/intern/cycles/blender/addon/enums.py

Modified: trunk/blender/intern/cycles/blender/addon/enums.py
===================================================================
--- trunk/blender/intern/cycles/blender/addon/enums.py	2012-11-05 15:58:35 UTC (rev 51918)
+++ trunk/blender/intern/cycles/blender/addon/enums.py	2012-11-05 19:07:38 UTC (rev 51919)
@@ -57,7 +57,7 @@
 
 panorama_types = (
     ('EQUIRECTANGULAR', "Equirectangular", "Render the scene with a spherical camera, also known as Lat Long panorama"),
-    ('FISHEYE_EQUIDISTANT', "Fisheye Equidistant", "Ideal for fulldomes, ignore the sensor dimensions"),
-    ('FISHEYE_EQUISOLID', "Fisheye Equisolid", "Similar to most fisheye modern lens, take sensor dimensions into consideration"),
+    ('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",
     )
 




More information about the Bf-blender-cvs mailing list