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

General: Added Photoshop and Aftereffects into ValidateVersion #3965

Merged
merged 1 commit into from
Oct 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openpype/plugins/publish/validate_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ class ValidateVersion(pyblish.api.InstancePlugin):
order = pyblish.api.ValidatorOrder

label = "Validate Version"
hosts = ["nuke", "maya", "houdini", "blender", "standalonepublisher"]
hosts = ["nuke", "maya", "houdini", "blender", "standalonepublisher",
"photoshop", "aftereffects"]

optional = False
active = True
Expand Down