Add context widget flag on items#117
Add context widget flag on items#117jhultgre wants to merge 2 commits intoshotgunsoftware:masterfrom
Conversation
extra property to override context widget display
override for default behavior for more complicated item grouping.
| """ | ||
| Enable/disable context change for this item. | ||
| """ | ||
| self._allows_context_widget = allow |
There was a problem hiding this comment.
Black would make changes.
trailing whitespace
|
Hi @jhultgre , could you give an example of a situation where this can be used? We're trying to evaluate whether we should merge this in, if there's an acceptable workaround or if there could be an ever better workflow for this? Maybe even include a screenshot of your change in action to better get your point across? |
|
I believe I added this when I was batch publishing a ton of files when we swapped projects one year. I would drag in a bunch of asset folders, create asset items and then create model task and rig task items below those. Mostly I just want to see the context I’m forcing in the collector when I use items for grouping. I can send in more specifics in a support ticket later since it might get a little too proprietary for here. |
Sometimes you need to nest items and it's useful to be able to add extra context widgets even if the item isn't a top level item.