Files
test2/source/blender/blenkernel/intern
Sybren A. Stüvel 7efc75c709 Modifiers: Simple Deform & Build, DerivedMesh → Mesh
This commit introduces `EditMeshData`. The fields in this struct are
extracted from `EditDerivedBMesh` into their own struct `EditMeshData`,
which can then also be used by the `Mesh` struct. This allows passing
deformed vertices efficiently to the draw routines.

The modifier code constructs a new Mesh instead of writing to ob->data;
even when ob->data is a CoW copy, it can still be used by different
objects and thus shouldn't be modified by a modifier.
2018-05-01 18:02:17 +02:00
..
2018-02-15 11:13:54 +11:00
2018-04-25 12:54:27 +02:00
2017-11-14 17:23:40 +11:00
2018-02-06 23:34:58 +11:00
2018-01-11 19:39:24 +01:00
2018-05-01 18:02:17 +02:00
2018-01-10 19:58:05 +11:00
2018-04-21 20:42:27 +02:00
2018-04-16 17:56:50 +02:00
2018-02-09 10:14:08 +01:00
2018-04-23 20:44:41 +02:00
2017-06-12 21:34:55 +10:00
2018-03-14 18:10:31 +01:00
2018-04-17 17:51:28 +02:00
2017-08-28 11:21:55 +02:00
2018-04-16 17:56:50 +02:00
2018-04-01 11:03:25 +02:00
2017-10-20 14:03:22 +11:00
2018-04-16 18:24:38 +02:00
2018-03-08 17:47:02 +11:00
2018-04-22 08:45:52 +02:00
2018-02-16 01:13:46 +11:00
2018-03-23 11:51:19 +01:00
2018-04-01 07:24:45 +02:00
2018-04-19 18:14:01 +02:00
2018-02-26 19:58:31 +11:00
2017-09-22 16:40:05 -04:00
2017-05-27 15:34:55 -04:00