Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Fix import hou
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Feb 8, 2022
1 parent 2cf0da0 commit 21df44f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openpype/hosts/houdini/plugins/publish/collect_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class CollectFrames(pyblish.api.InstancePlugin):

def process(self, instance):

import hou

ropnode = instance[0]

start_frame = instance.data.get("frameStart", None)
Expand Down

0 comments on commit 21df44f

Please sign in to comment.