Skip to content

Commit

Permalink
Fix ynput#2834 - ensure current state is correct when entering new gr…
Browse files Browse the repository at this point in the history
…oup order
  • Loading branch information
BigRoy committed Mar 16, 2022
1 parent c21026b commit 3d426d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openpype/tools/pyblish_pype/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@ def _pair_yielder(self, plugins):
new_current_group_order
)

# Force update to the current state
self._set_state_by_order()

if self.collect_state == 0:
self.collect_state = 1
self._current_state = (
Expand Down

0 comments on commit 3d426d1

Please sign in to comment.