mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #337 from ynput/bugfix/maya_integrate_hero_version_is_active
Use is_active for proper optional functionality in hero integration.
This commit is contained in:
commit
e379d54c82
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ class IntegrateHeroVersion(
|
|||
# *but all other plugins must be sucessfully completed
|
||||
|
||||
def process(self, instance):
|
||||
if not self.is_active(instance.data):
|
||||
return
|
||||
|
||||
self.log.debug(
|
||||
"--- Integration of Hero version for product `{}` begins.".format(
|
||||
instance.data["productName"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue