Merge pull request #67725 from TokageItLab/add-tuts-link-retarget
Add a tutorial link to `BoneMap` and `SkeletonProfile`
This commit is contained in:
commit
efd2a8ac23
@ -8,6 +8,7 @@
|
|||||||
By assigning the actual [Skeleton3D] bone name as the key value, it maps the [Skeleton3D] to the [SkeletonProfile].
|
By assigning the actual [Skeleton3D] bone name as the key value, it maps the [Skeleton3D] to the [SkeletonProfile].
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
|
<link title="Retargeting 3D Skeletons">$DOCS_URL/tutorials/assets_pipeline/retargeting_3d_skeletons.html</link>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
<methods>
|
<methods>
|
||||||
<method name="find_profile_bone_name" qualifiers="const">
|
<method name="find_profile_bone_name" qualifiers="const">
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
This resource is used in [EditorScenePostImport]. Some parameters are referring to bones in [Skeleton3D], [Skin], [Animation], and some other nodes are rewritten based on the parameters of [SkeletonProfile].
|
This resource is used in [EditorScenePostImport]. Some parameters are referring to bones in [Skeleton3D], [Skin], [Animation], and some other nodes are rewritten based on the parameters of [SkeletonProfile].
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
|
<link title="Retargeting 3D Skeletons">$DOCS_URL/tutorials/assets_pipeline/retargeting_3d_skeletons.html</link>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
<methods>
|
<methods>
|
||||||
<method name="find_bone" qualifiers="const">
|
<method name="find_bone" qualifiers="const">
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
A [SkeletonProfile] as a preset that is optimized for the human form. This exists for standardization, so all parameters are read-only.
|
A [SkeletonProfile] as a preset that is optimized for the human form. This exists for standardization, so all parameters are read-only.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
|
<link title="Retargeting 3D Skeletons">$DOCS_URL/tutorials/assets_pipeline/retargeting_3d_skeletons.html</link>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
<members>
|
<members>
|
||||||
<member name="bone_size" type="int" setter="set_bone_size" getter="get_bone_size" overrides="SkeletonProfile" default="56" />
|
<member name="bone_size" type="int" setter="set_bone_size" getter="get_bone_size" overrides="SkeletonProfile" default="56" />
|
||||||
|
@ -6204,7 +6204,7 @@ void AnimationTrackEditor::_edit_menu_pressed(int p_option) {
|
|||||||
if (do_bake && !animation->track_is_compressed(i)) {
|
if (do_bake && !animation->track_is_compressed(i)) {
|
||||||
Animation::InterpolationType it = animation->track_get_interpolation_type(i);
|
Animation::InterpolationType it = animation->track_get_interpolation_type(i);
|
||||||
if (it == Animation::INTERPOLATION_NEAREST) {
|
if (it == Animation::INTERPOLATION_NEAREST) {
|
||||||
continue; // Nearest and Angle interpolation cannot be baked.
|
continue; // Nearest interpolation cannot be baked.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Special case for angle interpolation.
|
// Special case for angle interpolation.
|
||||||
|
Loading…
Reference in New Issue
Block a user