pereslav
008c653524
Added ReadyForEntityUpdates message allowing the server to send entity updates
2021-04-26 13:30:35 +01:00
pereslav
34f4ba7821
Merge from main
2021-04-22 21:40:26 +01:00
sharmajs-amzn
957d1360da
Custom UV Stream Names in assimp ( #210 ) ( #243 )
...
* Custom UV Stream Names in assimp
https://jira.agscollab.com/browse/LYN-2506
2021-04-22 12:54:36 -07:00
Eric Phister
38f0203546
Merge pull request #239 from aws-lumberyard-dev/ly-sdk/phistere/LaunchApFromSDK
...
Launch AssetProcessor from prebuilt SDK
- Look for AssetProcessor in a known SDK layout location if one in executable directory is not found.
- Adds more files to the CMake install to help fix some errors launching AP from SDK.
2021-04-22 14:32:14 -05:00
jckand-amzn
f6d1c46915
Merge pull request #250 from aws-lumberyard-dev/jckand/FoundationAuto
...
Several Dynamic Vegetation automated test updates
2021-04-22 14:27:00 -05:00
Chris Santora
43b7a42a0b
Merge pull request #188 from aws-lumberyard-dev/Atom/santorac/CavityMaps-ATOM-14040
...
ATOM-14040 Add Support for Cavity Maps
Replace the "Ambient Occlusion" property groups with "Occlusion" property groups that contain settings for "Diffuse AO" and "Specular Cavity" maps.
Pre-multiplied diffuseAmbientOcclusion into the m_albedo.rgb gbuffer, making room for specularOcclusion to be stored in m_albedo.a
Added new render pipeline connections to connect the albedo gbuffer to the fullscreen reflection passes.
Also fixed ATOM-15297 "StandardPBR_ForwardPass.shadervariantlist Job Fails With Obscure Error"
2021-04-22 12:15:22 -07:00
SJ
9a6bd4a629
Fix crash in AssetProcessor on Mac
2021-04-22 11:57:10 -07:00
Terry Michaels
d680995074
Renamed several non-inclusive terms ( #236 )
2021-04-22 13:31:26 -05:00
jckand
e5a990b05c
LYN-3120: Temporarily disabling reset of view pane layout in editor_test_helper.py teardown. Updating view of planting area for several DynVeg tests that was changed with the addition of the default level entity.
2021-04-22 13:20:44 -05:00
mrieggeramzn
b8861cd575
Merge pull request #216 from aws-lumberyard-dev/Atom/mriegger/DirFix
...
Fix for directional light not having shadows in editor
2021-04-22 11:11:52 -07:00
greerdv
1fa5728655
Merge pull request #69 from aws-lumberyard-dev/non-uniform-scale-mesh
...
support for non-uniform scale component with atom mesh component
2021-04-22 18:49:36 +01:00
evanchia-ly-sdets
8238b76dba
Merge pull request #200 from aws-lumberyard-dev/test_metrics_endpoint_fix
...
Test metrics uses both Jenkins endpoints fix
2021-04-22 10:28:53 -07:00
amzn-sj
4b88d3683d
Merge branch 'main' into LYN-3077
2021-04-22 10:11:13 -07:00
amzn-sj
3aa0544076
Fix AssetProcessor crash on Mac
2021-04-22 10:06:28 -07:00
Benjamin Jillich
ba324b8806
[LYN-3013] Github TQO Animation: MorphTarget has data integrity issue ( #237 )
...
* Added error reporting for data integrity issues for non-uniform motion data.
* The actual issue was a mismatch between the end times of the morph and the skeletal animations. They need to match in EMotionFX.
* The morph target animation exported a keyframe too much.
2021-04-22 18:53:27 +02:00
AMZN-AlexOteiza
dbcb2f9916
Added sys_assert level 3 which will make asserts to crash the application( #208 )
...
Co-authored-by: aljanru <aljanru@amazon.com >
2021-04-22 17:46:37 +01:00
moudgils
4b2e4b8b02
Merge pull request #238 from aws-lumberyard-dev/Atom/moudgils/BumpShaderBuilder
...
Bump shader builder
2021-04-22 09:43:51 -07:00
phistere
93ba2ea251
LYN-2524: Updates for PR feedback. Simplify path building, fix whitespace.
2021-04-22 11:42:58 -05:00
carlitosan
77c79e4078
Merge pull request #232 from aws-lumberyard-dev/carlitosan-sc-type-any
...
Fixes for allowable Node/Variable palette types. LYN-3090
2021-04-22 09:41:30 -07:00
pereslav
57cbeaff0a
Added a cmd argument support for custom cfg files
2021-04-22 17:32:06 +01:00
pereslav
c920e98da7
Added optional activation of selective entities spawning
2021-04-22 17:29:49 +01:00
Chris Burel
61fd73b467
Enable the mesh optimizer ( #231 )
2021-04-22 09:01:55 -07:00
moudgils
a177067e9b
Bump shader builder
2021-04-22 08:52:44 -07:00
Steve Pham
69d997e9c7
Merge pull request #233 from aws-lumberyard-dev/SPEC-6316-main
...
Update AWSNativeSDK on Linux to rev4 to fix dependency issue with aws-cpp-sdk-event-stream
2021-04-22 08:22:47 -07:00
phistere
ace7a64b24
Merge branch 'main' into ly-sdk/phistere/LaunchApFromSDK
2021-04-22 10:06:40 -05:00
pappeste
62564e68de
Fixing hang when parameters are passed
2021-04-22 15:54:08 +01:00
Guthrie Adams
62d2971103
Merge pull request #227 from aws-lumberyard-dev/Atom/guthadam/ATOM-15221_cherrypick
...
Cherry picking material editor error message box trace reporting from 1.0 to main
2021-04-22 09:41:07 -05:00
michabr
c66e2f4bcf
Initial phase of UI Canvas Editor rendering with Atom ( #164 )
...
* Move Draw2d.h to Include folder
* Initial phase of UI Canvas Editor rendering with Atom
* Simplify Draw2d by removing BeginDraw2d/EndDraw2d which is no longer needed
* Fix compile errors for non-unity builds
2021-04-21 23:30:11 -07:00
spham
2fc1901d8f
Update AWSNativeSDK on Linux to rev4 to fix dependency issue with aws-cpp-sdk-event-stream
2021-04-21 21:55:02 -07:00
chcurran
f9799293c1
Merge branch 'main' into carlitosan-sc-type-any
2021-04-21 21:39:57 -07:00
chcurran
134f07eb5a
Fixes for node palette exclusion, restrict asset variable type to fix LYN-3090
2021-04-21 21:36:31 -07:00
AMZN-mnaumov
88d0853cfd
Merge pull request #186 from aws-lumberyard-dev/Atom/mnaumov/ATOM-15296
...
[ATOM-15296] Fixing deadlock related to thumbnails
2021-04-21 21:24:38 -07:00
AMZN-mnaumov
9acf50481a
Merge pull request #120 from aws-lumberyard-dev/Atom/mnaumov/ATOM-14073
...
[ATOM-14073] Double click launches Material Editor
2021-04-21 20:18:02 -07:00
mnaumov
5f0e7f2cbc
merge from main
2021-04-21 19:21:02 -07:00
phistere
f36bfd9db5
LYN-2524: Adding more files to CMake install to help AP run from SDK. Fixes an issue configuring an external project.
2021-04-21 19:53:07 -05:00
guthadam
39f6cc4421
Merge branch 'main' into Atom/guthadam/ATOM-15221_cherrypick
2021-04-21 19:49:46 -05:00
guthadam
215931a1ae
Updating trace recorder to allow limiting the number of messages stored
2021-04-21 19:45:53 -05:00
guthadam
0e6fea21fc
ATOM-15221 Material Editor: Capturing trace warnings and errors to display in error message boxes
...
https://jira.agscollab.com/browse/ATOM-15221
2021-04-21 19:45:19 -05:00
Luis Sempé
8996976efb
Merge pull request #222 from aws-lumberyard-dev/scripting/bug_fixes
...
Fixed Lua IDE startup
2021-04-21 17:34:31 -07:00
rhongAMZ
cbc7b60eb8
Merge pull request #203 from aws-lumberyard-dev/animation/rhhong/dev
...
Animation Editor: Removing all layouts causes the Animation Editor to be unusable
https://jira.agscollab.com/browse/LYN-3139
2021-04-21 16:31:36 -07:00
luissemp
49322b040b
Fixed Lua IDE startup
2021-04-21 15:37:15 -07:00
mnaumov
af00191e82
merge from main
2021-04-21 15:21:03 -07:00
cgalvan
7a6b0c16b7
Merge pull request #206 from aws-lumberyard-dev/cgalvan/RemoveLegacyEditTools
...
[LYN-3105] Removed legacy CEditTool class and all sub-classes.
2021-04-21 16:43:14 -05:00
Chris Santora
cd00d51bed
Updated more materials for renamed occlusion properties. I guess these were added to main recently.
...
ATOM-14040 Add Support for Cavity Maps
2021-04-21 14:17:39 -07:00
cgalvan
143c2516c6
Merge pull request #211 from aws-lumberyard-dev/cgalvan/FixEMFXDocking
...
[LYN-3137] Fixed EMFX floating dock widgets not responding to docking events.
2021-04-21 16:06:26 -05:00
Chris Galvan
ee90a73744
[LYN-3105] Fixed missing include.
2021-04-21 16:04:55 -05:00
Olex Lozitskiy
2063b0ba9a
Merge pull request #145 from aws-lumberyard-dev/Atom/olexl/ATOM-15275
...
ATOM-15275 RedCode legacy version of DirectXShaderCompiler
2021-04-21 16:54:58 -04:00
evanchia
efacc3c8bb
Adding missing spaces in test metrics command string
2021-04-21 13:28:12 -07:00
Steve Pham
97fd0df098
Merge pull request #205 from aws-lumberyard-dev/SPEC-5833-main
...
Update Lua package revs and hashes to use new re-built Lua packages that pass scrubbing validation
2021-04-21 13:13:37 -07:00
phistere
d1067edd3a
Merge branch 'main' into ly-sdk/phistere/LaunchApFromSDK
2021-04-21 14:54:53 -05:00