New feature to colour code objects by attribute or pset values

This commit is contained in:
Dion Moult
2020-02-21 09:41:35 +11:00
parent 7a5ec24d8d
commit bdc8caa5f6
4 changed files with 71 additions and 21 deletions
@@ -44,6 +44,8 @@ if bpy is not None:
operator.ExportIFC,
operator.ImportIFC,
operator.ColourByClass,
operator.ColourByAttribute,
operator.ColourByPset,
operator.ResetObjectColours,
operator.ApproveClass,
operator.RejectClass,