Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 969 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 969 Bytes

small_addons

Active_Camera_menu.py

simple addon that add menu entry when any Camera object is selected.

To make it always accessible in RMB menu, if even nothing is selected, replace code with this

def cameras_specials_menu(self, contxt):
    self.layout.separator()
    self.layout.menu(VIEW3D_MT_cameras_main.bl_idname)

Active_Camera_menu

Collection_Visibility.py

quick switching between objects type visibility in the collection

Collection_Visibility_1

Also if you want it to be like this

Collection_Visibility_2

just rename OUTLINER_MT_collection_visibility to OUTLINER_MT_collection at the bottom in the script file.