-
Notifications
You must be signed in to change notification settings - Fork 177
Create App. - Feature Bundle - Dec 2020 #894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Upgrade to current master
Create App "tools" menu implementation
Create App "tools" menu implementation
Create App "tools" menu implementation
Create App "tools" menu implementation
Create App "tools" menu implementation
Create App "tools" menu implementation
Add Grid Actions Shortkeys Toggle Grid G Activate/Deactivate Snap to Grid H Align Grid to Selected Entities J Align Grid to Avatar K
Add Grid Actions Shortkeys Toggle Grid G Activate/Deactivate Snap to Grid H Align Grid to Selected Entities J Align Grid to Avatar K
Add Grid Actions Shortkeys Toggle Grid G Activate/Deactivate Snap to Grid H Align Grid to Selected Entities J Align Grid to Avatar K
Add Grid Actions Shortkeys Toggle Grid G Activate/Deactivate Snap to Grid H Align Grid to Selected Entities J Align Grid to Avatar K
This commit is fully functional, This means that it can be tested. |
The following links are available: build (ubuntu-18.04, full)
build (windows-latest, full) build (ubuntu-18.04, android) |
1- Replace Overlays by Local Entities 2- Add the missing header with copyright and license (I have assumed that the author was the same person that make the grid parameter that is referenced there and only used in create App.) 3- Minor requested code change (0.0 instead of 0 in condition using real numbers)
Grid upgrade... |
Minor code changes
Minor code change
The following links are available: build (ubuntu-18.04, full)
build (windows-latest, full) build (ubuntu-18.04, android) |
You can remove the "Do Not Merge" tag. |
Everything seems to be working as intended. |
Is this the tablet mode in Desktop? |
Previously it was 490px wide (in Desktop) Now it will be 750 px wide (in Desktop) The properties tab is now with an acceptable size by default. (which is closer to the landscape display we have in HMD.) No change in HMD or in-Tablet display.
In Desktop mode, the 2 import buttons are now one over the other and full width. The text was overlapping with the default Create Tools window size.
Create Tools window width (in Desktop mode)... Please test and let me know if this is fine. |
looks good to me, mind you, that's on a UWQHD monitor but as long as it fits in a full HD monitor (so you can resize it) I thinks it's good |
Content of this feature bundle:
New "Tools" menu to the Create Application
The previous "Selection" and "Actions" menu has been renamed "Select" and "Edit".
We have now all the actions regrouped in the 3 menus: "Select", "Edit" and "Tools".
Some changes coming with this:
1- The menu "Teleport To Selected Entities" has been moved from the "Select" menu to the new "Tools" menu.
2- The "Hotkey" "G" is now used to toggle the grid (previously it was to align it to the selection). It was making sense to have G (for Grid) to manage the visibility of this one.
3- New "Hotkey" has been added to control the other actions related to the Grid:
"Activate/Deactivate Snap to Grid" can be triggered by clicking "H"
"Align Grid to Selected Entities" can be triggered by clicking "J"
"Align Grid to Avatar" can be triggered by clicking "K"
4- The actions: "Align Grid to Selected Entities" and "Align Grid to Avatar" will turn on the grid if it was not visible. (Doing this imply that you want to have the grid to be visible). But you will still need to do "Toggle Grid" (G) to turn the grid off.
Note that "Align Grid to Selected Entities" will happen only If there is at least one entity selected.
Main "Edit" menu
The 2 "Import Entities" actions have been brought back to the main "Edit" menu.
(Since there was no unanimity about their removal)
A separator has been added to regroup the Create App's menuItems.