blender/doc/python_api
Omar Emara f2c0bbed1c Python: Add to_curve method to the object API
This patch adds a to_curve method to the Object ID. This method is
analogous to the to_mesh method. The method can operate on curve and
text objects. For text objects, the text is converted into a 3D Curve ID
and that curve is returned. For curve objects, if apply_modifiers is
true, the spline deform modifiers will be applied and a Curve ID with
the result will be returned, otherwise a copy of the curve will be
returned.

The goal of this addition is to allow the developer to access the splines
of text objects and to get the result of modifier applications which was
otherwise not possible.

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D10354
2021-02-20 18:05:13 +02:00
..
examples Python: Add to_curve method to the object API 2021-02-20 18:05:13 +02:00
rst Py Doc: Fix rst syntax errors 2021-02-12 13:14:43 -05:00
static API Docs: CSS: Fix long enum list 2021-01-02 20:04:25 -05:00
requirements.txt Py Doc: Update Sphinx and theme versions 2021-02-12 13:14:43 -05:00
rst_from_bmesh_opdefines.py Pydoc: Remove old note about new module in 2.65 2020-10-11 16:46:21 -04:00
sphinx_changelog_gen.py API Docs: Fix Update changelog script to python3 2019-07-06 17:01:11 -04:00
sphinx_doc_gen_monkeypatch.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
sphinx_doc_gen.py Merge branch 'blender-v2.92-release' 2021-02-19 02:00:56 -05:00