Depsgraph: State behavior details more explicitly
This commit is contained in:
@@ -15,6 +15,10 @@ animation or modifiers into account:
|
||||
When is used on evaluated object all modifiers are taken into account.
|
||||
|
||||
.. note:: The result mesh is owned by the object. It can be freed by calling `object.to_mesh_clear()`.
|
||||
.. note::
|
||||
The result mesh must be treated as temporary, and can not be referenced from objects in the main
|
||||
database. If the mesh intended to be used in a persistent manner use bpy.data.meshes.new_from_object()
|
||||
instead.
|
||||
.. note:: If object does not have geometry (i.e. camera) the functions returns None.
|
||||
"""
|
||||
import bpy
|
||||
|
@@ -17,7 +17,7 @@ When is used on evaluated object all modifiers are taken into account.
|
||||
All the references (such as materials) are re-mapped to original. This ensures validity and
|
||||
consistency of the main database.
|
||||
|
||||
.. note:: The result mesh is added to the main database.
|
||||
.. note:: The result mesh is added to the main database. This mesh can be referenced by any object,
|
||||
.. note:: If object does not have geometry (i.e. camera) the functions returns None.
|
||||
"""
|
||||
import bpy
|
||||
|
Reference in New Issue
Block a user