[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56871] trunk/blender/source/blender/ python/mathutils/mathutils.c: bump mathutils callback slot size.

Campbell Barton ideasman42 at gmail.com
Fri May 17 09:10:40 CEST 2013


Revision: 56871
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56871
Author:   campbellbarton
Date:     2013-05-17 07:10:40 +0000 (Fri, 17 May 2013)
Log Message:
-----------
bump mathutils callback slot size.

Modified Paths:
--------------
    trunk/blender/source/blender/python/mathutils/mathutils.c

Modified: trunk/blender/source/blender/python/mathutils/mathutils.c
===================================================================
--- trunk/blender/source/blender/python/mathutils/mathutils.c	2013-05-17 07:10:10 UTC (rev 56870)
+++ trunk/blender/source/blender/python/mathutils/mathutils.c	2013-05-17 07:10:40 UTC (rev 56871)
@@ -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 15
+#define MATHUTILS_TOT_CB 16
 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