OutputFileParam¶
Inherits StringParamBase
Synopsis¶
This parameter is used to specify an output file
Functions¶
- def
openFile() - def
setSequenceEnabled(enabled)
Member functions description¶
-
NatronEngine.OutputFileParam.openFile()¶ When called in GUI mode, this will open a file dialog for the user. Does nothing in background mode.
-
NatronEngine.OutputFileParam.setSequenceEnabled(enabled)¶ param enabled: boolDetermines whether the file dialog opened by
openFile()should have support for file sequences or not.