[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51632] trunk/blender/source/blender/ makesrna/intern/makesrna.c: Correction to recent makesrna commit

Sergey Sharybin sergey.vfx at gmail.com
Thu Oct 25 19:25:15 CEST 2012


Revision: 51632
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51632
Author:   nazgul
Date:     2012-10-25 17:25:14 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
Correction to recent makesrna commit

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

Modified: trunk/blender/source/blender/makesrna/intern/makesrna.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/makesrna.c	2012-10-25 16:58:52 UTC (rev 51631)
+++ trunk/blender/source/blender/makesrna/intern/makesrna.c	2012-10-25 17:25:14 UTC (rev 51632)
@@ -3632,6 +3632,8 @@
 
 	rna_auto_types();
 
+	status = (DefRNA.error != 0);
+
 	/* create rna_gen_*.c files */
 	for (i = 0; PROCESS_ITEMS[i].filename; i++) {
 		strcpy(deffile, outfile);
@@ -3668,8 +3670,6 @@
 	strcpy(deffile, outfile);
 	strcat(deffile, "RNA_blender_cpp.h" TMP_EXT);
 
-	status = (DefRNA.error != 0);
-
 	if (status) {
 		make_bad_file(deffile, __LINE__);
 	}




More information about the Bf-blender-cvs mailing list