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

Feature/300 pyblish pype toggle instance family #320

Merged
merged 11 commits into from
Jul 8, 2020

Conversation

iLLiCiTiT
Copy link
Member

Changes

  • group in instance view is split into 2 parts
    image
    • click on expand button collapse or expand the group
    • click on label uncheck all instances in if there is at least one checked instance otherwise check all of them

Resolves: #300

@iLLiCiTiT iLLiCiTiT changed the base branch from develop to 2.x/develop June 26, 2020 13:00
Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

./pype/tools/pyblish_pype/model.py:969:34: B008: Do not perform function call...
./pype/tools/pyblish_pype/model.py:969:34: B008: Do not perform function calls in argument defaults.  The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call.  If this is intended, assign the function call to a module-level variable and use that variable as a default value.
./pype/tools/pyblish_pype/model.py:973:31: B008: Do not perform function calls in argument defaults.  The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call.  If this is intended, assign the function call to a module-level variable and use that variable as a default value.
./pype/tools/pyblish_pype/model.py:998:41: B008: Do not perform function calls in argument defaults.  The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call.  If this is intended, assign the function call to a module-level variable and use that variable as a default value.

@iLLiCiTiT iLLiCiTiT self-assigned this Jun 26, 2020
@iLLiCiTiT iLLiCiTiT requested review from tokejepsen and a team June 26, 2020 13:00
Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

./pype/tools/pyblish_pype/model.py:969:34: B008: Do not perform function call...
./pype/tools/pyblish_pype/model.py:969:34: B008: Do not perform function calls in argument defaults.  The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call.  If this is intended, assign the function call to a module-level variable and use that variable as a default value.
./pype/tools/pyblish_pype/model.py:973:31: B008: Do not perform function calls in argument defaults.  The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call.  If this is intended, assign the function call to a module-level variable and use that variable as a default value.
./pype/tools/pyblish_pype/model.py:998:41: B008: Do not perform function calls in argument defaults.  The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call.  If this is intended, assign the function call to a module-level variable and use that variable as a default value.

Copy link
Member

@tokejepsen tokejepsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@mkolar mkolar added this to the 2.11 milestone Jul 2, 2020
@mkolar mkolar merged commit 0ea7937 into 2.x/develop Jul 8, 2020
@mkolar mkolar deleted the feature/300-Pyblish-pype_Toggle_instance_family branch July 8, 2020 07:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pyblish-pype: Toggle instance family
3 participants