Animation: Add channel type options to the Bake Action operator #110903
No reviewers
Labels
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
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#110903
Loading…
Reference in New Issue
No description provided.
Delete Branch "cmbasnett/bdk-blender:anim-bake-components"
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?
This allows the user a fine degree of control as to which types of f-curve data will be written to the baked action (i.e., location, rotation, scale & b-bone channels).
Recovered from: https://archive.blender.org/developer/D16481
I have also added the ability to bake custom properties as well, but this is in a separate branch (https://projects.blender.org/cmbasnett/bdk-blender/src/branch/anim-bake-custom-props). When this gets approved, the custom props can be added as well.
@ChrisLend just tagging you here since channel level baking is on our meeting discussion list.
What's the rationale for having separate options for location, rotation, and scale vs just having a single "transforms" option?
More generally: short term, this design of just adding more options seems fine. But long-term I feel like we're going to run up against reasonable limits with that, while still not being flexible enough to actually accommodate all reasonable use cases. I'm not sure what the long-term design should look like, but this is just to say that I don't think we should try to accommodate all use cases with this, just the most common ones. Because a fully accommodating design will probably need to be quite different. Maybe based on keying sets, or something like that.
@ -310,0 +325,4 @@
keyframes.add_paths(path_axis_angle, 4)
keyframes.add_paths(path_euler, 3)
if do_scale:
keyframes.add_paths(path_scale, 3)
It looks like all of these
keyframes.add_paths(...)
in the conditionals are already run unconditionally on lines 314-319. Were those lines meant to be removed?yeah that is good, I would guess it came from people requesting it from cmbasnett but often If I don't have scale keys I don't want scale keys as a result of the bake and especially if I have additive layers...so having transform bake everything all the time with no control is a pain.
This is the bridge to get the custom attribute bake in so that we can use layers and rigify without 1k questions and endless NLA sucks, nothing works, comments on all parts of the internet and installing random addons 🙂
all baking to Nathan Vegdahl point needs a redo/upgrade anyway with then new system but that new stuff doesn't exist and having another release with non-usable baking for a core tool everyone uses to me is why I want his code to land and we can refine the options and control once the new layer system is ready.
Helping land this PR for @BClark & @cmbasnett here: #111997
Pull request closed