[Bf-docboard-svn] bf-manual: [9280] branches/blender-3.2-release/blender_docs/manual: IO: Add skip modifiers to OBJ exporter

Aaron Carlisle noreply at blender.org
Wed May 11 19:44:59 CEST 2022


Revision: 9280
          https://developer.blender.org/rBM9280
Author:   Blendify
Date:     2022-05-11 19:44:58 +0200 (Wed, 11 May 2022)
Log Message:
-----------
IO: Add skip modifiers to OBJ exporter

rB27bef3ee02ce

Also make the documentation the same for other exporters

Modified Paths:
--------------
    branches/blender-3.2-release/blender_docs/manual/addons/import_export/mesh_ply.rst
    branches/blender-3.2-release/blender_docs/manual/addons/import_export/mesh_stl.rst
    branches/blender-3.2-release/blender_docs/manual/addons/import_export/pc2.rst
    branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_fbx.rst
    branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_gltf2.rst
    branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_x3d.rst
    branches/blender-3.2-release/blender_docs/manual/files/import_export/collada.rst
    branches/blender-3.2-release/blender_docs/manual/files/import_export/obj.rst

Modified: branches/blender-3.2-release/blender_docs/manual/addons/import_export/mesh_ply.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/addons/import_export/mesh_ply.rst	2022-05-11 14:15:10 UTC (rev 9279)
+++ branches/blender-3.2-release/blender_docs/manual/addons/import_export/mesh_ply.rst	2022-05-11 17:44:58 UTC (rev 9280)
@@ -51,7 +51,8 @@
 ^^^^^^^^
 
 Apply Modifiers
-   Todo.
+   Export objects using the evaluated mesh, meaning the resulting mesh after all
+   :doc:`Modifiers </modeling/modifiers/index>` have been calculated.
 Normals
    Todo.
 UVs

Modified: branches/blender-3.2-release/blender_docs/manual/addons/import_export/mesh_stl.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/addons/import_export/mesh_stl.rst	2022-05-11 14:15:10 UTC (rev 9279)
+++ branches/blender-3.2-release/blender_docs/manual/addons/import_export/mesh_stl.rst	2022-05-11 17:44:58 UTC (rev 9280)
@@ -82,7 +82,8 @@
 ^^^^^^^^
 
 Apply Modifiers
-   TODO.
+   Export objects using the evaluated mesh, meaning the resulting mesh after all
+   :doc:`Modifiers </modeling/modifiers/index>` have been calculated.
 
 
 Usage

Modified: branches/blender-3.2-release/blender_docs/manual/addons/import_export/pc2.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/addons/import_export/pc2.rst	2022-05-11 14:15:10 UTC (rev 9279)
+++ branches/blender-3.2-release/blender_docs/manual/addons/import_export/pc2.rst	2022-05-11 17:44:58 UTC (rev 9280)
@@ -23,7 +23,8 @@
 Export into World Space
    Transform the mesh data into world space.
 Apply Modifiers
-   Whether to apply modifiers before exporting.
+   Export objects using the evaluated mesh, meaning the resulting mesh after all
+   :doc:`Modifiers </modeling/modifiers/index>` have been calculated.
 Start Frame
    First frame to export.
 End Frame

Modified: branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_fbx.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_fbx.rst	2022-05-11 14:15:10 UTC (rev 9279)
+++ branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_fbx.rst	2022-05-11 17:44:58 UTC (rev 9280)
@@ -201,7 +201,8 @@
 Export Subdivision Surface
    Todo.
 Apply Modifiers
-   When enabled, the mesh will be from the output of the modifiers applied to the mesh.
+   Export objects using the evaluated mesh, meaning the resulting mesh after all
+   :doc:`Modifiers </modeling/modifiers/index>` have been calculated.
 Loose Edges
    TODO.
 Tangent Space

Modified: branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_gltf2.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_gltf2.rst	2022-05-11 14:15:10 UTC (rev 9279)
+++ branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_gltf2.rst	2022-05-11 17:44:58 UTC (rev 9280)
@@ -628,7 +628,8 @@
 ^^^^^^^^
 
 Apply Modifiers
-   Apply modifiers (excluding armatures) to mesh objects.
+   Export objects using the evaluated mesh, meaning the resulting mesh after all
+   :doc:`Modifiers </modeling/modifiers/index>` have been calculated.
 UVs
    Export UVs (texture coordinates) with meshes.
 Normals

Modified: branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_x3d.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_x3d.rst	2022-05-11 14:15:10 UTC (rev 9279)
+++ branches/blender-3.2-release/blender_docs/manual/addons/import_export/scene_x3d.rst	2022-05-11 17:44:58 UTC (rev 9280)
@@ -67,7 +67,8 @@
 ^^^^^^^^
 
 Apply Modifiers
-   TODO.
+   Export objects using the evaluated mesh, meaning the resulting mesh after all
+   :doc:`Modifiers </modeling/modifiers/index>` have been calculated.
 Triangulate
    TODO.
 Normals

Modified: branches/blender-3.2-release/blender_docs/manual/files/import_export/collada.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/files/import_export/collada.rst	2022-05-11 14:15:10 UTC (rev 9279)
+++ branches/blender-3.2-release/blender_docs/manual/files/import_export/collada.rst	2022-05-11 17:44:58 UTC (rev 9280)
@@ -97,8 +97,8 @@
    the mesh itself is not affected.
 
 Apply Modifiers
-   All :doc:`Modifiers </modeling/modifiers/index>` will be applied in a non-destructive way.
-   That is, the modifiers will be applied to copies of the meshes.
+   Export objects using the evaluated mesh, meaning the resulting mesh after all
+   :doc:`Modifiers </modeling/modifiers/index>` have been calculated.
 
    Resolution
       Controls whether to apply the 3D Viewport resolution or the render resolution

Modified: branches/blender-3.2-release/blender_docs/manual/files/import_export/obj.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/files/import_export/obj.rst	2022-05-11 14:15:10 UTC (rev 9279)
+++ branches/blender-3.2-release/blender_docs/manual/files/import_export/obj.rst	2022-05-11 17:44:58 UTC (rev 9280)
@@ -30,8 +30,8 @@
 Properties
 ----------
 
-Animatioon
-^^^^^^^^^^
+Animation
+^^^^^^^^^
 
 Animation
    Exports a numbered OBJ for each frame from the start to the end frame.
@@ -54,6 +54,9 @@
    Global scale to use on export.
 Selected Only
    Only export the selected objects. Otherwise export all objects in the scene.
+Apply Modifiers
+   Export objects using the evaluated mesh, meaning the resulting mesh after all
+   :doc:`Modifiers </modeling/modifiers/index>` have been calculated.
 Properties
    For properties that have different settings for the viewport/final render pick which is used for output.
    One example where this is important is the :doc:`/modeling/modifiers/generate/subdivision_surface`.



More information about the Bf-docboard-svn mailing list