9a19ffc5b4
EMotion FX: Added debug rendering for colliders and ragdoll joint limits to the Atom debug draw class
Benjamin Jillich
2022-02-15 16:36:04 +01:00
40c0edde85
EMotion FX: Automatically clear selection when closing skeleton outliner
Benjamin Jillich
2022-02-15 14:48:15 +01:00
cf9825d37e
Mac Runtime Fix: Up the hard coded size for the HpAllocator buffer to 18KiB (#7634)
lumberyard-employee-dm
2022-02-14 23:50:53 -06:00
dff7d74e81
Adds support for additional VS debugger arguments
Olex Lozitskiy
2022-02-14 19:05:53 -06:00
c89376e9c3
The flag is --no-undefined, not -Wl,-undefined,error
Chris Burel
2022-02-14 16:24:49 -08:00
8acda7d04d
Prefer CMake's built-in -fPIC and -fpie support
Chris Burel
2022-02-14 16:23:27 -08:00
377da0ed0c
Ignore unused benchmark state variables
Chris Burel
2022-02-14 16:13:37 -08:00
0e204163a6
Adds support for additional VS debugger args
AMZN-Olex
2022-02-14 09:59:20 -06:00
d0e5f9d20b
Added Async APIs for the various Process*FromList/Region terrain functions. (#7480)
bosnichd
2022-02-14 08:09:11 -07:00
8b54e02041
updating after PR feedback to use existing minimum element vector function
Guthrie Adams
2022-02-14 08:00:41 -06:00
b0fd3d22f1
resolving merge issues fixing crash on startup because allocator was not available when string was allocated
Guthrie Adams
2022-02-14 06:19:19 -06:00
2b49b5eefe
Moved loading code into separate functions based on source file type Moved table view code into its own class that will handle modifications to the document
Guthrie Adams
2022-02-13 17:01:31 -06:00
2b16f6860f
Atom Tools: Moving shader management console file operations into document class Standardizing how document classes are implemented between atom tools. Moved several functions that were added to allow shader variant lists to be built from a Python script into the tools document class. Reimplemented the portion of the script that generated a shader variant list from a shader asset into the document class. Opening a shader management console document from a shader asset will automatically generate this shader variant list data inside the document. Description now just opens and saves the documents to a new location.
Guthrie Adams
2022-02-13 02:04:14 -06:00
49cd9584f2
Motion Matching: Added sections about the cost function and motion matching search to the readme (#7553)
Benjamin Jillich
2022-02-14 12:15:25 +01:00
cd0079c199
Atom Tools: Extracted the viewport input controller from ME to ATF These viewport controls will be shared with material canvas and other tools that share a similar environment and viewport configurations. These classes are currently duplicated between the material editor and prototype projects. This change generalizes some things that are specific to the material editor and moves the system to a common location. Event buses were removed and replaced with a normal interface.
Guthrie Adams
2022-02-14 03:29:14 -06:00
deeb59cb83
Allow SurfaceManipulator to self-intersect when holding Ctrl (#6453)
Tom Hulton-Harrop
2022-02-14 10:19:14 +00:00
7996591182
Removing thumbnail context from thumbnail system This work has been on hold for a while. Revisiting removal of thumbnail contexts now while debugging related lockups exiting tools from script. Thumbnail contexts are an unused layer of indirection that makes debugging the system more difficult. All systems were only referencing the default context.
Guthrie Adams
2022-02-11 21:06:38 -06:00
96f9841ced
Python Tests Ensuring the Interface Project Manager Uses Exists and Signature Matches (#7552)
AMZN-nggieber
2022-02-11 18:50:29 -08:00
e481f6bfcf
Fix math string unit test failures
puvvadar
2022-02-11 18:03:38 -08:00
4e6bd3d25c
Consolidate various to_string implementations for math classes
puvvadar
2022-02-11 17:58:28 -08:00
bb81dd86ee
Added the DiffuseProbeGridVisualizationCompositePass.
dmcdiarmid-ly
2022-02-11 18:26:38 -07:00
47a6948a97
Added gltf support to Asset Processor. THis is a resubmission of #6024. Had issues getting the old branch up to date. (#7583)
Mike Cronin
2022-02-11 16:43:26 -08:00
51569d8705
Fix benchmark run crashes. (#7595)
Mike Balfour
2022-02-11 18:00:35 -06:00
d55c83d0d1
Making scriptcanvas files rebuild (#7592)
Nicholas Lawson
2022-02-11 14:20:04 -08:00
b334b1ad98
Merge pull request #7590 from aws-lumberyard-dev/cgalvan/AllowOnlySupportedFormatsForImageGradientStreamingAsset
Chris Galvan
2022-02-11 16:01:28 -06:00
52354d4c2e
Simplifying surface tag assignment, fixing incomplete comment, and removing un-needed property tree query
jckand-amzn
2022-02-11 16:00:28 -06:00
6d92a4859d
Disable problematic NetBindComponent assert with a configuration
Olex Lozitskiy
2022-02-11 16:52:26 -05:00
361a7385d5
removing debugging print statement
Scott Murray
2022-02-11 13:28:09 -08:00
b340877f7c
updating tests for screenshot using editor_test.py
Scott Murray
2022-02-11 13:20:05 -08:00
c6ba1ef064
Atom Tools: updated document and windows systems and buses to support multiple instances • This change is partially to unblock physics tool prototyping. It introduces a tool ID that is passed down into systems and acts as a context for document, window, and other systems and buses. • The document system component is no longer a component. It is just a system class that can be constructed with a tool ID. Internally, it will connect to its buses and be addressable by tool ID. More than one can be instantiated, each with a unique tool ID. • These changes are still backward compatible because most of the buses were using broadcast for standalone applications. All of those calls have been updated but not all of the scripts, which should still work as is. • Got rid of the window factory request bus in favor of just instantiating the main window or any other UI in the application layer. • Fixed a couple of bugs that were discovered while making these changes.
Guthrie Adams
2022-02-11 01:10:17 -06:00
ca297fdf38
Remove unused variables
Chris Burel
2022-02-10 15:31:24 -08:00
872f2a0cfa
Remove unused private class member
Chris Burel
2022-02-10 15:30:54 -08:00
41be03f193
Silence warning about unnecessary lambda captures with clang
Chris Burel
2022-02-10 15:30:39 -08:00