forked from FreeCAD/FreeCAD
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ViewProvider: add set/getElementColors() API
The API is to expose element color mangement to the core. This patch provides implementation in Gui::ViewProviderLink and PartGui::ViewProviderPartExt. ViewProviderLink uses this API to support color and visibility override functionality, which is required to implement STEP SHUO (Specified Higher Usage Occurrence) styling.
- Loading branch information
1 parent
fd84efa
commit 2fcef03
Showing
18 changed files
with
1,627 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.