[Bf-docboard-svn] bf-manual: [7134] trunk/blender_docs/manual/advanced/scripting/introduction.rst: Cleanup: Formating and wording

noreply at blender.org noreply at blender.org
Mon Sep 28 20:48:22 CEST 2020


Revision: 7134
          https://developer.blender.org/rBM7134
Author:   Blendify
Date:     2020-09-28 20:48:22 +0200 (Mon, 28 Sep 2020)
Log Message:
-----------
Cleanup: Formating and wording

Modified Paths:
--------------
    trunk/blender_docs/manual/advanced/scripting/introduction.rst

Modified: trunk/blender_docs/manual/advanced/scripting/introduction.rst
===================================================================
--- trunk/blender_docs/manual/advanced/scripting/introduction.rst	2020-09-28 14:13:50 UTC (rev 7133)
+++ trunk/blender_docs/manual/advanced/scripting/introduction.rst	2020-09-28 18:48:22 UTC (rev 7134)
@@ -85,14 +85,18 @@
 Scripts
 -------
 
-Apart from add-ons, there are also scripts you can use to extend Blender's functionality:
+Apart from add-ons, there are several other types of scripts that extend Blender's functionality:
 
-- Modules: Utility libraries for import into other scripts.
-- Presets: Settings for Blender's tools and key configurations.
-- Startup: These files are imported when starting Blender.
-  They define most of Blender's UI, as well as some additional core operators.
-- Custom scripts: In contrast to add-ons they are typically intended for one-time execution via
-  the :doc:`Text Editor </editors/text_editor>`.
+:Modules:
+   Utility libraries for import into other scripts.
+:Presets:
+   Settings for Blender's tools and key configurations.
+:Startup:
+   These files are imported when starting Blender.
+   They define most of Blender's UI, as well as some additional core operators.
+:Custom Scripts:
+   In contrast to add-ons they are typically intended for one-time execution via
+   the :doc:`Text Editor </editors/text_editor>`.
 
 
 Saving your own Scripts




More information about the Bf-docboard-svn mailing list