send_selection returns True

This commit is contained in:
Jakub Jezek 2021-12-13 13:42:40 +01:00
parent 768141f43e
commit 4013412c63
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -28,6 +28,7 @@ def send_selection(selection):
import openpype.hosts.flame as opflame
opflame.selection = selection
print(opflame.selection)
return True
class _FlameMenuApp(object):
def __init__(self, framework):