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);
 


_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to