Outliner: View Layer: add option to add a new collection to the current view layer

This operator not only links a collection, but it creates a new one and then it
links it. Although the preferrable method for users to handle their collections
is when viewing the "Collections", let's explore this workflow for now.

Suggested by Pablo Vazquez, thank you.
This commit is contained in:
Dalai Felinto 2018-01-18 13:54:01 -02:00
parent 51bcf7bd5f
commit 33ddd926b7
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class OUTLINER_MT_edit_active_view_layer(Menu):
layout = self.layout
layout.operator("outliner.collection_link", icon='LINKED')
layout.operator("outliner.collection_new", icon='NEW')
class OUTLINER_MT_edit_datablocks(Menu):