Blender Git Commit Log

All Blender Git commits.

Page: 3277 / 8462

May 16, 2018, 11:06 (GMT)
Reverted copying mesh->runtime.deformed_only in CDDM_from_mesh_ex

Doing that copy is the right thing, but only if the mesh has its own
deformed_only flag set correctly. This isn't generally the case, so
keeping dm->deformedOnly = 1 is better.
May 16, 2018, 11:04 (GMT)
Multi-Object-Editing: MESH_OT_faces_select_linked_flat

Reviewers: dfelinto

Maniphest Tasks: T54643

Differential Revision: https://developer.blender.org/D3372
May 16, 2018, 10:54 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-sybren-particles
Revision d095eea by Mai Lavelle (master)
May 16, 2018, 10:45 (GMT)
Silence warning about functions having no prototype
May 16, 2018, 10:43 (GMT)
Merge branch 'blender2.8' into temp-sybren-particles
May 16, 2018, 10:41 (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.
May 16, 2018, 10:35 (GMT)
FIXUP used wrong ob/psys
May 16, 2018, 10:29 (GMT)
Multi-Object-Editing: intersect boolean (MESH_OT_intersect_boolean)

Reviewers: dfelinto (changed test from totvert to totfacesel before committing)

Maniphest Tasks: T54643
Differential Revision: https://developer.blender.org/D3306
May 16, 2018, 10:26 (GMT)
Fix check for MESH_OT_intersect
May 16, 2018, 10:25 (GMT)
Fixes for collections unification:

* Fix various crashes due to bug in latest versioning code
* Fix outliner restrict button column clipping
May 16, 2018, 10:17 (GMT)
Multi-Object-Editing: intersect (MESH_OT_intersect)

Reviewers: dfelinto

Maniphest Tasks: T54643
Differential Revision: https://developer.blender.org/D3307
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.
Revision f7c37c8 by Mai Lavelle (master)
May 16, 2018, 10:07 (GMT)
Modifiers: Port mesh_calc_modifiers from DerivedMesh to Mesh

This ports the main modifier eval loop.

A few things haven't been ported yet: tessface and shapekey related code. As
far as I can tell, shapekey code was never entered into.

https://developer.blender.org/D3342
Revision c43dbc2 by Mai Lavelle (master)
May 16, 2018, 10:07 (GMT)
Add modifier_deformVerts_ensure_normals, modifier_applyModifier_ensure_normals

Same as `modwrap_deformVerts` and `modwrap_applyModifier` but for `Mesh`.
Revision fee50f8 by Mai Lavelle (master)
May 16, 2018, 10:07 (GMT)
Add BKE_mesh_is_valid

Non modifying version of `BKE_mesh_validate`, mirrors `DM_is_valid` more
closely. Will be used in port of `mesh_calc_modifiers`
from `DerivedMesh` to `Mesh`.
May 16, 2018, 10:03 (GMT)
Popover for Pivot Point in top bar

From T55038
May 16, 2018, 09:54 (GMT)
Multi-Object-Editing: Weld Edges into Faces(MESH_OT_face_split_by_edges)

Reviewers: dfelinto

Maniphest Tasks: T54643

Differential Revision: https://developer.blender.org/D3308
May 16, 2018, 09:02 (GMT)
Fix dissolve operator

The indices were wrong
May 16, 2018, 08:51 (GMT)
Cleanup: Remove unused parameter
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021