[Bf-committers] RNA-gen question...

David Jeske davidj at gmail.com
Sun Jul 7 09:37:45 CEST 2013


When doing grep/searches tracing things from python-to-C, I sometimes have
a lucky keyword that matches something in the rna-gen "extern prototypes"
 which are repeated in every rna_xxxx_gen file. They look like this...

extern StructRNA RNA_BlendTexture;

Is there a reason these are generated into every rna-gen-c file, rather
than being generated into an "rna_prorotypes_gen.h" that can be included by
every rna-gen-c file?

For example, like this...

http://www.pasteall.org/43828

Is there some reason that's bad or not done?


More information about the Bf-committers mailing list