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:
Bastien Montagne
2016-09-16 11:49:42 +02:00
parent b2f1b8ab7a
commit b06584dbf8
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ class BakeAction(Operator):
)
only_selected = BoolProperty(
name="Only Selected",
description="Only key selected object/bones",
description="Only key selected bones (Pose baking only)",
default=True,
)
visual_keying = BoolProperty(