Driver using Depsgraph to retrieve current View Layer name fails when rendering in EEVEE #96028

Open
opened 2022-02-25 10:06:13 +01:00 by Ethan-Hall · 7 comments

Blender Version
Broken: version: 3.0.1, branch: master, commit date: 2022-01-25 17:19, hash: dc2d180181

Short description of error
I tried to make a driver reference the current View Layer as Animation: Passing Dependency Graph to Drivers seems to enable. However, it only seems to work if I click the render button on the Render Layers node in the compositor. Rendering with F12 results in the expression depsgraph.view_layer.name evaluating to whatever the first View Layer is named.

Video Demonstration
Viewlayer Depsgraph Problem.mp4

Exact steps for others to reproduce the error
After you allow execution of scripts, you can test rendering with F12 versus using the buttons render buttons on the Compositor Render Layers nodes.
DG_VL_Render.blend

**Blender Version** Broken: version: 3.0.1, branch: master, commit date: 2022-01-25 17:19, hash: `dc2d180181` **Short description of error** I tried to make a driver reference the current View Layer as [Animation: Passing Dependency Graph to Drivers](https://developer.blender.org/rB686ab4c9401a90b22fb17e46c992eb513fe4f693) seems to enable. However, it only seems to work if I click the render button on the Render Layers node in the compositor. Rendering with F12 results in the expression depsgraph.view_layer.name evaluating to whatever the first View Layer is named. **Video Demonstration** [Viewlayer Depsgraph Problem.mp4](https://archive.blender.org/developer/F12886403/Viewlayer_Depsgraph_Problem.mp4) **Exact steps for others to reproduce the error** After you allow execution of scripts, you can test rendering with F12 versus using the buttons render buttons on the Compositor Render Layers nodes. [DG_VL_Render.blend](https://archive.blender.org/developer/F12886418/DG_VL_Render.blend)
Author

Added subscriber: @Ethan-Hall

Added subscriber: @Ethan-Hall
Member

Added subscriber: @OmarEmaraDev

Added subscriber: @OmarEmaraDev
Member

Getting the view layer name doesn't seem to be failing. If I print it, I get View Layer 1 followed by View Layer 2. But I can reproduce the render you get, investigating.

Getting the view layer name doesn't seem to be failing. If I print it, I get `View Layer 1` followed by `View Layer 2`. But I can reproduce the render you get, investigating.
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

It seems this works for Cycles but not for EEVEE. But I am not sure if this is an issue with the rendering pipeline or just EEVEE wrongly reusing the previous evaluated material.

It seems this works for Cycles but not for EEVEE. But I am not sure if this is an issue with the rendering pipeline or just EEVEE wrongly reusing the previous evaluated material.
Author

Still using EEVEE, I copy pasted the driver into the Y Location of the object's transform, and the location showed the same behavior as the material. So, it's not just using the previous material.

Still using EEVEE, I copy pasted the driver into the Y Location of the object's transform, and the location showed the same behavior as the material. So, it's not just using the previous material.
Ethan-Hall changed title from Driver using Depsgraph to retrieve current View Layer name fails when rendering to Driver using Depsgraph to retrieve current View Layer name fails when rendering in EEVEE 2022-02-25 11:06:49 +01:00

Added subscriber: @linux_dr

Added subscriber: @linux_dr
Philipp Oeser removed the
Interest
Animation & Rigging
label 2023-02-09 14:35:11 +01: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
3 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#96028
No description provided.