Blender Git Commits
May 16, 2018, 12:52 (GMT) |
More removal of DerivedMesh stuff |
May 16, 2018, 12:33 (GMT) |
Some fixups |
May 16, 2018, 12:33 (GMT) |
Mesh: Set deformed_only=1 when copied mesh is from main library |
May 16, 2018, 11:07 (GMT) |
Merge branch 'blender2.8' into temp-sybren-particles |
May 16, 2018, 10:54 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-sybren-particles |
May 16, 2018, 10:43 (GMT) |
Merge branch 'blender2.8' into temp-sybren-particles |
May 16, 2018, 10:35 (GMT) |
FIXUP used wrong ob/psys |
May 16, 2018, 10:16 (GMT) |
WIP NO PUSHY PUSHY particle system |
May 16, 2018, 10:16 (GMT) |
Save 'deform_only' flag in Mesh.runtime This flag is copied when converting between DM and Mesh. This flag is set to true in get_mesh(), to mimick the behaviour of CDDM_from_mesh_ex. This is necessary for the particle system to work correctly. |