[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22297] branches/soc-2009-kazanbas/source/ blender/python/intern/bpy_rna.c: bpyrna: interpret a tuple of enum items ( e1, e2, ...) as a bitmask (e1 | e2 | ...).

jmsoler at free.fr jmsoler at free.fr
Fri Aug 7 16:07:31 CEST 2009


Selon Arystanbek Dyussenov <arystan.d at gmail.com>:

> Revision: 22297
>
>
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22297
> Author:   kazanbas
> Date:     2009-08-07 15:00:39 +0200 (Fri, 07 Aug 2009)

Hi, here it seems to build only if i change this line :

>> if (prop->flag & PROP_DYNAMIC_ARRAY)

to :

>> int a,flag;
>> ...
>> flag = RNA_property_flag(prop);
>> if (flag & PROP_DYNAMIC_ARRAY)


Regards, jms.



More information about the Bf-committers mailing list