mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Support exporting more metadata labels like names and descriptions for profile sets
This commit is contained in:
@@ -74,6 +74,9 @@ if bpy is not None:
|
||||
operator.AddMaterialConstituent,
|
||||
operator.RemoveMaterialConstituent,
|
||||
operator.MoveMaterialConstituent,
|
||||
operator.AddMaterialProfile,
|
||||
operator.RemoveMaterialProfile,
|
||||
operator.MoveMaterialProfile,
|
||||
operator.AddConstraint,
|
||||
operator.RemoveConstraint,
|
||||
operator.AssignConstraint,
|
||||
@@ -215,8 +218,10 @@ if bpy is not None:
|
||||
operator.GetRepresentationIfcParameters,
|
||||
operator.UpdateIfcRepresentation,
|
||||
prop.StrProperty,
|
||||
prop.Attribute,
|
||||
prop.MaterialLayer,
|
||||
prop.MaterialConstituent,
|
||||
prop.MaterialProfile,
|
||||
prop.MaterialSet,
|
||||
prop.Variable,
|
||||
prop.Role,
|
||||
@@ -244,7 +249,6 @@ if bpy is not None:
|
||||
prop.BcfTopicDocumentReference,
|
||||
prop.BcfTopicRelatedTopic,
|
||||
prop.Subcontext,
|
||||
prop.Attribute,
|
||||
prop.BIMProperties,
|
||||
prop.BIMDebugProperties,
|
||||
prop.BCFProperties,
|
||||
|
||||
Reference in New Issue
Block a user