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) |
Revision 192ae86 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 25, 2018, 12:17 (GMT) |
added isIntact() query to regular rigidbody constraints, too |
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) |
Ported armature modifier The mesh parameter of armature_deform_verts() is now const, to indicate that it's safe to pass ob->data to it directly. |
April 25, 2018, 09:45 (GMT) |
Start porting Armature modifier |
April 25, 2018, 09:45 (GMT) |
Consistent naming |
April 25, 2018, 09:45 (GMT) |
Removed commented-out code |
April 25, 2018, 09:45 (GMT) |
Fixed memory leak |
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, 08:18 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm |
April 25, 2018, 08:14 (GMT) |
Removed potential free of NULL |
April 25, 2018, 08:08 (GMT) |
Just pass mesh=NULL to wrapped modifier when dm=NULL |
Revision 15bb1b4 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) April 25, 2018, 07:54 (GMT) |
WIP: Rename settings function in Draw Manager |
April 25, 2018, 07:53 (GMT) |
Added note about potential crash in add_orco_dm() |
April 25, 2018, 07:47 (GMT) |
Construct 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. |
Revision 1e126fb by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) April 24, 2018, 17:31 (GMT) |
WIP: Replace field name for palettecolor |
|