overte-thingvellir/interface
LaShonda Hopper dac2ae19a4 [Case 6569] Add protection for dynamic vs static collision type (details below).
When creating a model, it was possible to elect Exact collision with the dynamic
property even though this combination is prohibited.  This combination would silently
fail rather than notifying the user of the error.

This commit implements safeguards against the invalid combination:
    * If the user elects the Exact collision type and the dynamic field is unchecked, then dynamic field is disabled.
    * If the user elects a different collision type and the dynamic filed is unchecked, then the dynamic field is enabled.
    * If the user has checked the dynamic field and subsequently elects the Exact collision type, then the selection is
      void and the previous collision selection is retained; however, an error dialog is presented informing the user of the error.

Changes Committed:
    modified:   interface/resources/qml/hifi/tablet/NewModelDialog.qml
2017-11-08 18:27:24 -05:00
..
external
i18n
icon
resources [Case 6569] Add protection for dynamic vs static collision type (details below). 2017-11-08 18:27:24 -05:00
src Merge pull request #11760 from druiz17/far-grab-parent 2017-11-07 08:53:13 -08:00
ui
CMakeLists.txt Merge pull request #11612 from highfidelity/pointers 2017-10-20 13:53:52 -07:00
interface.exe.manifest