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:
committed by
Chris Hennes
parent
0229715002
commit
51be8e7b4e
@@ -117,6 +117,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
<< copy
|
||||
<< "Part_CheckGeometry"
|
||||
<< "Part_Defeaturing"
|
||||
<< "Materials_InspectAppearance"
|
||||
<< "Materials_InspectMaterial"
|
||||
<< "Separator"
|
||||
<< bop << join << split << compound
|
||||
<< "Separator"
|
||||
|
||||
Reference in New Issue
Block a user