Adds generic memcache limitor (used by the new sequencer to cache
only a certain amount of frames).
This commit is contained in:
@@ -3,6 +3,6 @@ Import ('env')
|
||||
|
||||
sources = env.Glob('intern/*.cpp')
|
||||
|
||||
incs = '.'
|
||||
incs = '. ..'
|
||||
|
||||
env.BlenderLib ('blender_MEM', sources, Split(incs), [], libtype='intern', priority = 10 )
|
||||
|
Reference in New Issue
Block a user