[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21049] branches/soc-2009-aligorith/source /blender/editors/space_nla/nla_channels.c: NLA SoC: Typo fixes for previous commit

Joshua Leung aligorith at gmail.com
Sun Jun 21 06:07:01 CEST 2009


Revision: 21049
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21049
Author:   aligorith
Date:     2009-06-21 06:07:01 +0200 (Sun, 21 Jun 2009)

Log Message:
-----------
NLA SoC: Typo fixes for previous commit

Modified Paths:
--------------
    branches/soc-2009-aligorith/source/blender/editors/space_nla/nla_channels.c

Modified: branches/soc-2009-aligorith/source/blender/editors/space_nla/nla_channels.c
===================================================================
--- branches/soc-2009-aligorith/source/blender/editors/space_nla/nla_channels.c	2009-06-21 03:34:30 UTC (rev 21048)
+++ branches/soc-2009-aligorith/source/blender/editors/space_nla/nla_channels.c	2009-06-21 04:07:01 UTC (rev 21049)
@@ -143,7 +143,7 @@
 				/* toggle expand */
 				ob->nlaflag ^= OB_ADS_COLLAPSED; // XXX 
 			}
-			else if (nlaedit_is_tweakon(ac) == 0) {
+			else if (nlaedit_is_tweakmode_on(ac) == 0) {
 				/* set selection status */
 				if (selectmode == SELECT_INVERT) {
 					/* swap select */
@@ -242,7 +242,7 @@
 				/* toggle 'solo' */
 				BKE_nlatrack_solo_toggle(adt, nlt);
 			}
-			else if (nlaedit_is_tweakon(ac) == 0) {
+			else if (nlaedit_is_tweakmode_on(ac) == 0) {
 				/* set selection */
 				if (selectmode == SELECT_INVERT) {
 					/* inverse selection status of this F-Curve only */





More information about the Bf-blender-cvs mailing list