Material: Appearance and Material inspectors

Dialogs to view the Appearance and Material properties of an object

These inspectors are intended to be used when debugging Appearance and
Material issues in a model.

The Appearance inspector displays the appearance properties of an
object. This will be more useful once PR 13792 is merged which migrates
parts to use ShapeAppearance instead of DiffuseColor. This shows each
of the appearance properties per face for the object.

The Material inspector shows the material, models, and properties
assigned to a model. It displays useful debugging information such as
the UUID and file paths associated with eacch of the items. This is
useful when finding and resolving model conflicts.

The material inspector now gives the option of copying the information
to the clipboard.
This commit is contained in:
David Carter
2024-05-13 21:21:40 -04:00
committed by Chris Hennes
parent bed8b23e7f
commit a0fdc86948
15 changed files with 1308 additions and 28 deletions

View File

@@ -564,6 +564,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Separator"
<< dressups
<< "Separator"
<< "Materials_InspectAppearance"
<< "Materials_InspectMaterial"
<< "Separator"
<< "PartDesign_Boolean"
<< "Separator"
<< "Part_CheckGeometry"