Nodes: Compositor and Eevee renders skip implicit type conversions in some cases #54777
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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 & 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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
Asset System
Module
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
10 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#54777
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Win10 64bit
Blender Version
Broken: 2.79
Short description of error
RGB To BW node is active when muted
Exact steps for others to reproduce the error
Open file and render
RGB_BW.blend
Added subscriber: @SergeL
#81280 was marked as duplicate of this issue
#70064 was marked as duplicate of this issue
Added subscriber: @LazyDodo
can confirm on windows, somehow the material view works correctly, but the actual render doesn't.
Added subscribers: @brecht, @lichtwerk
same is true for
Separate RGB
btw.Had a quick look and it seems that on the blender side the internal links are set up correctly (going from color input to the value/float output), but something breaks when cycles inserts/evaluates its
ConvertNode
.When the out socket type is not the same as the one linked to the input socket it seems to fail (but dont know enough of the internals here)
Also tried something like P662, but that makes things even worse... Would like to spend more time on this, but hitting my timelimit for now and would like to pass this on to @brecht?
Added subscriber: @padthai
Added subscribers: @EmmanuelLORANT, @JacquesLucke, @fclem, @tomjk
RGB To BW node is active when mutedto Cycles RGB To BW node is active when mutedAdded subscriber: @JoshuaKnauber
I just wanted to get some focus back on this, as I just stumbled upon this and was about to report it with the Math node. As mentioned in the duplicate I think the Eevee way makes more sense and it should be the same in Cycles.
Removed subscriber: @fclem
Added subscribers: @zzzzzig-2, @mano-wii
Cycles RGB To BW node is active when mutedto Some Cycles nodes are active when muted (RGB To BW, Math, vector Math, Separate RGB)I can confirm this issue for Blender 3.0-4.0
Geometry Nodes an Cycles render behavior is correct. Even if node is muted, link and socket are displayed as data type that should be used for values. EEVEE and compositor render have this inconsistency and should be fixed.
This also is there for node group sockets (see: #120648).
Some Cycles nodes are active when muted (RGB To BW, Math, vector Math, Separate RGB)to Nodes: Compositor and Eevee renders skip implicit type conversions in some casesI added this issue in my inconsistency overview, see: #120855