Преглед на файлове

Merge pull request #10649 from Muller-Castro/shape-keys-warning

Change path to "Export Deformation Bones Only"
Matthew преди 7 месеца
родител
ревизия
058f0f65ba
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      tutorials/assets_pipeline/importing_3d_scenes/available_formats.rst

+ 2 - 2
tutorials/assets_pipeline/importing_3d_scenes/available_formats.rst

@@ -71,8 +71,8 @@ a Godot scene file, which is what gets used when you run/export your game.
 .. warning::
 
     If your model contains blend shapes (also known as "shape keys" and "morph
-    targets"), your glTF export setting **Export Deformation Bones Only** needs
-    to be configured to **Enabled** under the Animation export configurations.
+    targets"), your glTF export setting **Data > Armature > Export Deformation
+    Bones Only** needs to be configured to **Enabled**.
 
     Exporting non-deforming bones anyway will lead to incorrect shading.