[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19196] branches/blender2.5/blender/source /blender/python/intern/bpy_rna.c: 2.5 / PyRNA

jmsoler at free.fr jmsoler at free.fr
Thu Mar 5 14:55:59 CET 2009


Selon Nathan Letwory <jesterking at letwory.net>:
>
> We're working on it
>

Just a word again to say that,
in the file :
source\blender\python\intern\bpy_operator.c, line 160 and after,
 MSVC++  prefers that we declare the variables  like that :

"""
...
else if (strcmp(name, "__dict__")==0) {

		wmOperatorType *ot;
		PyMethodDef *meth;
		ret = PyDict_New();

		for(ot= WM_operatortype_first(); ot; ot= ot->next) {
...
"""


jms


More information about the Bf-committers mailing list