Blender Question #55829
Labels
No Label
Meta
Good First Issue
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 & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information 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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#55829
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?
Hi Joshua,
We spoke before on Twitter. My name is Hoang, working on Vietnamese Translation for Blender.
I am stuck on this line:
{POSE_PROPAGATE_SMART_HOLDS, "WHILE_HELD", 0, "While Held",
"Propagate pose to all keyframes after current frame that don't change (Default behavior)"},
in the file:
blender/source/blender/editors/armature/pose_slide.c
I believe this was committed by you:
commit eef811a0954ad67a4667592c85cd95822d15e17c
Author: Joshua Leung aligorith@gmail.com
Date: Thu Mar 24 03:02:34 2011 +0000
Could you explain for me what exactly do you mean by:
"While Held"
Is this like 'While TRUE'?
Regards,
Hoang Tran
Added subscriber: @hoanguk
Added subscriber: @brecht
Changed status from 'Open' to: 'Archived'
"While Held" means keyframes are propagated to next frames as long as ("while") they hold the same value as the current frame ("held").
Thank you so much Brecht. That cleared my doubts.