mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
revert adding blender to a hook accidentaly
This commit is contained in:
parent
65c38c0bc3
commit
76a2b3bea4
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
|
|||
"""
|
||||
|
||||
order = 0
|
||||
app_groups = ["maya", "nuke", "nukex", "hiero", "nukestudio", "blender"]
|
||||
app_groups = ["maya", "nuke", "nukex", "hiero", "nukestudio"]
|
||||
|
||||
def execute(self):
|
||||
if not self.data.get("start_last_workfile"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue