[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11618] branches/pyapi_devel/source/ blender/python/api2_2x: aparently MSVC was giving errors here

jmsoler jmsoler at free.fr
Fri Aug 24 15:40:06 CEST 2007


Joe Eagar a écrit :
> jmsoler at free.fr wrote:
>   
>> Selon jmsoler at free.fr:
>>
>>   
>>     
>>> Selon Campbell Barton <cbarton at metavr.com>:
>>>
>>>     
>>>       
>>>> Revision: 11618
>>>>
>>>>
>>>>       
>>>>         
>> http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11618
>>   
>>     
>>>> Author:   campbellbarton
>>>> Date:     2007-08-16 05:46:46 +0200 (Thu, 16 Aug 2007)
>>>>
>>>> Log Message:
>>>> -----------
>>>> aparently MSVC was giving errors here
>>>> replaced PyObject_HEAD_INIT(&PyType_Type) with PyObject_HEAD_INIT(NULL)
>>>>
>>>>       
>>>>         
>>> In bpy_float.c, the line 137 :
>>>     &PyFloat_Type,		/* tp_base */
>>>
>>> compiles better like that :
>>>     &BPyFloat_Type,		/* tp_base */ ?
>>>
>>>     
>>>       
>> In draw.c, the BPy_Free_DrawButtonsList and BPy_Set_DrawButtonsList should be
>> defined before to be used. MSVC does not like their current places.
>>
>> jms
>>
>>   
>>     
> Eh? I defined them in BPy_Extern.h.  Hrm.
>
>
>   
Are you sure ?
I looked for these declarations and it seems that they are not in the file :
$Id: BPY_extern.h 11285 2007-07-16 05:17:39Z campbellbarton $
found in in the repertory "pyapi_devel\source\blender\python".
But there is, perhaps, another place for this file...

jms
( http://www.amazon.fr/Blender-Starter-Kit-Divers/dp/2744021741 )




More information about the Bf-committers mailing list