May 16, 2018, 07:51 (GMT) |
Use BKE_mesh_apply_vert_coords instead of local defined version |
May 15, 2018, 16:30 (GMT) |
Fixed mesh_calc_modifier() This makes generating modifiers work as well. |
May 12, 2018, 05:12 (GMT) |
Changes from review |
May 11, 2018, 10:19 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
May 11, 2018, 08:39 (GMT) |
No more DerivedMesh in mesh_calc_modifiers Also a little cleanup. |
May 10, 2018, 06:17 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
May 8, 2018, 01:59 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
May 3, 2018, 09:21 (GMT) |
First pass at porting mesh_calc_modifiers from DerivedMesh to Mesh DerivedMesh is almost completely removed from the main loop. Added `_dep` to dm pointers to make usage of them easy to locate by searching for `dm_dep`. Still some work to do. It looks like some of these code paths aren't entered into, maybe things could be simplified if we can be sure of whats actually needed. |
May 3, 2018, 09:17 (GMT) |
Port various util functions from DerivedMesh to Mesh Adds the following functions which are duplicates of their `DerivedMesh` counterparts: - `apply_vert_coords` - `mesh_set_only_copy` - `create_orco_mesh` - `add_orco_mesh` - `calc_weightpaint_vert_array_mesh` - `mesh_update_weight_mcol` - `mesh_init_origspace` |
May 3, 2018, 08:55 (GMT) |
Add modifier_deformVerts_ensure_normals Same as modwrap_deformVerts but for Mesh |
May 3, 2018, 08:55 (GMT) |
Add BKE_mesh_is_valid |
May 3, 2018, 08:55 (GMT) |
Add modifier_deformVerts_ensure_normals Same as modwrap_deformVerts but for Mesh |
May 2, 2018, 06:24 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
May 1, 2018, 16:01 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
May 1, 2018, 14:43 (GMT) |
Formatting |
May 1, 2018, 14:43 (GMT) |
Use proper way to get CoW original |
May 1, 2018, 12:55 (GMT) |
Mesh *to_use ? mesh_src |
May 1, 2018, 12:51 (GMT) |
FIXUP for ModifierEvalContext introduction |
May 1, 2018, 12:51 (GMT) |
Quiet unused var warning |
May 1, 2018, 12:40 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
|