Blender Git Commit Log

All Blender Git commits.

Page: 3304 / 8462

May 8, 2018, 23:31 (GMT)
BKE: bvhutils: Always return NULL when the BVHtree has no leafs.

BLI_bvhkdop functions were not made to work with zero-leaf trees.
Perhaps a better solution would be to modify BLI_bvhkdop to work with zero leaf trees.
But this solution of returning NULL was already used for bvhtrees of looptris.
May 8, 2018, 23:04 (GMT)
ED_transform: Port ED_transform_snap_object to new Mesh-based system.

Differential Revision: https://developer.blender.org/D2896
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, 18:10 (GMT)
View Layer overrides

TODO:
* Properties (all)

Notes:
* UI settings, stored per scene so it does not change based on view layer
* Link collection menu can leak memory (like Move to Collection).

The design for this task is: T54792
May 8, 2018, 17:36 (GMT)
Cleanup: Remove "colorname" from GPStroke.new()

This isn't used now, so remove it to silence the compiler warnings here
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:12 (GMT)
Fix compiler warnings after API changes in 2.8
May 8, 2018, 17:07 (GMT)
Merge branch 'blender2.8' into greasepencil-object

# Conflicts:
# source/blender/blenloader/intern/versioning_280.c
# source/blender/editors/gpencil/gpencil_edit.c
# source/blender/editors/gpencil/gpencil_paint.c
# source/blender/editors/gpencil/gpencil_utils.c
# source/blender/editors/object/object_transform.c
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:15 (GMT)
Remove VFX simplify option
May 8, 2018, 16:08 (GMT)
Merge branch 'greasepencil-object' of git.blender.org:blender into greasepencil-object

Conflicts:
source/blender/draw/engines/gpencil/gpencil_engine.c
May 8, 2018, 16:01 (GMT)
Cleanup: includes
May 8, 2018, 15:56 (GMT)
WIP: Temporary/placeholder commit to get compiling working

Commented out all lines referring to vfx-related passes/buffers.
(Antonio: Please revert this commit, then commit proper fixes for each of these lines)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021