From 3083b66f617127ad16d57bbfbe8958f0d9fa4856 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 30 Jan 2022 08:49:46 +1100 Subject: [PATCH] Fix #2012. Minor fix. --- src/blenderbim/blenderbim/bim/module/geometry/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/blenderbim/bim/module/geometry/ui.py b/src/blenderbim/blenderbim/bim/module/geometry/ui.py index 40530a3c75..78c8e21414 100644 --- a/src/blenderbim/blenderbim/bim/module/geometry/ui.py +++ b/src/blenderbim/blenderbim/bim/module/geometry/ui.py @@ -50,7 +50,7 @@ class BIM_PT_representations(Panel): layout.label(text="No representations found") row = layout.row(align=True) - row.prop(context.scene.BIMProperties, "contexts", text="") + row.prop(context.scene.BIMRootProperties, "contexts", text="") row.operator("bim.add_representation", icon="ADD", text="") for representation in RepresentationsData.data["representations"]: