MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isFileDialogEnabledForNewWriters

Method isFileDialogEnabledForNewWriters

Engine/Settings.cpp:3848–3858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3846}
3847
3848bool
3849Settings::isFileDialogEnabledForNewWriters() const
3850{
3851#ifdef NATRON_ENABLE_IO_META_NODES
3852
3853 return _filedialogForWriters->getValue();
3854#else
3855
3856 return true;
3857#endif
3858}
3859
3860bool
3861Settings::isDriveLetterToUNCPathConversionEnabled() const

Callers 2

onEffectCreatedMethod · 0.80
createWriterMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected