[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50549] trunk/blender/source/blender/ makesrna/intern/rna_space.c: add note that clip start is for perspective view only.

Campbell Barton ideasman42 at gmail.com
Wed Sep 12 12:18:36 CEST 2012


Revision: 50549
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50549
Author:   campbellbarton
Date:     2012-09-12 10:18:35 +0000 (Wed, 12 Sep 2012)
Log Message:
-----------
add note that clip start is for perspective view only.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_space.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_space.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_space.c	2012-09-12 10:04:09 UTC (rev 50548)
+++ trunk/blender/source/blender/makesrna/intern/rna_space.c	2012-09-12 10:18:35 UTC (rev 50549)
@@ -1555,7 +1555,7 @@
 	RNA_def_property_float_sdna(prop, NULL, "near");
 	RNA_def_property_range(prop, 0.001f, FLT_MAX);
 	RNA_def_property_float_default(prop, 0.1f);
-	RNA_def_property_ui_text(prop, "Clip Start", "3D View near clipping distance");
+	RNA_def_property_ui_text(prop, "Clip Start", "3D View near clipping distance (perspective view only)");
 	RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);
 
 	prop = RNA_def_property(srna, "clip_end", PROP_FLOAT, PROP_DISTANCE);




More information about the Bf-blender-cvs mailing list