Skip to content

Conversation

@davidlatwe
Copy link
Collaborator

What's changed ?

The scene inventory will select entire rows by action process result, instead of selecting only first column of rows. And will fixes #536.

@BigRoy
Copy link
Collaborator

BigRoy commented Mar 19, 2020

As opposed to the for loop isn't it better to use the Rows flag?

E.g.

flags = select_mode | selection_model.Rows
selection_model.select(column, flags)

@davidlatwe
Copy link
Collaborator Author

Yikes, I didn't find that !
Thanks !

@davidlatwe
Copy link
Collaborator Author

Merging this 🚀

@davidlatwe davidlatwe merged commit 0917818 into getavalon:master Mar 27, 2020
@davidlatwe davidlatwe deleted the fix#536 branch March 27, 2020 03:04
davidlatwe added a commit to MoonShineVFX/avalon-core that referenced this pull request Apr 16, 2020
Change inventory action select back to select all columns in row
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scene Inventory action selection cannot pass into other actions

2 participants