FreeCAD: master 048da480

Author Committer Branch Timestamp Parent
vocx-fc wmayer master 2020-10-05 01:03:31 master e7552384
Affected Issues  0000477: Proper interface for edit modes of view provider
Changeset Part: activate Part_ColorPerFace in the menu and toolbar

According to the source this command was deactivated until issue 0000477
and hence 0001954 could be solved. However, since those issues
haven't been addressed the command has remained hidden for a long time.
This command does not work with objects that reimplement
their edit modes, meaning that it may work with Part and PartDesign
created objects but not with Draft and Arch objects.

The command is added to the standard `View` menu,
and to one `Part tools` toolbar so that it is no longer hidden.
The limitations of the command can be described in the documentation,
and then somebody else can help solve the problem
with the edit modes.

A new icon for the command is also provided.
mod - src/Mod/Part/Gui/Command.cpp Diff File
mod - src/Mod/Part/Gui/Resources/Part.qrc Diff File
add - src/Mod/Part/Gui/Resources/icons/tools/Part_ColorFace.svg Diff File
mod - src/Mod/Part/Gui/Workbench.cpp Diff File