mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Remove drawing styles attributes prop (a50c633cf)
This commit is contained in:
@@ -367,7 +367,6 @@ class DrawingStyle(PropertyGroup):
|
||||
)
|
||||
include_query: StringProperty(name="Include Query")
|
||||
exclude_query: StringProperty(name="Exclude Query")
|
||||
attributes: CollectionProperty(name="Attributes", type=StrProperty)
|
||||
|
||||
if TYPE_CHECKING:
|
||||
name: str
|
||||
@@ -375,7 +374,6 @@ class DrawingStyle(PropertyGroup):
|
||||
render_type: RenderType
|
||||
include_query: str
|
||||
exclude_query: str
|
||||
attributes: bpy.types.bpy_prop_collection_idprop[StrProperty]
|
||||
|
||||
|
||||
class RasterStyleProperty(enum.Enum):
|
||||
|
||||
Reference in New Issue
Block a user