diff --git a/src/blenderbim/blenderbim/bim/module/drawing/ui.py b/src/blenderbim/blenderbim/bim/module/drawing/ui.py index a0bdd7474e..9692049e10 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/ui.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/ui.py @@ -424,6 +424,7 @@ class BIM_PT_annotation_utilities(Panel): row = layout.row(align=True) row.prop(self.props, "should_draw_decorations", text="Viewport Annotations") + row.enabled = context.scene.camera is not None class BIM_UL_drawinglist(bpy.types.UIList):