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)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to