[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55397] branches/soc-2008-mxcurioni/source /blender/python/mathutils/mathutils.c: fix for assert(), were not enough mathutils slots.

Campbell Barton ideasman42 at gmail.com
Mon Mar 18 23:53:58 CET 2013


Revision: 55397
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55397
Author:   campbellbarton
Date:     2013-03-18 22:53:58 +0000 (Mon, 18 Mar 2013)
Log Message:
-----------
fix for assert(), were not enough mathutils slots.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/python/mathutils/mathutils.c

Modified: branches/soc-2008-mxcurioni/source/blender/python/mathutils/mathutils.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/python/mathutils/mathutils.c	2013-03-18 22:52:43 UTC (rev 55396)
+++ branches/soc-2008-mxcurioni/source/blender/python/mathutils/mathutils.c	2013-03-18 22:53:58 UTC (rev 55397)
@@ -340,7 +340,7 @@
 /* Mathutils Callbacks */
 
 /* for mathutils internal use only, eventually should re-alloc but to start with we only have a few users */
-#define MATHUTILS_TOT_CB 10
+#define MATHUTILS_TOT_CB 13
 static Mathutils_Callback *mathutils_callbacks[MATHUTILS_TOT_CB] = {NULL};
 
 unsigned char Mathutils_RegisterCallback(Mathutils_Callback *cb)




More information about the Bf-blender-cvs mailing list