Fix 16-bit export bugs and UI inconsistencies#103
Fix 16-bit export bugs and UI inconsistencies#103google-labs-jules[bot] wants to merge 1 commit intomasterfrom
Conversation
- Fixed critical bug in 16-bit PNG/TGA export where float data was incorrectly passed as integer data. - Implemented high-precision sRGB conversion for 16-bit export to avoid 8-bit quantization artifacts. - Corrected UI logic to properly update the Bit Depth dropdown selection when constrained by Output Type. - Added support for JPEG export to the Minimum Configuration. - Removed unsupported 'Normal' property from the UI. - Updated CHANGELOGs (EN/JP).
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
This submission addresses critical bugs in the Material Baker plugin.
pow(x, 1/2.2)) to ensure 16-bit data is not crushed to 8-bit precision before saving.UpdateUIToReflectOutputTypeand hooked up correctly. Additionally, the code now explicitly updates the visible selection of theSComboBoxto match the internal state, preventing misleading UI states.JPEGoutput option and removed theNormalproperty to strictly adhere to the "Minimum Configuration" requirements specified in the documentation/memory.MaterialBakerTests.cppto verify constant availability and export logic correctness (compile-only verification in this env).PR created automatically by Jules for task 14730134697541194837 started by @EmbarrassingMoment