mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +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'])
|
||||
|
||||
if command.find('{pipe_path}') > -1:
|
||||
command = command.format(
|
||||
pipe_path=os.environ['QUAD_PLUGIN_PATH']
|
||||
)
|
||||
|
||||
icon = config.get('icon', None)
|
||||
if icon:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue