Files
test2/source/blender
Sybren A. Stüvel a9a8eedd16 Fix T65816: Alembic export of procedural mesh results in a static mesh and crashes
The static mesh issue described in T65816 has been resolved by @Sergey
in T60094.

This commit fixes the last bit of the puzzle, which was two-fold:
- A missing depsgraph update when setting `orig_object.data = new_mesh`
  from Python. Thanks @Sergey for providing the fix :)
- Properly locking the interface while exporting. This prevents crashes
  as described in T60094. The previous approach of calling
  `BKE_spacedata_draw_locks()` was not enough.
2019-09-18 17:08:33 +02:00
..
2019-09-12 18:59:44 +10:00
2019-09-10 00:04:02 +10:00
2019-08-18 04:26:34 +10:00
2019-09-14 08:12:53 +10:00
2019-09-13 21:12:43 +10:00
2019-09-17 19:56:43 +02:00
2019-09-14 08:12:53 +10:00
2019-09-14 08:12:53 +10:00
2019-09-14 08:12:53 +10:00