Fix False Color view transform looks and console warning #114054

Merged
Brecht Van Lommel merged 2 commits from Eary/blender:Fix_False_Color into blender-v4.0-release 2023-10-23 17:11:40 +02:00
Contributor

This PR fixes two False Color related bugs.

  1. Console warning when using False Color:
[OpenColorIO Warning]: Interpolation specified by FileTransform 'tetrahedral' is not allowed with the given file: 'AgX_False_Color.spi1d'.

Since the False Color LUT is a 3x1D LUT, 'linear' is already enough, and 'tetrahedral' doesn't seem to be allowed, so this PR changes it to 'linear'.

  1. Fix False Color mistakenly using Filmic Looks.

I only recently notice False Color has been using Filmic Looks. Since False Color is built on top of AgX, it should use AgX Looks. Using Filmic Looks with False Color yields broken result. Example:

False Color with AgX High Contrast Look:
False_Color_AgX_High_Contrast.png

False Color with Filmic High Contrast Look:
False_Color_Filmic_High_Contrast.png

This PR fixes it by copying AgX Looks and rename to to be "False Color - "

Hope this is not too late for 4.0 release.

This PR fixes two False Color related bugs. 1. Console warning when using False Color: ``` [OpenColorIO Warning]: Interpolation specified by FileTransform 'tetrahedral' is not allowed with the given file: 'AgX_False_Color.spi1d'. ``` Since the False Color LUT is a 3x1D LUT, 'linear' is already enough, and 'tetrahedral' doesn't seem to be allowed, so this PR changes it to 'linear'. 2. Fix False Color mistakenly using Filmic Looks. I only recently notice False Color has been using Filmic Looks. Since False Color is built on top of AgX, it should use AgX Looks. Using Filmic Looks with False Color yields broken result. Example: False Color with AgX High Contrast Look: ![False_Color_AgX_High_Contrast.png](/attachments/49c49021-11bc-495e-bec6-f2c944eb8acb) False Color with Filmic High Contrast Look: ![False_Color_Filmic_High_Contrast.png](/attachments/4f226903-fb59-4a09-8e67-cd5cfb75400a) This PR fixes it by copying AgX Looks and rename to to be "False Color - " Hope this is not too late for 4.0 release.
Zijun Zhou requested review from Brecht Van Lommel 2023-10-23 11:03:39 +02:00
Zijun Zhou requested review from Sergey Sharybin 2023-10-23 11:03:39 +02:00
Zijun Zhou requested review from Nathan Vegdahl 2023-10-23 11:04:00 +02:00
Brecht Van Lommel approved these changes 2023-10-23 14:48:07 +02:00

@blender-bot build macos-arm64

@blender-bot build macos-arm64
Brecht Van Lommel force-pushed Fix_False_Color from 4604824324 to 697feabe46 2023-10-23 17:07:42 +02:00 Compare
Brecht Van Lommel changed title from Fix Two False Color Bugs to Fix False Color view transform looks and console warning 2023-10-23 17:08:57 +02:00
brecht changed target branch from main to blender-v4.0-release 2023-10-23 17:08:58 +02:00
Brecht Van Lommel merged commit 1dd8fb8f5f into blender-v4.0-release 2023-10-23 17:11:40 +02:00
Brecht Van Lommel deleted branch Fix_False_Color 2023-10-23 17:11:41 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#114054
No description provided.