Support exporting more metadata labels like names and descriptions for profile sets

This commit is contained in:
Dion Moult
2020-11-09 19:15:23 +11:00
parent 527e6b0ca7
commit 40e30eaa36
5 changed files with 128 additions and 33 deletions
@@ -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,