[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27980] trunk/blender/source/blender/ editors/interface/resources.c: 'Active spline' theme setting was not getting initialised on old files

Joshua Leung aligorith at gmail.com
Sun Apr 4 04:08:39 CEST 2010


Revision: 27980
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27980
Author:   aligorith
Date:     2010-04-04 04:08:38 +0200 (Sun, 04 Apr 2010)

Log Message:
-----------
'Active spline' theme setting was not getting initialised on old files

Modified Paths:
--------------
    trunk/blender/source/blender/editors/interface/resources.c

Modified: trunk/blender/source/blender/editors/interface/resources.c
===================================================================
--- trunk/blender/source/blender/editors/interface/resources.c	2010-04-04 00:24:25 UTC (rev 27979)
+++ trunk/blender/source/blender/editors/interface/resources.c	2010-04-04 02:08:38 UTC (rev 27980)
@@ -1429,6 +1429,7 @@
 			SETCOL(btheme->tv3d.handle_sel_auto, 0xf0, 0xff, 0x40, 255);
 			SETCOL(btheme->tv3d.handle_sel_vect, 0x40, 0xc0, 0x30, 255);
 			SETCOL(btheme->tv3d.handle_sel_align, 0xf0, 0x90, 0xa0, 255);
+			SETCOL(btheme->tv3d.act_spline, 0xdb, 0x25, 0x12, 255);
 			
 			/* same colors again for Graph Editor... */
 			SETCOL(btheme->tipo.handle_free, 0, 0, 0, 255);





More information about the Bf-blender-cvs mailing list