revert adding blender to a hook accidentaly

This commit is contained in:
Milan Kolar 2021-02-16 18:27:43 +01:00
parent 65c38c0bc3
commit 76a2b3bea4

View file

@ -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"):