Closed davidlatwe closed 6 years ago
Scattered instances. Sometimes instances that belong to same family get scattered to multiple sections.
This is intentional.
The instances are displayed in the order they are processed, and it's a feature of Pyblish to be able to arrange (and re-arrange) the instance order inside the context.
class MyCollector(...):
...
def process(self, context):
context[:] = sorted(context, key=lambda i: i.data["someKey"])
:O sorry, didn't know that ! Reverted.
Will update those gif later :)
Comment updated. GIF replaced and the PR description also renewed.
Loving it! Welcome to merge and release once you're happy :)
This is great stuff David!
This PR provide 2 fix and 1 extra feature:
Before
After