ec9cafcef5
Improved the displacement property handling to be more cohesive and intuitive. Also fixed a bunch of edge cases.
Chris Santora
2021-05-14 23:05:33 -07:00
61c24ee265
Removing tab in cmake file
karlberg
2021-05-14 15:22:57 -07:00
46c0c35c26
Merge pull request #734 from aws-lumberyard-dev/nvsickle/DebugInfoDisplay
Nicholas Van Sickle
2021-05-14 15:20:05 -07:00
bb3142278e
Fixes an example comment error in multiplayer component jinjas
karlberg
2021-05-14 15:03:11 -07:00
70c968f829
Fixes issue with relative positioning of children on Prefab creation. Makes CreateLink more generic to facilitate reuse.
daimini
2021-05-14 15:02:39 -07:00
5acdc40595
Many fixes for external gem multiplayer components and component network inputs, fixes an uninitialized variable resulting in continual desyncs, restructures our public includes to match the directory structure of source, allows autogen artefacts to be included by external gems, allowing for external multiplayer components to interact with multiplayer gem components with no extra code
karlberg
2021-05-14 14:24:33 -07:00
2a6938bdf5
Remove hardcoded paths to Atom gems in registration.py and clean up gem.json files
SJ
2021-05-14 13:54:17 -07:00
1c575763c7
ATOM-4661 Improvement with pass templates registration from data (#735)
Vicky
2021-05-14 13:45:26 -07:00
f3c1878a8b
fix bug with not clearing shape collider config when shape component is removed
greerdv
2021-05-14 21:07:22 +01:00
d878932966
merge from main
greerdv
2021-05-14 21:04:06 +01:00
1426052a5f
Address a bit more review feedback
nvsickle
2021-05-14 13:01:46 -07:00
a8b29bf603
Remove memory info from the overlay for now (depended on the now-dead CryMemoryManager)
nvsickle
2021-05-14 12:38:46 -07:00
f7a9b28000
Make AtomFont's API use copy semantics for string_view
nvsickle
2021-05-14 12:37:35 -07:00
58759bddf7
Tidy up Script/ScriptTimePoint
nvsickle
2021-05-14 12:36:40 -07:00
8690ce5736
Added a displacement blend factor for a smooth transition between depth-blended layers. Renamed StandardMultilayerPBR_Parallax.lua to StandardMultilayerPBR_Displacement.lua because it is used for more than just strictly parallax, it generally deals with displcament which can be used for blending even when parallax is disabled.
Chris Santora
2021-05-14 12:17:15 -07:00
9c071c46ac
Merge branch 'main' into DxcExperiment
moudgils
2021-05-14 12:13:53 -07:00
f6b1fac139
[cpack_installer] initial bootstrap installer generation, this bootstrapper is what downloads the artifacts
scottr
2021-05-14 12:03:20 -07:00
1a456cc9b9
Marked an our parameter correctly and changed a ref to const ref
srikappa
2021-05-14 11:48:31 -07:00
f2d415ecb8
add functionality for central scale manipulator
greerdv
2021-05-14 19:38:25 +01:00
b56667bb64
Added new blend source options that allow a blend mask to be used together with depth based blending.
Chris Santora
2021-05-14 00:02:15 -07:00
7cd4bbee15
Jinja fix white space a bit, still dont fully understand this, but it looks a little better
Gene Walters
2021-05-13 21:52:37 -07:00
c07c7d822e
Adding warning feedback from mnaumov
mriegger
2021-05-13 21:16:32 -07:00
ecef0e88f3
Fixing clone function
mriegger
2021-05-13 21:04:15 -07:00
3371483315
Merge branch 'main' into Atom/dmcdiar/ATOM-13575
dmcdiar
2021-05-13 19:20:53 -07:00
169d9e3d57
Added support for EAC_R11 and EACRG11
moudgils
2021-05-13 19:18:03 -07:00
c5982c0115
Changed the RayTracingShaderTable build to be queued with the RHISystem and processed during FrameScheduler::Compile, after the Srgs are compiled. Removed the RayTracingShaderTable scopes and moved the calls to Build to the ray tracing dispatch scopes.
dmcdiar
2021-05-13 19:03:38 -07:00
b72836fa8f
Fixed a typo
srikappa
2021-05-13 18:03:49 -07:00
ba4439c397
Remove call to deleted init function
amzn-mike
2021-05-13 19:52:00 -05:00
d8865a8f0d
Remove links when deleting prefabs
srikappa
2021-05-13 17:41:45 -07:00
1684c338b2
More minor cleanup in MaterialFunctor.cpp
Chris Santora
2021-05-13 15:16:37 -07:00
9dafc54fc0
Got things working again after merging my depth-based-blend changes together with the new layering model.
Chris Santora
2021-05-13 14:57:16 -07:00
7d230dc80e
adding a license.txt file for a modified asset with a CC license
gallowj
2021-04-29 17:50:38 -05:00
22f8817802
replacing 1.0 mat ed model changes, filename change
gallowj
2021-05-13 16:52:59 -05:00
3d84902b24
Remove CryCommonTools (moving the three remaining files into Editor/Util which is the only place they're used). (#741)
bosnichd
2021-05-13 11:10:44 -06:00
ef5f77771c
Merge branch 'main' into cpack_installer
scottr
2021-05-13 09:40:58 -07:00
70c8ef99ef
Updates in response to code review, from gadams3. Cleaned up code around MaterialFunctor's QueryMaterialPropertyMetadata and QueryMaterialPropertyGroupMetadata. Removed unnecessary "groupHeader->setObjectName(...)" Simplified code in MaterialInspector::OnDocumentPropertyGroupVisibilityChanged.
Chris Santora
2021-05-13 09:39:01 -07:00