diff --git a/classes/class_editorscenepostimport.rst b/classes/class_editorscenepostimport.rst index 7cd620752..f1be8b257 100644 --- a/classes/class_editorscenepostimport.rst +++ b/classes/class_editorscenepostimport.rst @@ -42,7 +42,7 @@ The :ref:`post_import` callback Tutorials --------- -- `#custom-script <../getting_started/workflow/assets/importing_scenes.html#custom-script>`_ in :doc:`../getting_started/workflow/assets/importing_scenes` +- `#custom-script <../tutorials/assets_pipeline/importing_scenes.html#custom-script>`_ in :doc:`../tutorials/assets_pipeline/importing_scenes` Methods ------- diff --git a/classes/class_javascript.rst b/classes/class_javascript.rst index 5d450f058..8fb2ded13 100644 --- a/classes/class_javascript.rst +++ b/classes/class_javascript.rst @@ -23,7 +23,7 @@ The JavaScript singleton is implemented only in the HTML5 export. It's used to a Tutorials --------- -- `#calling-javascript-from-script <../getting_started/workflow/export/exporting_for_web.html#calling-javascript-from-script>`_ in :doc:`../getting_started/workflow/export/exporting_for_web` +- `#calling-javascript-from-script <../tutorials/export/exporting_for_web.html#calling-javascript-from-script>`_ in :doc:`../tutorials/export/exporting_for_web` Methods ------- diff --git a/classes/class_os.rst b/classes/class_os.rst index 1a451f7b2..ccdcf9ef2 100644 --- a/classes/class_os.rst +++ b/classes/class_os.rst @@ -1686,7 +1686,7 @@ Returns ``true`` if the environment variable with the name ``variable`` exists. - :ref:`bool` **has_feature** **(** :ref:`String` tag_name **)** |const| -Returns ``true`` if the feature for the given feature tag is supported in the currently running instance, depending on the platform, build etc. Can be used to check whether you're currently running a debug build, on a certain platform or arch, etc. Refer to the `Feature Tags `__ documentation for more details. +Returns ``true`` if the feature for the given feature tag is supported in the currently running instance, depending on platform, build etc. Can be used to check whether you're currently running a debug build, on a certain platform or arch, etc. Refer to the `Feature Tags `_ documentation for more details. **Note:** Tag names are case-sensitive. diff --git a/getting_started/workflow/index.rst b/getting_started/workflow/index.rst deleted file mode 100644 index 1beffa087..000000000 --- a/getting_started/workflow/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -Project workflow -================ - -.. toctree:: - :maxdepth: 1 - :name: toc-learn-workflow - - assets/index diff --git a/index.rst b/index.rst index 540f9b218..f95967fa2 100644 --- a/index.rst +++ b/index.rst @@ -76,35 +76,36 @@ The main documentation for the site is organized into the following sections: :name: sec-learn getting_started/step_by_step/index - getting_started/workflow/index +.. The sections below are sorted alphabetically. Please keep them that way. .. toctree:: :maxdepth: 1 :caption: Tutorials :name: sec-tutorials - tutorials/scripting/index tutorials/2d/index tutorials/3d/index - tutorials/audio/index - tutorials/physics/index - tutorials/editor/index - tutorials/math/index tutorials/animation/index + tutorials/assets_pipeline/index + tutorials/audio/index + tutorials/best_practices/index + tutorials/editor/index + tutorials/export/index + tutorials/i18n/index tutorials/inputs/index tutorials/io/index - tutorials/i18n/index - tutorials/ui/index - tutorials/rendering/index - tutorials/shaders/index + tutorials/math/index tutorials/networking/index - tutorials/vr/index - tutorials/plugins/index - tutorials/platform/index - tutorials/best_practices/index tutorials/performance/index - tutorials/export/index + tutorials/physics/index + tutorials/platform/index + tutorials/plugins/index + tutorials/rendering/index + tutorials/scripting/index + tutorials/shaders/index + tutorials/ui/index + tutorials/vr/index .. toctree:: diff --git a/getting_started/workflow/assets/escn_exporter/animation.rst b/tutorials/assets_pipeline/escn_exporter/animation.rst similarity index 100% rename from getting_started/workflow/assets/escn_exporter/animation.rst rename to tutorials/assets_pipeline/escn_exporter/animation.rst diff --git a/getting_started/workflow/assets/escn_exporter/img/armature.jpg b/tutorials/assets_pipeline/escn_exporter/img/armature.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/armature.jpg rename to tutorials/assets_pipeline/escn_exporter/img/armature.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/body_type.jpg b/tutorials/assets_pipeline/escn_exporter/img/body_type.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/body_type.jpg rename to tutorials/assets_pipeline/escn_exporter/img/body_type.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/col_only.png b/tutorials/assets_pipeline/escn_exporter/img/col_only.png similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/col_only.png rename to tutorials/assets_pipeline/escn_exporter/img/col_only.png diff --git a/getting_started/workflow/assets/escn_exporter/img/collision_shapes.jpg b/tutorials/assets_pipeline/escn_exporter/img/collision_shapes.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/collision_shapes.jpg rename to tutorials/assets_pipeline/escn_exporter/img/collision_shapes.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/dope_sheet.jpg b/tutorials/assets_pipeline/escn_exporter/img/dope_sheet.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/dope_sheet.jpg rename to tutorials/assets_pipeline/escn_exporter/img/dope_sheet.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/enable_physics.png b/tutorials/assets_pipeline/escn_exporter/img/enable_physics.png similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/enable_physics.png rename to tutorials/assets_pipeline/escn_exporter/img/enable_physics.png diff --git a/getting_started/workflow/assets/escn_exporter/img/external_mat_option.jpg b/tutorials/assets_pipeline/escn_exporter/img/external_mat_option.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/external_mat_option.jpg rename to tutorials/assets_pipeline/escn_exporter/img/external_mat_option.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/gd_dot_material.jpg b/tutorials/assets_pipeline/escn_exporter/img/gd_dot_material.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/gd_dot_material.jpg rename to tutorials/assets_pipeline/escn_exporter/img/gd_dot_material.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/hide.jpg b/tutorials/assets_pipeline/escn_exporter/img/hide.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/hide.jpg rename to tutorials/assets_pipeline/escn_exporter/img/hide.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/in_godot.jpg b/tutorials/assets_pipeline/escn_exporter/img/in_godot.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/in_godot.jpg rename to tutorials/assets_pipeline/escn_exporter/img/in_godot.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/light_properties.jpg b/tutorials/assets_pipeline/escn_exporter/img/light_properties.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/light_properties.jpg rename to tutorials/assets_pipeline/escn_exporter/img/light_properties.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/material_search.jpg b/tutorials/assets_pipeline/escn_exporter/img/material_search.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/material_search.jpg rename to tutorials/assets_pipeline/escn_exporter/img/material_search.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/nla_editor.jpg b/tutorials/assets_pipeline/escn_exporter/img/nla_editor.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/nla_editor.jpg rename to tutorials/assets_pipeline/escn_exporter/img/nla_editor.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/nla_pushdown.jpg b/tutorials/assets_pipeline/escn_exporter/img/nla_pushdown.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/nla_pushdown.jpg rename to tutorials/assets_pipeline/escn_exporter/img/nla_pushdown.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/nla_strip.jpg b/tutorials/assets_pipeline/escn_exporter/img/nla_strip.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/nla_strip.jpg rename to tutorials/assets_pipeline/escn_exporter/img/nla_strip.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/stash_action.jpg b/tutorials/assets_pipeline/escn_exporter/img/stash_action.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/stash_action.jpg rename to tutorials/assets_pipeline/escn_exporter/img/stash_action.jpg diff --git a/getting_started/workflow/assets/escn_exporter/img/stash_action_option.jpg b/tutorials/assets_pipeline/escn_exporter/img/stash_action_option.jpg similarity index 100% rename from getting_started/workflow/assets/escn_exporter/img/stash_action_option.jpg rename to tutorials/assets_pipeline/escn_exporter/img/stash_action_option.jpg diff --git a/getting_started/workflow/assets/escn_exporter/index.rst b/tutorials/assets_pipeline/escn_exporter/index.rst similarity index 100% rename from getting_started/workflow/assets/escn_exporter/index.rst rename to tutorials/assets_pipeline/escn_exporter/index.rst diff --git a/getting_started/workflow/assets/escn_exporter/lights.rst b/tutorials/assets_pipeline/escn_exporter/lights.rst similarity index 100% rename from getting_started/workflow/assets/escn_exporter/lights.rst rename to tutorials/assets_pipeline/escn_exporter/lights.rst diff --git a/getting_started/workflow/assets/escn_exporter/material.rst b/tutorials/assets_pipeline/escn_exporter/material.rst similarity index 100% rename from getting_started/workflow/assets/escn_exporter/material.rst rename to tutorials/assets_pipeline/escn_exporter/material.rst diff --git a/getting_started/workflow/assets/escn_exporter/mesh.rst b/tutorials/assets_pipeline/escn_exporter/mesh.rst similarity index 100% rename from getting_started/workflow/assets/escn_exporter/mesh.rst rename to tutorials/assets_pipeline/escn_exporter/mesh.rst diff --git a/getting_started/workflow/assets/escn_exporter/physics.rst b/tutorials/assets_pipeline/escn_exporter/physics.rst similarity index 100% rename from getting_started/workflow/assets/escn_exporter/physics.rst rename to tutorials/assets_pipeline/escn_exporter/physics.rst diff --git a/getting_started/workflow/assets/escn_exporter/skeleton.rst b/tutorials/assets_pipeline/escn_exporter/skeleton.rst similarity index 100% rename from getting_started/workflow/assets/escn_exporter/skeleton.rst rename to tutorials/assets_pipeline/escn_exporter/skeleton.rst diff --git a/getting_started/workflow/assets/exporting_3d_scenes.rst b/tutorials/assets_pipeline/exporting_3d_scenes.rst similarity index 100% rename from getting_started/workflow/assets/exporting_3d_scenes.rst rename to tutorials/assets_pipeline/exporting_3d_scenes.rst diff --git a/getting_started/workflow/assets/img/3dimp_BlenderEmptyDrawTypes.png b/tutorials/assets_pipeline/img/3dimp_BlenderEmptyDrawTypes.png similarity index 100% rename from getting_started/workflow/assets/img/3dimp_BlenderEmptyDrawTypes.png rename to tutorials/assets_pipeline/img/3dimp_BlenderEmptyDrawTypes.png diff --git a/getting_started/workflow/assets/img/asset_workflow1.png b/tutorials/assets_pipeline/img/asset_workflow1.png similarity index 100% rename from getting_started/workflow/assets/img/asset_workflow1.png rename to tutorials/assets_pipeline/img/asset_workflow1.png diff --git a/getting_started/workflow/assets/img/asset_workflow2.png b/tutorials/assets_pipeline/img/asset_workflow2.png similarity index 100% rename from getting_started/workflow/assets/img/asset_workflow2.png rename to tutorials/assets_pipeline/img/asset_workflow2.png diff --git a/getting_started/workflow/assets/img/asset_workflow3.png b/tutorials/assets_pipeline/img/asset_workflow3.png similarity index 100% rename from getting_started/workflow/assets/img/asset_workflow3.png rename to tutorials/assets_pipeline/img/asset_workflow3.png diff --git a/getting_started/workflow/assets/img/asset_workflow4.png b/tutorials/assets_pipeline/img/asset_workflow4.png similarity index 100% rename from getting_started/workflow/assets/img/asset_workflow4.png rename to tutorials/assets_pipeline/img/asset_workflow4.png diff --git a/getting_started/workflow/assets/img/asset_workflow5.png b/tutorials/assets_pipeline/img/asset_workflow5.png similarity index 100% rename from getting_started/workflow/assets/img/asset_workflow5.png rename to tutorials/assets_pipeline/img/asset_workflow5.png diff --git a/getting_started/workflow/assets/img/audio_stream_import.png b/tutorials/assets_pipeline/img/audio_stream_import.png similarity index 100% rename from getting_started/workflow/assets/img/audio_stream_import.png rename to tutorials/assets_pipeline/img/audio_stream_import.png diff --git a/getting_started/workflow/assets/img/bad.png b/tutorials/assets_pipeline/img/bad.png similarity index 100% rename from getting_started/workflow/assets/img/bad.png rename to tutorials/assets_pipeline/img/bad.png diff --git a/getting_started/workflow/assets/img/fixedborder.png b/tutorials/assets_pipeline/img/fixedborder.png similarity index 100% rename from getting_started/workflow/assets/img/fixedborder.png rename to tutorials/assets_pipeline/img/fixedborder.png diff --git a/getting_started/workflow/assets/img/gltf_godot_export.png b/tutorials/assets_pipeline/img/gltf_godot_export.png similarity index 100% rename from getting_started/workflow/assets/img/gltf_godot_export.png rename to tutorials/assets_pipeline/img/gltf_godot_export.png diff --git a/getting_started/workflow/assets/img/good.png b/tutorials/assets_pipeline/img/good.png similarity index 100% rename from getting_started/workflow/assets/img/good.png rename to tutorials/assets_pipeline/img/good.png diff --git a/getting_started/workflow/assets/img/image_import1.png b/tutorials/assets_pipeline/img/image_import1.png similarity index 100% rename from getting_started/workflow/assets/img/image_import1.png rename to tutorials/assets_pipeline/img/image_import1.png diff --git a/getting_started/workflow/assets/img/import_csv.png b/tutorials/assets_pipeline/img/import_csv.png similarity index 100% rename from getting_started/workflow/assets/img/import_csv.png rename to tutorials/assets_pipeline/img/import_csv.png diff --git a/getting_started/workflow/assets/img/regular.png b/tutorials/assets_pipeline/img/regular.png similarity index 100% rename from getting_started/workflow/assets/img/regular.png rename to tutorials/assets_pipeline/img/regular.png diff --git a/getting_started/workflow/assets/img/reimport_multiple.png b/tutorials/assets_pipeline/img/reimport_multiple.png similarity index 100% rename from getting_started/workflow/assets/img/reimport_multiple.png rename to tutorials/assets_pipeline/img/reimport_multiple.png diff --git a/getting_started/workflow/assets/img/reverb.png b/tutorials/assets_pipeline/img/reverb.png similarity index 100% rename from getting_started/workflow/assets/img/reverb.png rename to tutorials/assets_pipeline/img/reverb.png diff --git a/getting_started/workflow/assets/img/scene_import1.png b/tutorials/assets_pipeline/img/scene_import1.png similarity index 100% rename from getting_started/workflow/assets/img/scene_import1.png rename to tutorials/assets_pipeline/img/scene_import1.png diff --git a/getting_started/workflow/assets/img/scene_import2.png b/tutorials/assets_pipeline/img/scene_import2.png similarity index 100% rename from getting_started/workflow/assets/img/scene_import2.png rename to tutorials/assets_pipeline/img/scene_import2.png diff --git a/getting_started/workflow/assets/img/scene_import3.png b/tutorials/assets_pipeline/img/scene_import3.png similarity index 100% rename from getting_started/workflow/assets/img/scene_import3.png rename to tutorials/assets_pipeline/img/scene_import3.png diff --git a/getting_started/workflow/assets/img/scene_import4.png b/tutorials/assets_pipeline/img/scene_import4.png similarity index 100% rename from getting_started/workflow/assets/img/scene_import4.png rename to tutorials/assets_pipeline/img/scene_import4.png diff --git a/getting_started/workflow/assets/import_process.rst b/tutorials/assets_pipeline/import_process.rst similarity index 100% rename from getting_started/workflow/assets/import_process.rst rename to tutorials/assets_pipeline/import_process.rst diff --git a/getting_started/workflow/assets/importing_audio_samples.rst b/tutorials/assets_pipeline/importing_audio_samples.rst similarity index 100% rename from getting_started/workflow/assets/importing_audio_samples.rst rename to tutorials/assets_pipeline/importing_audio_samples.rst diff --git a/getting_started/workflow/assets/importing_images.rst b/tutorials/assets_pipeline/importing_images.rst similarity index 100% rename from getting_started/workflow/assets/importing_images.rst rename to tutorials/assets_pipeline/importing_images.rst diff --git a/getting_started/workflow/assets/importing_scenes.rst b/tutorials/assets_pipeline/importing_scenes.rst similarity index 99% rename from getting_started/workflow/assets/importing_scenes.rst rename to tutorials/assets_pipeline/importing_scenes.rst index 29cef5551..f17a416dd 100644 --- a/getting_started/workflow/assets/importing_scenes.rst +++ b/tutorials/assets_pipeline/importing_scenes.rst @@ -448,7 +448,7 @@ simple or dynamic objects that require mostly-accurate collision detection. However, in both cases, the visual geometry may be too complex or not smooth enough for collisions. This can create physics glitches and slow down the engine -unneccesarily. +unnecessarily. To solve this, the ``-colonly`` modifier exists. It will remove the mesh upon importing and will create a :ref:`class_staticbody` collision instead. diff --git a/getting_started/workflow/assets/importing_translations.rst b/tutorials/assets_pipeline/importing_translations.rst similarity index 100% rename from getting_started/workflow/assets/importing_translations.rst rename to tutorials/assets_pipeline/importing_translations.rst diff --git a/getting_started/workflow/assets/index.rst b/tutorials/assets_pipeline/index.rst similarity index 93% rename from getting_started/workflow/assets/index.rst rename to tutorials/assets_pipeline/index.rst index 34101de4d..c3122c0f7 100644 --- a/getting_started/workflow/assets/index.rst +++ b/tutorials/assets_pipeline/index.rst @@ -1,4 +1,4 @@ -Assets workflow +Assets pipeline =============== .. toctree::