Fix T49349: Baking action doesnt bake multiple objects.
Tooltip was wrong here, it can only bake a single (active) object, 'only selected' option is for pose bones only...
This commit is contained in:
@@ -49,7 +49,7 @@ def bake_action(frame_start,
|
|||||||
:type frame_end: int
|
:type frame_end: int
|
||||||
:arg frame_step: Frame step.
|
:arg frame_step: Frame step.
|
||||||
:type frame_step: int
|
:type frame_step: int
|
||||||
:arg only_selected: Only bake selected data.
|
:arg only_selected: Only bake selected bones.
|
||||||
:type only_selected: bool
|
:type only_selected: bool
|
||||||
:arg do_pose: Bake pose channels.
|
:arg do_pose: Bake pose channels.
|
||||||
:type do_pose: bool
|
:type do_pose: bool
|
||||||
|
@@ -222,7 +222,7 @@ class BakeAction(Operator):
|
|||||||
)
|
)
|
||||||
only_selected = BoolProperty(
|
only_selected = BoolProperty(
|
||||||
name="Only Selected",
|
name="Only Selected",
|
||||||
description="Only key selected object/bones",
|
description="Only key selected bones (Pose baking only)",
|
||||||
default=True,
|
default=True,
|
||||||
)
|
)
|
||||||
visual_keying = BoolProperty(
|
visual_keying = BoolProperty(
|
||||||
|
Reference in New Issue
Block a user