File: index.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (35 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.. _bpy.ops.export:
.. _bpy.ops.import:

***************************
Importing & Exporting Files
***************************

.. reference::

   :Menu:      :menuselection:`Topbar --> File --> Import/Export`

Sometimes you may want to utilize files that either came from other 2D or 3D software,
or you may want to use the things you have made in Blender and edit them in other software.
Luckily, Blender offers a wide range of file formats (e.g. ABC, USD, OBJ, FBX, PLY, STL, etc.)
that can be used to import and export.

Popular formats are enabled by default, other formats are also supported and distributed with Blender,
these can be enabled in the Preferences through the use of :doc:`Add-ons </editors/preferences/extensions>`.

.. toctree::
   :maxdepth: 1

   alembic.rst
   collada.rst
   usd.rst
   obj.rst
   ply.rst
   stl.rst
   grease_pencil_svg.rst
   grease_pencil_pdf.rst

.. seealso::

   More information on the add-ons to import/export these file types
   can be found in the :ref:`add-ons section <addons-io>`.