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

Commit

Permalink
make plugins compatible if were processed
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Aug 5, 2021
1 parent dbb85a4 commit 1b76d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openpype/tools/pyblish_pype/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@ def update_with_result(self, result):
):
new_flag_states[PluginStates.HasError] = True

if not publish_states & PluginStates.IsCompatible:
new_flag_states[PluginStates.IsCompatible] = True

item.setData(new_flag_states, Roles.PublishFlagsRole)

records = item.data(Roles.LogRecordsRole) or []
Expand Down

0 comments on commit 1b76d8b

Please sign in to comment.