-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Geoshell Hotfix, Morph controller fixes, UX update (#35)
* Update to latest Daz Bridge Library: - Morph controller bugfixes - UI/UX updates * Hotfix: Geoshell crash on export
- Loading branch information
1 parent
89b33ff
commit 2eb4653
Showing
7 changed files
with
54 additions
and
11 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
Binary file not shown.
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
Submodule dzbridge-common
updated
8 files
+10 −5 | include/DzBridgeAction.h | |
+12 −2 | include/DzBridgeDialog.h | |
+12 −2 | include/DzBridgeMorphSelectionDialog.h | |
+2 −2 | include/common_version.h | |
+87 −32 | src/DzBridgeAction.cpp | |
+148 −10 | src/DzBridgeDialog.cpp | |
+135 −3 | src/DzBridgeMorphSelectionDialog.cpp | |
+32 −20 | src/DzBridgeSubdivisionDialog.cpp |