Commit Graph

382 Commits (c2a6addf1ff60dfed88c19d3ceb5f00937bcc904)
 

Author SHA1 Message Date
alexpete c2a6addf1f Integrating latest from github/TIF/Runtime 5 years ago
cgalvan eee1597929
Merge pull request #163 from aws-lumberyard-dev/cgalvan/RemoveIPickObjectCallback
[LYN-3079] Removed IPickObjectCallback and edit tools that used it.
5 years ago
Steve Pham 58cef4e4c1
Merge pull request #161 from aws-lumberyard-dev/SPEC-6061
Removing 'periodic_test_profile' job from Android
5 years ago
Chris Galvan fbc69e5fd7 [LYN-3079] Removed IPickObjectCallback and edit tools that used it. 5 years ago
spham 37949abe25 Restoring original periodic_test_profile block but with the TAGS removed 5 years ago
cgalvan 22cfe18601
Merge pull request #140 from aws-lumberyard-dev/Editor/RemoveLegacyMaterialEditor
[LYN-3070] Removed legacy Material Editor.
5 years ago
spham fd7d3a41ee Removing 'periodic_test_profile' job from Android due to the fact that the Android Virtual Device is not supported on virtualized systems (Windows) 5 years ago
Aaron Ruiz Mora 1256994696
Cleaning up NvCloth gem. Removed any reference to LmbrCentral and legacy renderer since now it uses Atom. (#154)
- Removed any usage of LmbCentral and legacy renderer from NvCloth gem.
- Cloth rule can only be added to Mesh groups, not allowed in Actor groups anymore.
- Removed ActorAssetHelper since actors now share the mesh model format and therefore they also use MeshAssetHelper.
- Updated NvCloth gem.json file with the fields from the template.
- Updated cloth chicken asset to not convert axis.
5 years ago
Aaron Ruiz Mora f5a28d3a41
Merge pull request #128 from aws-lumberyard-dev/NvCloth_Atom_ActorAsset
Cloth data is exported/imported from the Atom Mesh that the Actor references
5 years ago
Vicky 86e5df908a
Merge pull request #139 from aws-lumberyard-dev/Atom/qingtao/ATOM-15272
ATOM-15272 Running game with Actor spams asserts in the log resulting in low framerate
5 years ago
AMZN-daimini 7901fe8625
Reset the whole Qt model when an entry in the EditorEntityModel is removed. (#48) (#82)
An optimization introduced in Prefab mode currently changes the relative ordering of children, causing stale QModelIndex variables to still be referenced and crash the Editor sporadically. This change is theoretically a bit slower, but still much faster than the pre-optimization times.

Co-authored-by: Shirang Jia <shiranj@amazon.com>

Co-authored-by: Shirang Jia <shiranj@amazon.com>
5 years ago
Steve Pham b15850176b
Merge pull request #131 from aws-lumberyard-dev/SPEC-3516
Add linux (ubuntu) setup scripts
5 years ago
Guthrie Adams 2cd2550771
Merge pull request #124 from aws-lumberyard-dev/Atom/guthadam/ATOM-5921
ATOM-5921 Material Editor: Select newly created materials in the asset browser
5 years ago
Esteban Papp ddb08789d2
SPEC-6395 GameLauncher monolithic build failure in CreateModuleClass_Gem_Blas (#137) 5 years ago
spham 86be2647c5 Fix apt-get command for installing specific version of cmake based on distro of ubuntu 5 years ago
spham 4232fa4232 - Renamed install-awscli.sh to install-ubuntu-awscli.sh
- Update to use $EUID instead of 'whoami' to determine if script is running as sudo
- Tagging cmake version 3.20.1 specifically
5 years ago
cgalvan 146633050b
Merge pull request #55 from aws-lumberyard-dev/cgalvan/EntityHelperRefactor
[LYN-2255] Refactored some EditorEntityHelpers so they can be re-used.
5 years ago
Chris Galvan 4fb407e130 [LYN-3070] Removed legacy Material Editor. 5 years ago
Luis Sempé 95f701b74d
Merge pull request #90 from aws-lumberyard-dev/scripting/function_node_fixes
Scripting Canvas function variable scoping rules
5 years ago
Guthrie Adams 3b4e424d38
Merge pull request #126 from aws-lumberyard-dev/Atom/guthadam/ATOM-13950
ATOM-13950 Material Editor: Removing auto select option from lighting and model presets
5 years ago
qingtao c9153b0353 ATOM-15272 Running game with Actor spams asserts in the log resulting in low framerate
The condition was setup wrongly when introducing DynamicInputAssembly.
5 years ago
Chris Galvan 7f169855f3 Merge branch 'main' into cgalvan/EntityHelperRefactor 5 years ago
AMZN-mnaumov dc7cc77be6
Merge pull request #123 from aws-lumberyard-dev/Atom/mnaumov/ATOM-15269
[ATOM-15269] disabling source control thumbnails in material editor
5 years ago
Chris Galvan 06d6ab9715 [LYN-2255] Updated unit test to use matchers to reduce lines and improve readability. Also fixed some other minor code feedback. 5 years ago
spham 9a0b47137a Add linux setup scripts to:
1. Install Linux AWSCLI
2. Install Linux Git, GitLFS, and GCM
3. Install Linux build libraries and tools for O3DE
5 years ago
jackalbe a7f5462f3d
Merge pull request #114 from aws-lumberyard-dev/sceneapi_script_regression
{LYN-2635} Helios - Wrote auto tests for Python asset builder and scene API
5 years ago
lumberyard-employee-dm d6788996fc
Merge pull request #130 from aws-lumberyard-dev/LYN-3055
Fixed issue if the "/Amazon/AzCore/Bootstrap/<platform>_assets" or
5 years ago
jackalbe 5c3e5aa7db removing all to_lower() 5 years ago
jackalbe 387dd1e43a normalizing Linux path 5 years ago
Benjamin Jillich 568b31cf1c
[LYN-2856] EMotionFX: Creating an Anim Graph snapshot crashes the Editor (#67)
Cherry picking bug fix from 1.0
5 years ago
AMZN-stankowi 4c2260af97
Lyn 2651 rebased to main (#74)
* Helios - LYN-2651 Lerping bones, cleaned up key frame generation for morph targets. Merge from 1.0.
5 years ago
jackalbe febad58c64 LYN-652 to unblock Linux Automated Testing 5 years ago
mcgarrah 9412078992 Fixed issue if the "/Amazon/AzCore/Bootstrap/<platform>_assets" or
"/Amazon/AzCore/Bootstrap/assets" key is set, then it would append that
value to the default asset platform value for the OS
5 years ago
jackalbe ce6d9e51ee Merge branch 'main' into sceneapi_script_regression 5 years ago
moraaar 4e19d6a83a Merge branch 'main' into NvCloth_Atom_ActorAsset 5 years ago
dmcdiarmid-ly c5657373b5
Merge pull request #127 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-15245
[ATOM-15245] Baking a Reflection Probe crashes the Editor
5 years ago
dmcdiar 46b9f1934d Removed commented line 5 years ago
dmcdiar 456bcb3bf9 Updated the EnvironmentCubeMapPipeline to match recent changes to the MainPipeline.
Set the multisample state on the EnvironmentCubeMapPipeline render settings.
5 years ago
guthadam 8fead27c45 ATOM-13950 Material Editor: Removing auto select option from lighting and model presets
Remove option from presets

Updated code to select current default options

Will data drive default options with editor settings or settings registry in upcoming tasks

https://jira.agscollab.com/browse/ATOM-13950
5 years ago
jckand-amzn cc6393b074
Merge pull request #119 from aws-lumberyard-dev/jckand/LYN-2764
LYN-2764: Replacing image asset for ImageGradient automated test
5 years ago
Steve Pham 407885dd1b
Merge pull request #77 from aws-lumberyard-dev/platform/SPEC-6061
SPEC-6061 Fixes for android nightly unit tests
5 years ago
spham 287a163af2 Merge branch 'main' into platform/SPEC-6061 5 years ago
lumberyard-employee-dm 7e81d407ca
Merge pull request #93 from aws-lumberyard-dev/LYN-2726-ProjectRoot
LYN-2726 Updated the Settings Registry Merge Utils logic to determine the project root in precedence of bootstrap.cfg -> *.setreg -> scan upwards for project.json location -> command line --project-path parameter
5 years ago
guthadam d614b357e5 ATOM-5921 Material Editor: Select newly created materials in the asset browser
The code was previously using asset browser notifications to listen for new files being added in order to select newly created materials.
Attempting to change the selection within the notification failed because the new entry still had not been added.
Now the material browser queues and processes the selection on tick.

https://jira.agscollab.com/browse/ATOM-5921
5 years ago
mcgarrah 6d3b9e4f51 Merge remote-tracking branch 'upstream/main' into LYN-2726-ProjectRoot 5 years ago
mnaumov b3cc14dd5c disabling source control thumbnails in material editor 5 years ago
Nicholas Van Sickle 944dab2ecb
Merge pull request #121 from aws-lumberyard-dev/nvsickle/ViewportFixesFrom10Round1
Cherry-pick from 1.0: Fix EditorViewportWidget stealing keyboard focus
5 years ago
lumberyard-employee-dm 1e80012df1
Merge pull request #79 from aws-lumberyard-dev/LYN-2461-Bootstrap
Removed AssetProcessor Settings from the bootstrap.cfg file as they get overridden by the Engine/Registry/bootstrap.setreg file and is therefore a "trap" to set them.
Users will not see any functionality change from modifiying those values.
5 years ago
mcgarrah 37b4b69bb9 Adding the */Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.* path to the pal allowed list to allow mention of the IOS macro in the PlatformDefaults.h/PlatformDefaults.cpp file 5 years ago
spham aaf2200122 Merge branch 'main' into platform/SPEC-6061 5 years ago