mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
pep8 comply
This commit is contained in:
parent
e7760a6508
commit
54b5dd8d61
5 changed files with 14 additions and 11 deletions
|
|
@ -24,12 +24,14 @@ default_flame_export_presets = {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
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):
|
||||
self.name = self.__class__.__name__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue