Files
test2/source/blender/blenkernel/intern
Sergey Sharybin 9fca9b9953 Fix crash using object.to_mesh() when in edit mode
The root of the issue was caused by mesh which was a result of to_mesh()
had the same edit_mesh pointer as the input object, causing double-free
error.

This fix makes it so result mesh does not have edit mesh pointer.
Motivation part behind this is to make the result of to_mesh() to be
somewhat independent from the input.

Differential Revision: https://developer.blender.org/D7361
2020-04-07 12:50:45 +02:00
..
2020-04-07 12:10:36 +10:00
2020-04-07 12:10:36 +10:00
2020-03-24 10:36:42 +11:00
2020-03-29 17:11:41 +11:00
2020-04-07 12:10:36 +10:00
2020-03-27 11:47:04 +11:00
2020-03-19 21:55:17 +01:00
2020-04-06 16:02:29 +10:00
2020-03-19 12:09:07 +11:00
2020-03-24 10:36:42 +11:00
2020-04-02 18:00:51 +02:00
2019-10-29 19:29:38 +11:00
2020-04-02 18:00:51 +02:00
2020-04-03 12:38:04 +11:00