File Output node doesn't keep layer names when switched to Multilayer EXR #54182

Open
opened 2018-02-27 10:04:24 +01:00 by Serge Lyatin · 9 comments

System Information
Win10 64bit

Blender Version
Broken: 2.79

Exact steps for others to reproduce the error
Open file, change file type in File Output node from PNG to Multilayer EXR -> names set to default, changing to others works good.
Input_names.blend

**System Information** Win10 64bit **Blender Version** Broken: 2.79 **Exact steps for others to reproduce the error** Open file, change file type in File Output node from **PNG to Multilayer EXR -> names set to default,** changing to others works good. [Input_names.blend](https://archive.blender.org/developer/F2375799/Input_names.blend)
Author

Added subscriber: @SergeL

Added subscriber: @SergeL

#72246 was marked as duplicate of this issue

#72246 was marked as duplicate of this issue
Member

Added subscriber: @Jeroen-Bakker

Added subscriber: @Jeroen-Bakker
Member

Layer names and file subpaths are not interchangeable.

When Multilayer OpenEXR is selected the layer name is rendered next to the socket.
For the other file types the File Subpath is rendered next to the socket.

Hence when switching different names are displayed. They are not set back to default.

Layer names and file subpaths are not interchangeable. When Multilayer OpenEXR is selected the `layer name` is rendered next to the socket. For the other file types the `File Subpath` is rendered next to the socket. Hence when switching different names are displayed. They are not set back to default.
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Philipp Oeser self-assigned this 2018-04-25 13:59:03 +02:00
Member

Like @Jeroen-Bakker said: layer name and File Subpath are not interchangable.
A File Output node comes with one input by default (which is called "Image")
What happens when you Add Input for the File Output node is that unique new names get reserved for a new layer and a new File Subpath
So you have a new File Subpath called "Image_001" and a new layer called "Image_001"
When you rename one of them, the other wont get synched

Same is true for the reverse btw.:
If you switch to MultilayerEXR first, add a layer, rename it and the switch to PNG, it's also not in sync

I dont think this is a bug, more of a TODO (if desired at all), but what could be done is whenever one of NodeOutputFileSlotFile.path or NodeOutputFileSlotLayer.name gets changed, find the corresponding other and change it accordingly as well...
@Jeroen-Bakker: think this is desireable? (could work on a patch then)

Like @Jeroen-Bakker said: `layer name` and `File Subpath` are not interchangable. A `File Output` node comes with one input by default (which is called "Image") What happens when you `Add Input` for the File Output node is that unique new names get reserved for a new `layer` and a new `File Subpath` So you have a new File Subpath called "Image_001" and a new layer called "Image_001" When you rename one of them, the other wont get synched Same is true for the reverse btw.: If you switch to MultilayerEXR first, add a layer, rename it and the switch to PNG, it's also not in sync I dont think this is a bug, more of a TODO (if desired at all), but what could be done is whenever one of `NodeOutputFileSlotFile.path` or `NodeOutputFileSlotLayer.name` gets changed, find the corresponding other and change it accordingly as well... @Jeroen-Bakker: think this is desireable? (could work on a patch then)
Member

Added subscribers: @3di, @JacquesLucke

Added subscribers: @3di, @JacquesLucke
Philipp Oeser removed their assignment 2020-01-07 18:50:30 +01:00
Member

@JacquesLucke: feel free to change the subtype to whatever you seem fitting...

@JacquesLucke: feel free to change the subtype to whatever you seem fitting...

Added subscriber: @filibis

Added subscriber: @filibis
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
5 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#54182
No description provided.