mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove studio operation
This commit is contained in:
parent
8f9c085492
commit
0fcfdf7fa8
1 changed files with 0 additions and 5 deletions
|
|
@ -26,11 +26,6 @@ class GizmoMenu():
|
||||||
|
|
||||||
command = str(config['command'])
|
command = str(config['command'])
|
||||||
|
|
||||||
if command.find('{pipe_path}') > -1:
|
|
||||||
command = command.format(
|
|
||||||
pipe_path=os.environ['QUAD_PLUGIN_PATH']
|
|
||||||
)
|
|
||||||
|
|
||||||
icon = config.get('icon', None)
|
icon = config.get('icon', None)
|
||||||
if icon:
|
if icon:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue