Adds generic memcache limitor (used by the new sequencer to cache

only a certain amount of frames).
This commit is contained in:
Peter Schlaile
2006-02-05 18:56:30 +00:00
parent d7e5f37172
commit 57d7ae0365
6 changed files with 597 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ Import ('env')
sources = env.Glob('intern/*.cpp')
incs = '.'
incs = '. ..'
env.BlenderLib ('blender_MEM', sources, Split(incs), [], libtype='intern', priority = 10 )