[Bf-docboard-svn] bf-manual: [9118] trunk/blender_docs/manual/files/import_export/alembic.rst: Cleanup: minor tweaks to Alembic page

Campbell Barton noreply at blender.org
Tue Mar 15 03:17:13 CET 2022


Revision: 9118
          https://developer.blender.org/rBM9118
Author:   campbellbarton
Date:     2022-03-15 03:17:13 +0100 (Tue, 15 Mar 2022)
Log Message:
-----------
Cleanup: minor tweaks to Alembic page

- Remove TL;DR (not appropriate for a reference manual).
- Remove reference to when support for Alembic was added,
  these details can be isolated to the history page.

Modified Paths:
--------------
    trunk/blender_docs/manual/files/import_export/alembic.rst

Modified: trunk/blender_docs/manual/files/import_export/alembic.rst
===================================================================
--- trunk/blender_docs/manual/files/import_export/alembic.rst	2022-03-15 02:12:41 UTC (rev 9117)
+++ trunk/blender_docs/manual/files/import_export/alembic.rst	2022-03-15 02:17:13 UTC (rev 9118)
@@ -20,14 +20,10 @@
    Alembic will not attempt to store a representation of the network of computations (rigs, basically)
    which are required to produce the final, animated vertex positions and animated transforms.
 
-:abbr:`TL;DR (Too long; did not read.)`: Alembic can be used to write an animated mesh to
-a drive, and read it back quickly and efficiently. This means that a mesh can be animated with
-a very CPU-intensive rig and then 'baked' to an Alembic file. Finally it can be load into the shot file
-for shading and lighting with only moderate CPU usage.
+In brief, Alembic can be used to write an animated mesh to a drive, and read it back quickly and efficiently.
+This means that a mesh can be animated with a very CPU-intensive rig and then 'baked' to an Alembic file.
+Finally it can be load into the shot file for shading and lighting with only moderate CPU usage.
 
-Support for the Alembic file format was introduced in
-`Blender 2.78 <https://www.blender.org/download/releases/2-78>`__.
-
 Due to the Open Source nature of the Alembic standard as well as
 the C++ library implementing that standard, **Blender can be used in a hybrid pipeline**.
 For example, other software, such as Houdini or Maya, can export files to Alembic,



More information about the Bf-docboard-svn mailing list