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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user