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>2008-03-23 20:56:44 +0300
committerPeter Schlaile <peter@schlaile.de>2008-03-23 20:56:44 +0300
commitc52695bafe477d8a8ee81ca37ba55e0bcd196fd7 (patch)
tree8d1c981c3b4e8e2a5dc8689b9165437cf1cf887b /source/blender/makesdna
parent096fcb3c8fab2fdf989fcb20e74f07ecbc318aaa (diff)
== Sequencer / ImBuf ==
Fixed a long standing bug in IMB_dupImBuf: refcounter should be better 0 within the duplicated ImBuf... Finally removed this strange STRIPELEM_META mumbo jumbo. On a way to asset management: made METAs behave like true input strips: * proxying should work * input filter options should work (including transform and color balance :) * IPOs now work in replace mode
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 8dad33c411b..c6da10052cd 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -293,7 +293,6 @@ typedef struct SpeedControlVars {
#define STRIPELEM_FAILED 0
#define STRIPELEM_OK 1
-#define STRIPELEM_META 2
#define STRIPELEM_PREVIEW_DONE 1