add pype tag icon and remove "clip" from audio extractor

This commit is contained in:
Milan Kolar 2021-02-02 11:35:50 +01:00
parent 2a994a8245
commit a3431117a7
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ class ExtractAudioFile(pype.api.Extractor):
order = pyblish.api.ExtractorOrder
label = "Extract Subset Audio"
hosts = ["hiero"]
families = ["clip", "audio"]
families = ["audio"]
match = pyblish.api.Intersection
def process(self, instance):

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB