Skip to content

Commit

Permalink
Skeleton Deformation: improve "Bones" parameter tooltip/description (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolforg committed Sep 27, 2021
1 parent e0cfca4 commit 3ed1d3f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@ Layer_SkeletonDeformation::get_param_vocab()const

ret.push_back(ParamDesc("bones")
.set_local_name(_("Bones"))
.set_description(_("List of bones"))
.set_description(_("List of bone pairs. The first value in the pair is the bone in rest position; the second one represents the pose"))
.set_static(true)
);

Expand Down

0 comments on commit 3ed1d3f

Please sign in to comment.