3
0

История коммитов

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