Flame: adding new attribute to ui

includeHandles
This commit is contained in:
Jakub Jezek 2022-05-16 11:54:29 +02:00
parent c3e5b21139
commit 3b15167adb
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -268,6 +268,14 @@ class CreateShotClip(opfapi.Creator):
"target": "tag",
"toolTip": "Handle at end of clip", # noqa
"order": 2
},
"includeHandles": {
"value": False,
"type": "QCheckBox",
"label": "Include handles",
"target": "tag",
"toolTip": "By default handles are excluded", # noqa
"order": 3
}
}
}