Skip to content

Commit

Permalink
[processing] make additional Fusion parameters optional
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 25, 2017
1 parent 66c7129 commit 49e7b94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ def checkBeforeOpeningParametersDialog(self):

def addAdvancedModifiers(self):
param = ParameterString(
self.ADVANCED_MODIFIERS, self.tr('Additional modifiers'), '')
self.ADVANCED_MODIFIERS, self.tr('Additional modifiers'), '', optional=True)
param.isAdvanced = True
self.addParameter(param)

Expand Down

0 comments on commit 49e7b94

Please sign in to comment.