blender/doc
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
..
blender_file_format Cleanup: unused imports 2019-03-17 21:00:56 +11:00
doxygen Blender 2.93 bcon1 - alpha 2021-01-13 17:33:27 +01:00
guides Spelling fixes in comments and descriptions, patch by luzpaz 2019-07-31 14:27:35 +02:00
license CMake: clarify that the modules are licensed BSD 3-Clause 2020-08-12 18:49:16 +02:00
manpage Tests, docs: Use sanitizer options from environment too. 2021-01-29 14:13:26 +05:30
python_api Python: Add to_curve method to the object API 2021-02-20 18:05:13 +02:00