nodes: rework so that jobs can be completely deferred
Big optimization requiring a lot of refactoring.
This commit is contained in:
@@ -116,9 +116,6 @@ void Core::DeclareTypesForQt()
|
||||
qRegisterMetaType<olive::TimeRange>();
|
||||
qRegisterMetaType<Color>();
|
||||
qRegisterMetaType<olive::AudioVisualWaveform>();
|
||||
qRegisterMetaType<olive::SampleJob>();
|
||||
qRegisterMetaType<olive::ShaderJob>();
|
||||
qRegisterMetaType<olive::GenerateJob>();
|
||||
qRegisterMetaType<olive::VideoParams>();
|
||||
qRegisterMetaType<olive::VideoParams::Interlacing>();
|
||||
qRegisterMetaType<olive::MainWindowLayoutInfo>();
|
||||
|
||||
Reference in New Issue
Block a user