[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33287] trunk/blender/source/blender/ makesrna/intern/rna_actuator.c: Typo in commit...

Ton Roosendaal ton at blender.org
Wed Nov 24 16:05:54 CET 2010


Revision: 33287
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33287
Author:   ton
Date:     2010-11-24 16:05:54 +0100 (Wed, 24 Nov 2010)

Log Message:
-----------
Typo in commit... for some reason rna_xx.c files compile without warning?

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_actuator.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_actuator.c	2010-11-24 14:40:03 UTC (rev 33286)
+++ trunk/blender/source/blender/makesrna/intern/rna_actuator.c	2010-11-24 15:05:54 UTC (rev 33287)
@@ -362,7 +362,7 @@
 	
 	/* hardcoded exceptions, for these cases code below needs to find the id.data */
 	/* otherwise buttons never give all options for selected */
-	if (ptr->type==&RNA_Actuator || ptr->type==&RNA_ArmatureActuator || ptr->type==RNA_ShapeActionActuator) {
+	if (ptr->type==&RNA_Actuator || ptr->type==&RNA_ArmatureActuator || ptr->type==&RNA_ShapeActionActuator) {
 		ob = (Object *)ptr->id.data;
 	} else {
 		/* can't use ob from ptr->id.data because that enum is also used by operators */





More information about the Bf-blender-cvs mailing list