May 1, 2018, 12:39 (GMT) |
Extract common modifier parameters into ModifierEvalContext struct The contents of the ModifierEvalContext struct are constant while iterating over the modifier stack. The struct thus should be only created once, outside any loop over the modifiers. |
May 1, 2018, 09:49 (GMT) |
Reintroduce edgehash2 |
May 1, 2018, 09:32 (GMT) |
Reverted some changes to MOD_build |
May 1, 2018, 09:03 (GMT) |
Moved to other file, updated comment |
May 1, 2018, 09:03 (GMT) |
Removing commented-out code |
May 1, 2018, 09:02 (GMT) |
Formatting |
May 1, 2018, 08:45 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
April 26, 2018, 15:22 (GMT) |
Removed TODO |
April 26, 2018, 15:19 (GMT) |
Moved vertex merging to mesh_merge.c |
April 26, 2018, 15:05 (GMT) |
Handled most of Cambpell's review comments |
April 25, 2018, 14:56 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
April 25, 2018, 14:56 (GMT) |
Ported Array modifier |
April 25, 2018, 13:38 (GMT) |
Introduced CDDM_from_mesh_ex() to create a non-referencing CDDM This allows the mesh to be freed and the CDDM kept. |
April 25, 2018, 13:30 (GMT) |
Vertex merging in mirror modifier is working Also fixed some memory issues. |
April 25, 2018, 12:29 (GMT) |
Almost finished mirror modifier (still needs vertex merging) |
April 25, 2018, 10:41 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
April 25, 2018, 10:21 (GMT) |
Almost ported mirror modifier |
April 25, 2018, 10:09 (GMT) |
Typo fix |
April 25, 2018, 09:45 (GMT) |
Use 'struct' keyword Without this, the forward declaration is useless as the real declaration needs to be known by the compiler. |
April 25, 2018, 09:45 (GMT) |
Removed commented-out code |
|