mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 07:46:54 +00:00
WIP partial port of IfcPerson to partial editing. New feature too! See message. See #1222.
* Previously, IfcPerson was not imported. Now it is! Funky.
This commit is contained in:
@@ -1288,11 +1288,11 @@ class BIMProperties(PropertyGroup):
|
||||
import_should_offset_model: BoolProperty(name="Import and Offset Model", default=False)
|
||||
import_model_offset_coordinates: StringProperty(name="Model Offset Coordinates", default="0,0,0")
|
||||
qa_reject_element_reason: StringProperty(name="Element Rejection Reason")
|
||||
person: EnumProperty(items=getPersons, name="Person")
|
||||
person: PointerProperty(type=Person)
|
||||
organisation: EnumProperty(items=getOrganisations, name="Organisation")
|
||||
people: CollectionProperty(name="People", type=Person)
|
||||
organisations: CollectionProperty(name="Organisations", type=Organisation)
|
||||
active_person_index: IntProperty(name="Active Person Index")
|
||||
active_person_id: IntProperty(name="Active Person Id")
|
||||
active_organisation_index: IntProperty(name="Active Organisation Index")
|
||||
has_georeferencing: BoolProperty(name="Has Georeferencing", default=False)
|
||||
has_library: BoolProperty(name="Has Project Library", default=False)
|
||||
|
||||
Reference in New Issue
Block a user