mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
send_selection returns True
This commit is contained in:
parent
768141f43e
commit
4013412c63
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue