mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Remove UIList.use_filter_linked
It seems it's either was never used or it was used in some very old Blender version.
This commit is contained in:
@@ -165,8 +165,6 @@ class BIM_UL_colourscheme(bpy.types.UIList):
|
||||
|
||||
|
||||
class BIM_UL_ifc_class_filter(bpy.types.UIList):
|
||||
use_filter_linked: bpy.props.BoolProperty(name="Included", default=True, options=set(), description="Filter")
|
||||
|
||||
def draw_item(
|
||||
self,
|
||||
context,
|
||||
@@ -191,8 +189,6 @@ class BIM_UL_ifc_class_filter(bpy.types.UIList):
|
||||
|
||||
|
||||
class BIM_UL_ifc_building_storey_filter(bpy.types.UIList):
|
||||
use_filter_linked: bpy.props.BoolProperty(name="Included", default=True, options=set(), description="Filter")
|
||||
|
||||
def draw_item(
|
||||
self,
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user