Fix #125226: Anim: Rigify limbs.spline_tentacle doesn't generate correctly

A template string was accidentally turned into an f-string in
78b9218c98, which changes the way it is
evaluated. Easy enough to roll back that one change.
This commit is contained in:
Sybren A. Stüvel
2024-07-30 16:13:27 +02:00
parent 23ee950aa4
commit ba1f7caffa

View File

@@ -1123,7 +1123,7 @@ def add_spline_snap_ik_to_fk(panel: 'PanelLayout', *,
text = iface_("IK->FK ({:s})").format(rig_name)
panel.operator(
f"pose.rigify_spline_tentacle_ik2fk_{rig_id}",
'pose.rigify_spline_tentacle_ik2fk_{rig_id}',
text=text,
translate=False,
icon='SNAP_ON',