Historie revizí

Autor SHA1 Zpráva Datum
  Mike Balfour 43b957ee30 [Terrain] Move all of the shared image painting logic into a common class. (#13842) před 3 roky
  Mike Balfour 664679784d [Terrain] Initial pass at adding a painting mode to the Image Gradient Component. (#11340) před 3 roky
  Chris Galvan 813c2381bf Added get/set for image source asset to Image Gradient před 3 roky
  Chris Galvan 06763586ff Added GradientBakerRequestBus so we can expose fields and the bake action to script před 3 roky
  Chris Galvan cd7cf93054 Moved the Wait logic in the Gradient BakeImageJob to its own method for re-use před 3 roky
  Chris Galvan 60fd17cfcb Moved EditorGradientBakerComponent.h into the Include directory so we can use it in tests před 3 roky
  Chris Galvan 12089b4b3e Optimized check for position in bounds před 3 roky
  Chris Galvan 84354d4d0d Swapped in shorthand syntax for retrieving values from a pair před 3 roky
  Chris Galvan e007764b11 Reserve space to avoid re-allocations during loop před 3 roky
  Chris Galvan 8ae92d9779 Modified cancel check to only occur on outer loop před 3 roky
  Chris Galvan 3d15e67c48 Combine inputBoundsStart and scaledTexelOffset into single position offset před 3 roky
  Chris Galvan 2c83eb4089 Optimized gradient baker by using single GetValues call instead of many GetValue před 3 roky
  Chris Galvan 30d55b86a3 Merge pull request #10465 from aws-lumberyard-dev/cgalvan/UpdateGradientBakerNodePreview před 3 roky
  Chris Galvan b94ad60708 Fixed typo in comment před 3 roky
  Chris Galvan 4c2bd1ff12 Fixed OIIO include warning as compile error on nightly build před 3 roky
  Chris Galvan 415771fd49 Fixed Gradient Baker not updating its dependency monitor when the configuration changes před 3 roky
  Chris Galvan 93cfd5bfe8 Changed logic for checking if entity has the image gradient component to look for a bus handler instead of explicit component TypeId před 3 roky
  Chris Galvan f94022746d Auto-update image gradients asset path after gradient baker finishes baking před 3 roky
  Chris Galvan b4822b9f1e Only allow one gradient baker component per entity před 3 roky
  Chris Galvan 906935c458 Implemented cancel and wait for bake job in case we need to deactivate while the job is still in progress před 3 roky
  Chris Galvan bb717e3332 Changed bake delay on activation to use the tick bus instead of QTimer před 3 roky
  Chris Galvan 20f59c16eb Replaced false constant with variable result in error message před 3 roky
  Chris Galvan 513b85c706 Added assert case for an unsupported output format před 3 roky
  Chris Galvan b3bdfc2cbf Moved pixel buffer creation/resize into single line před 3 roky
  Chris Galvan 27a6d81e9d Made gradient image output baking async před 3 roky
  Chris Galvan d841f89fed Allow non-square output image resolutions před 3 roky
  Chris Galvan 0cd6d8f92e Simplified logic for finding absolute path from a given source relative path před 3 roky
  Chris Galvan 06fb618964 Moved relative to absolute path logic to be re-used před 3 roky
  Chris Galvan 6b0c392985 Adding comments to show each of the channels being written to for the image před 3 roky
  Chris Galvan c3eeb19f7a Fix for tga/exr formats that expect RGBA pixel format před 3 roky