Blender Git Commits

Blender Git "master" branch commits.

Page: 1771 / 5574

May 8, 2018, 23:00 (GMT)
BKE: bvhutils: Port bvhtree_from_mesh_get to take a Mesh param instead of a DerivedMesh.

Differential Revision: https://developer.blender.org/D3227
May 8, 2018, 18:30 (GMT)
Extrude Widget: with/without axis constraint
May 8, 2018, 18:30 (GMT)
Extrude Widget: tweak draw style

Use filled circle for redo
May 8, 2018, 17:36 (GMT)
Cleanup: naming (prefer len over num for new code)
May 8, 2018, 17:26 (GMT)
Cleanup: mesh_runtime naming

- BKE_mesh_get_looptri_num -> BKE_mesh_runtime_looptri_len
- BKE_mesh_runtime_recalc_looptri -> BKE_mesh_runtime_looptri_recalc
- BKE_mesh_get_looptri_array -> BKE_mesh_runtime_looptri_ensure
May 8, 2018, 17:16 (GMT)
Missed last commit
May 8, 2018, 17:15 (GMT)
Merge branch 'master' into blender2.8
May 8, 2018, 17:04 (GMT)
Modifier stack: partial port of ShrinkWrap to new Mesh-based system.

Partial only, complete depends on BVHTree helper updates, and subsurf
updates.
May 8, 2018, 16:41 (GMT)
Modifier stack: Port Warp to new Mesh-based system.
May 8, 2018, 16:19 (GMT)
Modifier stack: port Mask to new Mesh-based system.
May 8, 2018, 16:01 (GMT)
Cleanup: includes
May 8, 2018, 15:54 (GMT)
Cleanup: move mesh conversion into own function
May 8, 2018, 15:52 (GMT)
Modifier stack: Port Caqst to new Mesh-based system.
May 8, 2018, 15:46 (GMT)
Collections: remove per collection and view layer engine overrides.

This will be handled by the new view layer override system which will
store data elsewhere, removing the code already for easier refactoring.
May 8, 2018, 15:28 (GMT)
Cleanup: consistent BKE_mesh naming
May 8, 2018, 15:17 (GMT)
Cleanup: use bool for BKE_mesh_new_from_object
May 8, 2018, 15:15 (GMT)
Cleanup: rename variables

DerivedMesh had some odd conventions, remove from BKE_mesh.
May 8, 2018, 15:06 (GMT)
Cleanup: use 'nomain' when not in library data

Rename only.
May 8, 2018, 14:57 (GMT)
Cleanup: whitespace, duplicate includes
May 8, 2018, 14:42 (GMT)
Modifier stack: Port Smooth to new Mesh-based system.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021