Animation: Rename Graph_OT_sample #112148

Merged
Christoph Lendenfeld merged 2 commits from ChrisLend/blender:rename_graph_ot_sample into main 2023-09-12 09:32:29 +02:00

After Renaming "Bake Curve" to "Samples to Keys" in this PR #111049: Animation: Rename "Bake Curve" to "Keys to Samples", the name of the GRAPH_OT_sample operator needed renaming. That is because the word "sample" is now used to describe something that is no longer editable.

Rename to GRAPH_OT_bake_keys since baking is the term used in animation to describe the action of creating dense key data.


In the future this operator could be refactored to use FCurveSegment and have more options like at which interval keys are added
Part of this task
#111050: Better Baking in the Graph Editor

After Renaming "Bake Curve" to "Samples to Keys" in this PR [#111049: Animation: Rename "Bake Curve" to "Keys to Samples"](https://projects.blender.org/blender/blender/pulls/111049), the name of the `GRAPH_OT_sample` operator needed renaming. That is because the word "sample" is now used to describe something that is no longer editable. Rename to `GRAPH_OT_bake_keys` since baking is the term used in animation to describe the action of creating dense key data. ----- In the future this operator could be refactored to use `FCurveSegment` and have more options like at which interval keys are added Part of this task [#111050: Better Baking in the Graph Editor](https://projects.blender.org/blender/blender/issues/111050)
Christoph Lendenfeld added 1 commit 2023-09-08 16:21:41 +02:00
Christoph Lendenfeld added the
Module
Animation & Rigging
label 2023-09-08 16:21:59 +02:00
Christoph Lendenfeld added this to the Animation & Rigging project 2023-09-08 16:22:04 +02:00
Nate Rupsis reviewed 2023-09-08 17:19:51 +02:00
@ -1352,3 +1352,2 @@
/* Identifiers */
ot->name = "Sample Keyframes";
ot->idname = "GRAPH_OT_sample";
ot->name = "Bake Keys";
Member

Any reason "Bake Keys" and Not "Bake Keyframes"?

Any reason "Bake Keys" and Not "Bake Keyframes"?
Author
Member

good catch, keeps it consistent with the ACTION_... operator

good catch, keeps it consistent with the ACTION_... operator
Nate Rupsis approved these changes 2023-09-08 17:19:57 +02:00
Christoph Lendenfeld added 1 commit 2023-09-12 09:13:53 +02:00
Christoph Lendenfeld merged commit 9e5e04e915 into main 2023-09-12 09:32:29 +02:00
Christoph Lendenfeld deleted branch rename_graph_ot_sample 2023-09-12 09:32:30 +02:00
Sign in to join this conversation.
No reviewers
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 Assignees
2 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#112148
No description provided.