diff --git a/openpype/hosts/houdini/plugins/create/create_pointcache.py b/openpype/hosts/houdini/plugins/create/create_pointcache.py index 98d46d0eef..18ca5240ad 100644 --- a/openpype/hosts/houdini/plugins/create/create_pointcache.py +++ b/openpype/hosts/houdini/plugins/create/create_pointcache.py @@ -109,4 +109,4 @@ class CreatePointCache(plugin.HoudiniCreator): # return the one with the minimum 'outputidx' else: return min(outputs, - key=lambda node : node.parm('outputidx').eval()) + key=lambda node : node.parm('outputidx').eval())