diff --git a/bbp_ng/OP_ADDS_bme.py b/bbp_ng/OP_ADDS_bme.py index ef750b9..872326b 100644 --- a/bbp_ng/OP_ADDS_bme.py +++ b/bbp_ng/OP_ADDS_bme.py @@ -243,7 +243,7 @@ class BBP_OT_add_bme_struct(bpy.types.Operator): op_cfgs_visitor: UTIL_functions.CollectionVisitor[BBP_PG_bme_adder_cfgs] op_cfgs_visitor = UTIL_functions.CollectionVisitor(self.bme_struct_cfgs) # visit cfgs cache list to show cfg - layout.label(text="Prototype Configurations:", text_ctxt='BBP_OT_add_bme_struct/draw') + layout.label(text="Prototype Configurations", text_ctxt='BBP_OT_add_bme_struct/draw') for (cfg, cfg_index) in self.bme_struct_cfg_index_cache: # create box for cfgs box_layout: bpy.types.UILayout = layout.box() diff --git a/bbp_ng/raw_jsons/1x1.json b/bbp_ng/raw_jsons/1x1.json index 3162cda..47431ff 100644 Binary files a/bbp_ng/raw_jsons/1x1.json and b/bbp_ng/raw_jsons/1x1.json differ diff --git a/bbp_ng/raw_jsons/chris_vanilla.json b/bbp_ng/raw_jsons/chris_vanilla.json index 918bd14..a2bbacc 100644 Binary files a/bbp_ng/raw_jsons/chris_vanilla.json and b/bbp_ng/raw_jsons/chris_vanilla.json differ diff --git a/bbp_ng/raw_jsons/crossings.json b/bbp_ng/raw_jsons/crossings.json index cca670d..c66325c 100644 Binary files a/bbp_ng/raw_jsons/crossings.json and b/bbp_ng/raw_jsons/crossings.json differ diff --git a/bbp_ng/raw_jsons/terminals.json b/bbp_ng/raw_jsons/terminals.json index a2be0bb..6faeb42 100644 Binary files a/bbp_ng/raw_jsons/terminals.json and b/bbp_ng/raw_jsons/terminals.json differ diff --git a/bbp_ng/raw_jsons/wide_floors.json b/bbp_ng/raw_jsons/wide_floors.json index 36b386f..72cd25c 100644 Binary files a/bbp_ng/raw_jsons/wide_floors.json and b/bbp_ng/raw_jsons/wide_floors.json differ