diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-29 16:51:56 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-29 16:51:56 +0100 |
commit | 09e1db21488fdeed2a26aef5814ca7971c1c81a8 (patch) | |
tree | 1a2782deaec3be9b1ded941618da0848ebf7b18f /doc/classes/EditorSceneFormatImporter.xml | |
parent | 6d1702614ba42dcde809c765bb49f544e399830d (diff) | |
parent | db7473672f7e0e4a3f905587c619ffe21c9e2b86 (diff) |
Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim
Add "Trimming" option to cut un-keyed timeline before first key in glTF animation
Diffstat (limited to 'doc/classes/EditorSceneFormatImporter.xml')
-rw-r--r-- | doc/classes/EditorSceneFormatImporter.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/EditorSceneFormatImporter.xml b/doc/classes/EditorSceneFormatImporter.xml index 6de9c2c5dc..db93cab14c 100644 --- a/doc/classes/EditorSceneFormatImporter.xml +++ b/doc/classes/EditorSceneFormatImporter.xml @@ -39,7 +39,6 @@ <param index="0" name="path" type="String" /> <param index="1" name="flags" type="int" /> <param index="2" name="options" type="Dictionary" /> - <param index="3" name="bake_fps" type="int" /> <description> </description> </method> |