Alezia Kurdis
c61f21fd1d
initialize the local Entity filter at page load
...
initialize the local Entity filter at page load
2025-03-20 21:26:50 -04:00
Alezia Kurdis
79aafbcb26
Local Entities in Create app Entity List
...
Local Entities in Create app Entity List
2025-03-19 21:23:26 -04:00
HifiExperiments
e7f7314b37
Merge branch 'master' into protocol_changes
2024-10-02 12:11:39 -07:00
Alezia Kurdis
652bb6f6da
Adding Avatar Entity Highlighting
...
Adding Avatar Entity Highlighting
2024-09-29 20:52:07 -04:00
HifiExperiments
0e4e8d2f9d
Merge branch 'protocol_changes' into sound
2024-06-28 01:34:21 -07:00
HifiExperiments
ee705d285e
Merge branch master into protocol_changes
2024-06-18 21:08:21 -07:00
HifiExperiments
fa24022831
Merge branch 'protocol_changes' into sound
2024-06-17 21:56:24 -07:00
HifiExperiments
878774b5d3
sound entities
2024-03-26 13:47:22 -07:00
HifiExperiments
f7c17d6035
new procecural particle entity type
2024-03-21 16:43:09 -07:00
Alezia Kurdis
0c868bd416
Copy ID(s) on multiple selection
...
Copy ID(s) on multiple selection
2024-03-12 21:34:40 -04:00
Alezia Kurdis
e802d0ec12
Add "Copy ID"
...
Add "Copy ID" on entity list menu and contextual menu.
2024-03-11 22:35:03 -04:00
Alezia Kurdis
4e0f85fb92
Add files via upload
2024-01-28 15:14:04 -05:00
73d76ca296
Fix Create App search and URLs in entity list
2023-07-03 21:48:51 +02:00
8e83436dfb
Fix not working entity list in Create App
2023-06-25 11:52:30 +02:00
Heather Anderson
60b8d41c16
stripping wallet/marketplace out
2023-05-28 15:12:21 +02:00
Alezia Kurdis
0797e2668b
Broken Url Report - adjustments
...
Broken Url Report - adjustments
2021-03-21 22:51:26 -04:00
Alezia Kurdis
608fe21045
Add Broken Url Report
2021-02-27 00:32:05 -05:00
Alezia Kurdis
b2b38ad23b
Minor adjustments
...
Minor adjustments
2021-02-16 21:49:26 -05:00
Alezia Kurdis
6ffb848596
Added a new column URL
...
Added a new column URL (full path & filename)
Searchable only if visible
Requested from Issue #977
2021-02-10 23:30:18 -05:00
Alezia Kurdis
174ddb5957
Menu Bar reorganization
...
Menu Bar reorganization
-Add a new "Transform" menu
-Reorder the 4 menus: Edit - Select - Transform - Tools
-Redistribute the menu items
2021-02-07 22:34:05 -05:00
Alezia Kurdis
c8679375b1
Height adjustment for new Menu bar
...
Height adjustment for new Menu bar
2021-01-28 23:59:44 -05:00
Alezia Kurdis
ec55884dae
Add "Rotate As Next Clicked Surface"
...
Add "Rotate As Next Clicked Surface"
Add also "Rotate 90 degree on X axis", "Rotate 90 degree on Z axis" and "Rotate 90 degree on Z axis"
2020-12-24 23:05:06 -05:00
Alezia Kurdis
670d832c8b
Minor code change
...
Minor code change
2020-12-01 23:32:52 -05:00
Alezia Kurdis
bbde93f54b
Add Grid Actions Shortkeys
...
Add Grid Actions Shortkeys
Toggle Grid G
Activate/Deactivate Snap to Grid H
Align Grid to Selected Entities J
Align Grid to Avatar K
2020-12-01 00:15:15 -05:00
Alezia Kurdis
64caa54d08
Create App "tools" menu implementation
...
Create App "tools" menu implementation
2020-11-30 00:38:31 -05:00
Alezia Kurdis
2475deac93
Minor code adjustments
...
Minor code adjustments
2020-11-14 22:36:28 -05:00
Alezia Kurdis
428db065b5
User Preference: Entity List Default Radius
...
Add a new User Preference for the Default value of the Entity List Radius. This is available in the Edit menu. If changed, this value will be used as default Radius for the next time the script will be loaded.
2020-11-11 23:41:31 -05:00
Alezia Kurdis
38e15b6208
Bug fix: CTRL-Click was inverting the selection.
...
Bug fix: EntityList, CTRL-Click was adding the last selected entity as the first selection the selection stack. The first selected item was systematically the last item of the selection. This was causing unpredictable results with "Parent Entities To The Last Selected". (This bug becomes evident by highlighting the "Last Selected" in the entity list.
2020-11-10 22:51:32 -05:00
Alezia Kurdis
fb516cf13c
Highlight the last selected entity in the List
...
The last selected entity is now displayed in darker blue in the list (if present per radius search)
This makes clear which entity could become the parent.
(This enlights some weird behavior with the Selection, making this hazardous to figure which one was the true last selected entity. To be addressed later, it's already better now.)
2020-11-10 00:01:15 -05:00
Alezia Kurdis
fc40a401d7
Selection and Actions menu close with the window
...
Bug fixed:
The "Selection" and "Actions" menu now close when we close the Entity list window or the Create App.
2020-11-09 22:37:33 -05:00
Alezia Kurdis
233d68952a
Add the persistence of the columns setup
...
Add the persistence of the columns' visibility and ordering.
2020-11-09 00:35:13 -05:00
Alezia Kurdis
a264fc358e
Expose 2 new columns: Creation and Modif. Date
...
Expose 2 new optional columns:
- Creation Date
- Modification Date
To address Issue #673
2020-10-25 00:00:44 -04:00
Alezia Kurdis
8cc9c19b40
Set the shortkey CTRL-A and CTRL-I only
...
Set the shortkeys for Select All and Inverse Selection to respond to CTRL-A and CTRL-I only.
(Previously it was also responding to Ctrl-Shift-A, Ctrl-Alt-A, Ctrl-Shift-Alt-A and Ctrl-Shift-I, Ctrl-Alt-I, Ctrl-Shift-Alt-I)
2020-10-24 22:37:35 -04:00
Alezia Kurdis
a68590e68a
Add Parent-Children Selector group
...
Add Parent-Children Selector group
"Inverse Selection" is now responding to Ctrl-I
Code Adjustments
2020-10-23 23:26:34 -04:00
Alezia Kurdis
8baebbdd16
Add Hierarchy display in List and Selection
...
Add Hierarchy display in List and Selection
2020-10-21 00:50:28 -04:00
Alezia Kurdis
5322e52990
Add "Move Selected Entity To Avatar"
...
Add "Move Selected Entity To Avatar"
2020-10-20 00:18:04 -04:00
Alezia Kurdis
4c74d5a630
Add support for teleportToEntity
...
Add support for teleportToEntity
2020-10-18 23:01:55 -04:00
Alezia Kurdis
9004251bcf
Add "Actions" and "Selection" menu
...
Add "Actions" and "Selection" menu in the Create App. (HMD/Desktop compliant)
2020-10-18 21:59:14 -04:00
Alezia Kurdis
ff39a03b5d
Add parent and unparent buttons
...
Add parent and unparent buttons
2020-09-30 00:44:07 -04:00
Alezia Kurdis
427351bcd8
Add a HMD MultiSelect button
...
Add a HMD MultiSelect button
Since it's impossible in HDM to do a multiple selection
This adds a MultiSelect button (available in HMD only)
When active, the selection in the list behaves like having CTRL pressed
When inactive (default value) the selection in the list behaves as before (on item only)
2020-09-28 23:13:18 -04:00
Alezia Kurdis
d72f707862
Add the support for HMD buttons
...
This adds the support for 6 new buttons:
Copy-Cut-Paste-Duplicate-Undo-Redo
It adds the automatic toggling of the HMD only buttons:
Copy-Cut-Paste-Duplicate
2020-09-26 00:55:16 -04:00
Sabrina Shanman
9180a639df
Merge pull request #16440 from ctrlaltdavid/DEV-2648
...
DEV-2648: Fix Cmd-click multi-select in entity list on Mac
2019-11-07 14:06:39 -08:00
David Rowe
a8173e9477
Remove "user" icon from Entity List
2019-11-05 13:55:31 +13:00
David Rowe
4e12750255
Typo
2019-11-02 11:00:16 +13:00
David Rowe
3bb65edafb
Fix Cmd-click multi-select in entity list on Mac
2019-11-02 09:51:21 +13:00
RebeccaStankus
6aca2fcf07
Working on new file structure
2019-06-24 14:01:51 -07:00