mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Link.name - fix description
After f8828d3 we store linked filepath in .ifc project, so we don't support path relative to .blend anymore.
This commit is contained in:
@@ -219,7 +219,7 @@ class FilterCategory(PropertyGroup):
|
|||||||
class Link(PropertyGroup):
|
class Link(PropertyGroup):
|
||||||
name: StringProperty(
|
name: StringProperty(
|
||||||
name="Name",
|
name="Name",
|
||||||
description="Filepath to linked .ifc file, stored in posix format (could be relative to .blend file, not to .ifc)",
|
description="Filepath to linked .ifc file, stored in posix format (could be relative to .ifc file, not to .blend)",
|
||||||
)
|
)
|
||||||
is_loaded: BoolProperty(name="Is Loaded", default=False)
|
is_loaded: BoolProperty(name="Is Loaded", default=False)
|
||||||
is_selectable: BoolProperty(name="Is Selectable", default=True)
|
is_selectable: BoolProperty(name="Is Selectable", default=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user