From fe449965798509d953b5df7ef6ed7df82ff1ae0d Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Tue, 8 Feb 2022 16:18:42 +0100 Subject: [PATCH] Fix import hou --- openpype/hosts/houdini/plugins/publish/collect_frames.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpype/hosts/houdini/plugins/publish/collect_frames.py b/openpype/hosts/houdini/plugins/publish/collect_frames.py index e3f5b609b8..b61c73240c 100644 --- a/openpype/hosts/houdini/plugins/publish/collect_frames.py +++ b/openpype/hosts/houdini/plugins/publish/collect_frames.py @@ -14,6 +14,8 @@ class CollectFrames(pyblish.api.InstancePlugin): def process(self, instance): + import hou + ropnode = instance[0] start_frame = instance.data.get("frameStart", None)