Baking API: remove non-working baking to external image, also cleanup misleading error messages #86608

Open
opened 2021-03-16 02:00:19 +01:00 by jack conradsen · 12 comments

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89

Blender Version
Broken: version: 2.92.0, branch: master, commit date: 2021-02-24 16:25, hash: 02948a2cab
Worked: (newest version of Blender that worked as expected)

Short description of error
When baking for example an AO map, on a mesh, with no materials. You'll get an error stating you can bake to an external file [which was never implemented fully]
So that means the API would need to be cleaned up [non-working external save_mode removed, warning-/error messages adjusted]

Exact steps for others to reproduce the error
Load new file,
go to bake tab
select ambient occlusion
Hit bake.
Notice error, It suggests to save to an external file. But there is no option to select an external file.

**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89 **Blender Version** Broken: version: 2.92.0, branch: master, commit date: 2021-02-24 16:25, hash: `02948a2cab` Worked: (newest version of Blender that worked as expected) **Short description of error** When baking for example an AO map, on a mesh, with no materials. You'll get an error stating you can bake to an external file [which was never implemented fully] So that means the API would need to be cleaned up [non-working external save_mode removed, warning-/error messages adjusted] **Exact steps for others to reproduce the error** Load new file, go to bake tab select ambient occlusion Hit bake. Notice error, It suggests to save to an external file. But there is no option to select an external file.
Author

Added subscriber: @STANN.co

Added subscriber: @STANN.co
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Notice error, It suggests to save to an external file. But there is no option to select an external file

Cannot reproduce. I am getting the (expected)

No active image found in material "Material" (0) for object "Cube"

Please try to explain in more detail how your setup is (posting your example .blend file might help here)

Additionally having a model with multiple materials, apparently requires you to add an unconnected image node to all materials before allowing to bake.
This is a pretty confusing setup. And could likely be streamlined

This is indeed not ideal, but I assume this is already covered by {#68925}?

> Notice error, It suggests to save to an external file. But there is no option to select an external file Cannot reproduce. I am getting the (expected) ``` No active image found in material "Material" (0) for object "Cube" ``` Please try to explain in more detail how your setup is (posting your example .blend file might help here) > Additionally having a model with multiple materials, apparently requires you to add an unconnected image node to all materials before allowing to bake. > This is a pretty confusing setup. And could likely be streamlined This is indeed not ideal, but I assume this is already covered by {#68925}?
Author

! In #86608#1130544, @lichtwerk wrote:
Please try to explain in more detail how your setup is (posting your example .blend file might help here)

baking suggests to save to external file.blend
go to bake tab, and hit bake. The error suggesting to save to an external file should appear.

This is indeed not ideal, but I assume this is already covered by {#68925}?

Ah it appears so. Let's focus on the initial issue i spotted

>! In #86608#1130544, @lichtwerk wrote: > Please try to explain in more detail how your setup is (posting your example .blend file might help here) [baking suggests to save to external file.blend](https://archive.blender.org/developer/F9894990/baking_suggests_to_save_to_external_file.blend) go to bake tab, and hit bake. The error suggesting to save to an external file should appear. > This is indeed not ideal, but I assume this is already covered by {#68925}? Ah it appears so. Let's focus on the initial issue i spotted
Member

Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'

Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'
Member

Added subscriber: @dfelinto

Added subscriber: @dfelinto
Member

Ah, get it now.
That message is indeed a bit misleading (I think), it is intended (originally) to work with baking to external files (for the py-API I suppose), see
https://docs.blender.org/api/master/bpy.ops.object.html#bpy.ops.object.bake

However, this looks like it has never been fully implemented? Doing something like

bpy.ops.object.bake(filepath="/tmp/bake.png", save_mode='EXTERNAL')

will indeed give that warning.

We have a comment here, stating:

  /* XXX hack to force saving to always be internal. Whether (and how) to support
   * external saving will be addressed later */
  if (bkr->save_mode == R_BAKE_SAVE_EXTERNAL) {
    bkr->save_mode = R_BAKE_SAVE_INTERNAL;
  }

Would kindly ask @dfelinto to share the current state of this.

Ah, get it now. That message is indeed a bit misleading (I think), it is intended (originally) to work with baking to external files (for the py-API I suppose), see https://docs.blender.org/api/master/bpy.ops.object.html#bpy.ops.object.bake However, this looks like it has never been fully implemented? Doing something like ``` bpy.ops.object.bake(filepath="/tmp/bake.png", save_mode='EXTERNAL') ``` will indeed give that warning. We have a comment here, stating: ``` /* XXX hack to force saving to always be internal. Whether (and how) to support * external saving will be addressed later */ if (bkr->save_mode == R_BAKE_SAVE_EXTERNAL) { bkr->save_mode = R_BAKE_SAVE_INTERNAL; } ``` Would kindly ask @dfelinto to share the current state of this.

It was indeed never supported if I remember well. The fix in this case is to correct the warning only.

It was indeed never supported if I remember well. The fix in this case is to correct the warning only.

Changed status from 'Needs Developer To Reproduce' to: 'Needs Triage'

Changed status from 'Needs Developer To Reproduce' to: 'Needs Triage'
Member

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

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

OK, so that means the API would need to be cleaned up [non-working external save_mode removed, warning-/error messages adjusted]

OK, so that means the API would need to be cleaned up [non-working external save_mode removed, warning-/error messages adjusted]
Philipp Oeser changed title from baking image, no option to bake to external file, despite warning message suggesting it. to Baking API: remove non-working baking to external image, also cleanup misleading error messages 2021-03-16 16:44:15 +01:00
Philipp Oeser removed the
Interest
Render & Cycles
label 2023-02-09 14:02:32 +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#86608
No description provided.