Files
blender/tests/python
Sergey Sharybin 32d5d127cb Tweak API to support adding evaluated meshes to main database
One of the usecases is to create mesh from an object is a manner similar to
how Apply Modifiers does it, and have it in the bmain so it can be referenced
by other objects.

This usecase is something what went unnoticed in the previous API changes, so
here is a followup.

Summary of changes:

* bpy.meshes.new_from_object() behaves almost the same as before this change.
  The difference now is that it now ensures all referenced data-blocks are
	original (for example, materials referenced by the mesh).

* object.to_mesh() now creates free-standing Mesh data-block which is outside
  of any bmain. The object owns it, which guarantees the memory never leaks.

  It is possible to force free memory by calling object.to_mesh_clear().

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D4875
2019-05-16 16:42:16 +02:00
..
2018-11-26 09:26:15 +11:00
2018-11-26 09:26:15 +11:00
2018-07-03 06:55:02 +02:00
2018-07-03 06:55:02 +02:00
2019-04-04 08:50:17 -04:00
2019-03-17 21:14:43 +11:00
2018-07-03 06:55:02 +02:00
2018-11-26 09:26:15 +11:00