Browse Source

Don't show disable parameters

tags/1.9.4
falkTX 10 years ago
parent
commit
bb7c96cc1f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/carla_widgets.py

+ 2
- 0
source/carla_widgets.py View File

@@ -712,6 +712,8 @@ class PluginEdit(QDialog):

if paramData['type'] not in (PARAMETER_INPUT, PARAMETER_OUTPUT):
continue
if (paramData['hints'] & PARAMETER_IS_ENABLED) == 0:
continue

parameter = {
'type': paramData['type'],


Loading…
Cancel
Save