Blender Git Commits

Blender Git "temp-modifier-rm-cddm" branch commits.

Page: 3 / 4

April 25, 2018, 09:45 (GMT)
Start porting Armature modifier
April 25, 2018, 09:45 (GMT)
Consistent naming
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)
Fixed memory leak
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
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.
April 24, 2018, 10:07 (GMT)
Removed unnecessary free
April 24, 2018, 09:52 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm
April 24, 2018, 09:51 (GMT)
Remove debug stuff
April 24, 2018, 09:51 (GMT)
Precious attempt at being ok
April 24, 2018, 09:51 (GMT)
Copy CDDM to allow freeing the mesh
April 24, 2018, 09:51 (GMT)
Don't use MEM_SAFE_FREE as it causes warnings
April 24, 2018, 09:51 (GMT)
Some debugging going on here
April 24, 2018, 09:51 (GMT)
Always get the vertex coordinates from the original mesh

Get from original instead of CoW copy, otherwise there is the risk of
deforming already-deformed coordinates.
April 24, 2018, 09:51 (GMT)
Ported Build modifier to use Mesh instead of DerivedMesh.
April 24, 2018, 08:24 (GMT)
Fix crash when no mesh in passed to deform functions
April 20, 2018, 08:21 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021