[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18867] branches/blender2.5/blender/source /blender/makesrna/intern/makesrna.c: 2.5: RNA auto pointer type detection didn't find right types.

Brecht Van Lommel brecht at blender.org
Sun Feb 8 15:56:43 CET 2009


Revision: 18867
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18867
Author:   blendix
Date:     2009-02-08 15:56:43 +0100 (Sun, 08 Feb 2009)

Log Message:
-----------
2.5: RNA auto pointer type detection didn't find right types. If
two RNA structs have the same DNA structs it should use the first
defined one, could be smarter but for now this makes it work again.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/makesrna/intern/makesrna.c

Modified: branches/blender2.5/blender/source/blender/makesrna/intern/makesrna.c
===================================================================
--- branches/blender2.5/blender/source/blender/makesrna/intern/makesrna.c	2009-02-08 14:25:04 UTC (rev 18866)
+++ branches/blender2.5/blender/source/blender/makesrna/intern/makesrna.c	2009-02-08 14:56:43 UTC (rev 18867)
@@ -1411,8 +1411,8 @@
 		}
 	}
 
+	rna_auto_types();
 	rna_sort(brna);
-	rna_auto_types();
 
 	status= (DefRNA.error != 0);
 





More information about the Bf-blender-cvs mailing list