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

AfterEffects: Use new Extractor location #3784

Merged
merged 2 commits into from
Sep 2, 2022

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented Sep 2, 2022

Brief description

Using new import source of Extractor in AfterEffects.

Description

Maya extractors are using new location of Extractor plugin. PR is related to #3771 .

Testing notes:

  • all AfterEffects extractors should work

@ynbot
Copy link
Contributor

ynbot commented Sep 2, 2022

Task linked: OP-3873 Change extractor usage in AE

@iLLiCiTiT iLLiCiTiT self-assigned this Sep 2, 2022
@@ -66,7 +70,7 @@ def process(self, instance):
]
self.log.debug("Thumbnail args:: {}".format(args))
try:
output = openpype.lib.run_subprocess(args)
output = run_subprocess(args)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

local variable 'output' is assigned to but never used

@iLLiCiTiT iLLiCiTiT added host: After Effects type: refactor Structural changes not affecting functionality labels Sep 2, 2022
@iLLiCiTiT iLLiCiTiT merged commit ab964eb into develop Sep 2, 2022
@iLLiCiTiT iLLiCiTiT deleted the feature/OP-3873_Change-extractor-usage-in-AE branch September 2, 2022 15:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: After Effects type: refactor Structural changes not affecting functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants