[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47902] trunk/blender/source/blender/ makesrna/intern/rna_lamp.c: * Add RNA comment for Lamp icon defines.

Thomas Dinges blender at dingto.org
Thu Jun 14 16:04:56 CEST 2012


Revision: 47902
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47902
Author:   dingto
Date:     2012-06-14 14:04:55 +0000 (Thu, 14 Jun 2012)
Log Message:
-----------
* Add RNA comment for Lamp icon defines. 

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_lamp.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_lamp.c	2012-06-14 14:02:15 UTC (rev 47901)
+++ trunk/blender/source/blender/makesrna/intern/rna_lamp.c	2012-06-14 14:04:55 UTC (rev 47902)
@@ -180,7 +180,7 @@
 }
 
 #else
-
+/* Don't define icons here, so they don't show up in the Lamp UI (properties Editor) - DingTo */
 EnumPropertyItem lamp_type_items[] = {
 	{LA_LOCAL, "POINT", 0, "Point", "Omnidirectional point light source"},
 	{LA_SUN, "SUN", 0, "Sun", "Constant direction parallel ray light source"},




More information about the Bf-blender-cvs mailing list