From 76a2b3bea42b7dc9b05ca9d46c435f5f5fb9d0e9 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 16 Feb 2021 18:27:43 +0100 Subject: [PATCH] revert adding blender to a hook accidentaly --- pype/hooks/pre_add_last_workfile_arg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/hooks/pre_add_last_workfile_arg.py b/pype/hooks/pre_add_last_workfile_arg.py index 6e89253149..e19a884eff 100644 --- a/pype/hooks/pre_add_last_workfile_arg.py +++ b/pype/hooks/pre_add_last_workfile_arg.py @@ -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"):