getavalon / core

The safe post-production pipeline - https://getavalon.github.io/2.0
MIT License
213 stars 48 forks source link

Change inventory action select back to select all columns in row #537

Closed davidlatwe closed 4 years ago

davidlatwe commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

Yikes, I didn't find that ! Thanks !

davidlatwe commented 4 years ago

Merging this 🚀