prop.Drawing - add some notes

This commit is contained in:
Andrej730
2025-08-01 19:45:05 +05:00
parent cf13c6fdc1
commit 291b313d79
@@ -308,7 +308,9 @@ class Drawing(PropertyGroup):
)
is_selected: BoolProperty(name="Is Selected", default=True)
is_drawing: BoolProperty(name="Is Drawing", default=False)
"""``Drawing`` can be either a drawing or a drawing target view header."""
is_expanded: BoolProperty(name="Is Expanded", default=True)
"""Whether target view header is expanded in UI. Should be just unset for the actual drawings."""
if TYPE_CHECKING:
ifc_definition_id: int