srikappa
d433cd623b
Fix undo for nested prefab creation by providing link patches to the undo node
5 years ago
srikappa
6947e8fe29
Added an IsObject check for nested instance DOM during link creation that happens during prefab loading
5 years ago
srikappa
26604fd66c
Merge branch 'main' into Prefab/CreatePrefab
5 years ago
Danilo Aimini
963e851119
Merge pull request #372 from aws-lumberyard-dev/LYN-3060-cherry
...
Cherry-pick: LYN-3060 | Launching the Editor with Prefab System enabled results in asserts
5 years ago
srikappa
06803040ac
Fixed an assert during loading a level with prefabs
5 years ago
daimini
caa982372f
Remove include for removed interface in EditorPrefabComponent.cpp
5 years ago
daimini
797ee26f87
Remove EntityOutlinerWidgetInterface, and replace it with PrefabPublicNotificationBus. Introduce events to notify handlers of when instance propagation begins and ends so that widgets can refresh correctly.
5 years ago
Chris Galvan
21d99ea07d
[LYN-3348] Removed legacy CObjectPhysicsManager.
5 years ago
Junbo Liang
83f3cbd4a1
Merge pull request #151 from aws-lumberyard-dev/SPEC-6072
...
[SPEC-6072] [Crashpad] Migrate crash reporting tool to use Crashpad from 3rdParty
5 years ago
AMZN-mnaumov
a00d47365e
Merge pull request #295 from aws-lumberyard-dev/Atom/mnaumov/ATOM-14585
...
[ATOM-14585] Enlarged thumbnails on hover
5 years ago
junbo
0b8299ba0b
Remove the existing crashpad package and update the package hash
5 years ago
junbo
eb0758f63a
[SPEC-6071][Crashpad] Make Crashpad available through 3rdParty system for Windows
5 years ago
amzn-sean
6987dac6f3
Merge pull request #242 from aws-lumberyard-dev/physx_ragdoll_create
...
Ragdoll now uses Add/Remove SimulatedBody
5 years ago
Aaron Ruiz Mora
00fca9489c
Fix editor crashing by protecting gEnv->g3DEngine
5 years ago
amzn-sean
82fce4a90c
Merge branch 'main' into physx_ragdoll_create
5 years ago
hultonha
b85c5f42ed
Merge branch 'main' into hultonha_LYN-3064_trackview-simplemotion-only
5 years ago
amzn-sean
fbb8727407
Merge branch 'main' into physx_ragdoll_create
5 years ago
mbalfour
f76b69d480
Added a handful of null checks to let new level creation succeed.
5 years ago
AMZN-daimini
44f1a627e7
Merge pull request #300 from aws-lumberyard-dev/Prefab/LYN-3100
...
KEYSTONE USE CASE | Save changes to non-root container entities in the link to the parent instance
5 years ago
mnaumov
c4e3c39ee2
PR feedback
5 years ago
bosnichd
e5b5067748
Change LOAD_LEGACY_RENDERER_FOR_EDITOR from true -> false ( #315 )
...
Change LOAD_LEGACY_RENDERER_FOR_EDITOR from true -> false, and added some null checks to protect against gEnv->pRenderer and gEnv->p3DEngine now being null in the editor as well as the launcher.
5 years ago
cgalvan
d27c43e595
Merge pull request #316 from aws-lumberyard-dev/cgalvan/GetSelectedEntitiesCount
...
[LYN-3272] Added API for retrieving the number of selected entities. Updated InfoBar to use this new API.
5 years ago
Chris Galvan
5d2db78f74
[LYN-3272] Added missing call in unit test.
5 years ago
jackalbe
a1685ecca9
{LYN-2074} Add Animation data types Behavior for the scene graph ( #253 )
...
{LYN-2074} Add Animation data types Behavior for the scene graph (#253 )
* https://jira.agscollab.com/browse/LYN-2074
* moved scene API color to centeralized location
BlendShapeDataFace
BlendShapeData
5 years ago
Chris Galvan
9d57095e1c
[LYN-3272] Added API for retrieving the number of selected entities. Updated InfoBar to use this new API.
5 years ago
AMZN-AlexOteiza
3f32cc929c
Fixed All Physics automated tests ( #129 )
...
* Fixed all Tests.
* Fixed tests stdout redirection
* Changed return code for failed tests to be 0xF
* Small improvements on automated testing code
* Created Periodic test suite and moved tests
* Made physics main to only have one test for now
* Renamed all tests to have leading AutomatedTesting::
5 years ago
hultonha
662934afbe
Merge branch 'main' into hultonha_LYN-3064_trackview-simplemotion-only
5 years ago
rgba16f
92199d9f2e
Merge pull request #240 from aws-lumberyard-dev/DisableAtomShim
...
Delete CryRenderAtomShim, Atom is no longer reachable through Cry rendering interfaces
5 years ago
mnaumov
0bcc85e4d8
scope pointer
5 years ago
mnaumov
30458bc1be
PR feedback
5 years ago
daimini
833ca2767d
Fix a bug with level save erasing link information on Instances. All changes to non-root container entities are now saved as patches in the link to the parent instance.
5 years ago
Esteban Papp
29bf58cffc
SPEC-6517 RedCode: some more folders identified for removal 1 ( #290 )
5 years ago
rgba16f
bc40dd7e5e
Merge remote-tracking branch 'upstream/main' into DisableAtomShim
5 years ago
Guthrie Adams
fb26308a26
Merge pull request #291 from aws-lumberyard-dev/Atom/guthadam/ATOM-15326
...
ATOM-15326 support for image thumbnails in asset browser and thumbnail widget
5 years ago
mnaumov
9f4606c17a
Removing test code
5 years ago
mnaumov
b215d1c098
Enlarged thumbnails on hover
5 years ago
Aaron Ruiz Mora
45fbc86d2d
Fix cloth with MeshOptimization ON
...
- Reexport cloth assets with AssImp ON. These was necessary because AssImp collects a different name for the color streams than FbxSDK and therefore they needed to be reassigned in the cloth rule.
- Adding '_optimized' string to a global variable and using StringFunc RChop to remove it for a string.
5 years ago
Chris Burel
61fe298319
Merge pull request #197 from aws-lumberyard-dev/filesEndInNewlines
...
Add newlines to the end of all files
5 years ago
amzn-mike
16ca036ea8
Merge pull request #256 from aws-lumberyard-dev/amzn-mike/lyn-2249-disable-cancel
...
Disable Asset Load Cancellation
5 years ago
guthadam
923f234d71
ATOM-15326 support for image thumbnails in asset browser and thumbnail widget
...
This change adds support for streaming image thumbnails in the asset browser tree and thumbnail widget.
This is a prerequisite for displaying image previews inside of the material inspector.
https://jira.agscollab.com/browse/ATOM-15326
https://jira.agscollab.com/browse/ATOM-14003
5 years ago
Nicholas Van Sickle
3eaa749191
Merge pull request #277 from aws-lumberyard-dev/nvsickle/MoreMainFixes
...
Cherry-pick several 1.0 viewport fixes to main
5 years ago
Chris Burel
28170ffe41
Add newlines to the end of all files
5 years ago
Esteban Papp
1c13b301fe
SPEC-5070 Move ctest_scripts to scripts/ctest
...
* removing unused function and moving ctest_scripts to scripts/ctest
* Re-adding ebp-test
* Fixing typo that is making this test run in parallel with other tests
* Fixing hang when parameters are passed
* passing absolute path as a project
* small tweak to not print out during Python execution
* Moving the timeout to be in the build step
* Disable ebo_sanity_smoke_no_gpu
Co-authored-by: jackalbe <23512001+jackalbe@users.noreply.github.com>
5 years ago
AMZN-daimini
e772afa06e
Merge pull request #226 from aws-lumberyard-dev/Prefab/Instantiate/Setup
...
KEYSTONE USE CASE | Instantiate Prefab
5 years ago
amzn-mike
d25179303d
Add jira ticket for disabled tests
5 years ago
amzn-mike
c61b244416
Use a const to toggle asset cancellation on and off
5 years ago
nvsickle
795ce4dfca
Revert accidental change
5 years ago
nvsickle
fb2ca8e02c
Fix Editor crash in test teardown calling set_view_pane_layout
...
If Atom isn't initialized and able to produce a ViewportContext, the Editor would crash. This attempts to make the initialization fail a bit more gracefully and fixes the crash in the cases I've tested.
5 years ago
daimini
eae9d60c15
Pass position Vector3 as const reference in InstantiatePrefab.
5 years ago
srikappa-amzn
11f811eb7e
Merge pull request #260 from aws-lumberyard-dev/Prefab/CreatePrefab
...
Added undo and redo support for nested prefab creation
5 years ago