Blender Git Commits

Blender Git commits from all branches.

Page: 1214 / 2888

July 29, 2019, 09:20 (GMT)
use debug name checking again
July 29, 2019, 09:14 (GMT)
particle function contains two functions: with/without dependencies
July 29, 2019, 08:06 (GMT)
utility to iterate over trivial particle indices
July 29, 2019, 08:03 (GMT)
scoped timer per element
July 29, 2019, 07:13 (GMT)
fix after merge
July 29, 2019, 07:09 (GMT)
Merge branch 'master' into functions
July 29, 2019, 01:06 (GMT)
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr
July 28, 2019, 23:14 (GMT)
Revert "Squashed version of UDIM support"

This reverts commit 105d3fb41e283e18fffa39291de7f9efd0666417.
July 28, 2019, 23:13 (GMT)
Squashed version of UDIM support

Still missing workbench engine support.
July 28, 2019, 23:12 (GMT)
Merge branch 'master' into experimental-build
July 28, 2019, 20:11 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural
July 28, 2019, 17:33 (GMT)
Fix crash when loading profile widget
July 28, 2019, 15:29 (GMT)
GPencil: Cleanup tarnsform rotation function
July 28, 2019, 15:06 (GMT)
Merge branch 'master' into greasepencil-object
July 28, 2019, 14:29 (GMT)
Mesh Batch Cache: Move index buffer range hack to be more local
July 28, 2019, 13:23 (GMT)
Mesh Batch Cache: Refactor: Again

- Use Extract naming convention to name extract functions that fill vbo/ibo
- Separate extract functions into separate file (for clarity)
- Make simpler iter loops to avoid as much overhead as possible
- Separate loose elements looping functions to avoid iteration complexity
(unfortunately this makes the code more verbose).
- Some iter functions are threadable and tagged as such.
- Add multithreaded iteration for extract functions that supports them.
July 28, 2019, 13:17 (GMT)
GPU: Elements: Put back index tracking in index_buf_set_* functions

There is no threadsafe way of filling the IBOs. So keep filling them
simple and track used indices length.
July 28, 2019, 12:58 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/blenloader/intern/versioning_280.c
July 28, 2019, 07:48 (GMT)
Organize Cancel/Execute buttons according to the OS standard:

Windows: Execute/Cancel
Mac: Cancel/Execute

Linux uses same order as the Mac in this case. That platform doesn't really have as strongly defined standards.
July 28, 2019, 07:46 (GMT)
Swap icons for vertical and horizontal list views

These were wrongly used before
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021