[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28083] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp: Missing update in the last commit.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Thu Apr 8 03:42:41 CEST 2010


Revision: 28083
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28083
Author:   kjym3
Date:     2010-04-08 03:42:39 +0200 (Thu, 08 Apr 2010)

Log Message:
-----------
Missing update in the last commit.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp	2010-04-08 01:13:54 UTC (rev 28082)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp	2010-04-08 01:42:39 UTC (rev 28083)
@@ -26,7 +26,7 @@
 /*-----------------------BPy_UnaryFunction0D type definition ------------------------------*/
 
 PyTypeObject UnaryFunction0D_Type = {
-	PyObject_HEAD_INIT(NULL)
+	PyVarObject_HEAD_INIT(NULL, 0)
 	"UnaryFunction0D",              /* tp_name */
 	sizeof(BPy_UnaryFunction0D),    /* tp_basicsize */
 	0,                              /* tp_itemsize */





More information about the Bf-blender-cvs mailing list