Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Schlaile <peter@schlaile.de>2007-01-05 17:26:04 +0300
committerPeter Schlaile <peter@schlaile.de>2007-01-05 17:26:04 +0300
commit00c82cd3b2a0ef1056f476b1b7d8034b5b5d4880 (patch)
tree4537beefafcfd6c8511025044cfb4307f36f440a /source/blender/blenpluginapi
parent429ec5eea3b44f57bf9400237d2a772e4808c8cf (diff)
== Sequencer ==
== Plugins == Made sequencer plugins work again by boosting the version number and working around recent changes to the ImBuf-structure for older binary plugins. This commit also restores the original length of name in VarStruct.
Diffstat (limited to 'source/blender/blenpluginapi')
-rw-r--r--source/blender/blenpluginapi/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h
index b9048b92878..1f6140130eb 100644
--- a/source/blender/blenpluginapi/plugin.h
+++ b/source/blender/blenpluginapi/plugin.h
@@ -36,7 +36,7 @@
#include "util.h"
#include "floatpatch.h"
-#define B_PLUGIN_VERSION 3
+#define B_PLUGIN_VERSION 5
typedef int (*TexDoit)(int, void*, float*, float*, float*);
typedef void (*SeqDoit)(void*, float, float, int, int, ImBuf*, ImBuf*, ImBuf*, ImBuf*);