bpy.ops.object.bake() #48693
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#48693
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?
Ok writing it down for you :)
I wrote this:
https://github.com/florianfelix/render_bbake
I am calling object.bake in
https://github.com/florianfelix/render_bbake/blob/master/batch_bake_operators.py
on line 77.
I tried using save mode with 'EXTERNAL' and provided a filepath to filepath.
That doesn't seem to work?
Also when passing the name of a UVLayer to uv_layer it still renders on the active layer.
Third thing is more of a question:
What does pass_filter do? (There is no similar option exposed in regular vanilla baking?)
Thanks for looking and hoping not to have abused the bug reporting thing for this.
felix
Changed status to: 'Open'
Added subscriber: @florianfelix
blender/blender#74245 was marked as duplicate of this issue
Added subscribers: @vitorbalbio-3, @VilemDuha
@florianfelix pass_filter is explained here: https:*wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.77/Cycles#Baking or in the Cycles manual: https:*www.blender.org/manual/render/cycles/baking.html#options
As for the bug, can you reproduce this in a simpler script? Those options are supposed to be working.
@vitorbalbio-3 is the API still working for your Addon?
@VilemDuha how about you?
Added subscriber: @JasonG
I've just noticed this as well. I was writing some support scripts for a project and need to do some scripted baking.
From the default scene, unwrap the cube and run this with it selected:
I get the following error:
I'm currently using the latest public build, nothing special.
Changed status from 'Open' to: 'Archived'
Since day 1 (blender/blender@97641a0e) you can see that external saving was not really supported. The code explicitly forces the mode to be internal. I will mark it as a TODO and close the report for now.
Added subscribers: @KenzieMac130, @iss