BigRoy's comment - remove Obj from network_categories to avoid possible confusion

This commit is contained in:
MustafaJafar 2023-11-01 18:06:36 +02:00
parent c15adfa327
commit c64af8ddef

View file

@ -83,7 +83,6 @@ class CreatePointCache(plugin.HoudiniCreator):
def get_network_categories(self):
return [
hou.ropNodeTypeCategory(),
hou.objNodeTypeCategory(),
hou.sopNodeTypeCategory()
]