Blender no longer adding extensions to render results or file output nodes #109601

Closed
opened 2023-07-01 21:18:18 +02:00 by Julieta Riley · 6 comments

System Information
Operating system: Windows-10-10.0.19044-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98

Blender Version
Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-06-30 00:04, hash: e73a9a6a7d7b
Worked: (4.0.0 (same as broken version))

Short description of error
no extension added to render output or file output nodes. Only affects the attached file.

Exact steps for others to reproduce the error
Open attached file. Choose to render ANIMATION with CTRL F12. Look in the //render and //testexr folders. The images have been created with no extension.

It was working fine all day, then all of a sudden the extensions stopped getting created for our master template file. We are still able to open new files and the extensions are created as expected, so it's only specific to that one attached blend file.

Opening the corrupt blend file in earlier versions of blender such as 3.6 also exhibits the same bug.

**System Information** Operating system: Windows-10-10.0.19044-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98 **Blender Version** Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-06-30 00:04, hash: `e73a9a6a7d7b` Worked: (4.0.0 (same as broken version)) **Short description of error** no extension added to render output or file output nodes. Only affects the attached file. **Exact steps for others to reproduce the error** Open attached file. Choose to render ANIMATION with CTRL F12. Look in the //render and //testexr folders. The images have been created with no extension. It was working fine all day, then all of a sudden the extensions stopped getting created for our master template file. We are still able to open new files and the extensions are created as expected, so it's only specific to that one attached blend file. Opening the corrupt blend file in earlier versions of blender such as 3.6 also exhibits the same bug.
Julieta Riley added the
Type
Report
Status
Needs Triage
Priority
Normal
labels 2023-07-01 21:18:19 +02:00

Is this different from #109600?

Is this different from #109600?
Author

@deadpin I've closed that one now thanks. I created this one because I thought that bug report hadn't saved properly after rebooting to see if that was the issue with the extensions not being created.

@deadpin I've closed that one now thanks. I created this one because I thought that bug report hadn't saved properly after rebooting to see if that was the issue with the extensions not being created.
Author

I've also just found that appending the scene to a new blend file also results in the bug happening if that's helpful?

I've also just found that appending the scene to a new blend file also results in the bug happening if that's helpful?
Member

Hi, enable file format extension property, see if that helps.
image

Hi, enable file format extension property, see if that helps. ![image](/attachments/13d681a5-e704-44ee-b86d-c38e4e892416)
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-07-03 06:11:46 +02:00
Author

Wow, I had no idea that setting was even there. Is it a bug that that setting also affects the file output nodes? Ideally we'd like to allow the users to choose what they want in the blender output settings, and the file output node to behave as our addon requires (with the extension)

Wow, I had no idea that setting was even there. Is it a bug that that setting also affects the file output nodes? Ideally we'd like to allow the users to choose what they want in the blender output settings, and the file output node to behave as our addon requires (with the extension)
Member

Is it a bug that that setting also affects the file output nodes?

Not a bug as far as I understand, even when done through compositor nodes.
Status of file-extension is checked when writing image at defined path (done in following function call:

BKE_image_path_from_imformat(filepath,
                                 path_,
                                 BKE_main_blendfile_path_from_global(),
                                 rd_->cfra,
                                 &format_,
                                 (rd_->scemode & R_EXTENSION) != 0,
                                 true,
                                 suffix);

Closing.
Feel free to comment if there is misunderstanding.

> Is it a bug that that setting also affects the file output nodes? Not a bug as far as I understand, even when done through compositor nodes. Status of `file-extension` is checked when writing image at defined path (done in following function call: ``` BKE_image_path_from_imformat(filepath, path_, BKE_main_blendfile_path_from_global(), rd_->cfra, &format_, (rd_->scemode & R_EXTENSION) != 0, true, suffix); ``` Closing. Feel free to comment if there is misunderstanding.
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2023-07-04 08:26:22 +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
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#109601
No description provided.