Blender Git Commit Log

All Blender Git commits.

Page: 2745 / 8462

January 19, 2019, 14:34 (GMT)
Merge branch 'master' into greasepencil-object
January 19, 2019, 02:58 (GMT)
Cleanup: add trailing commas

Prevents clang-format merging into a single line.
January 19, 2019, 02:24 (GMT)
GP: Fill: Add end cap support to boundary strokes

+ Fill boundary stroke supports end caps
+ Fix pixfactor type
January 18, 2019, 20:00 (GMT)
Merge branch 'blender2.7'
January 18, 2019, 19:59 (GMT)
Fix T60627: Cycles render hanging on Windows with threadripper CPU.
January 18, 2019, 19:58 (GMT)
Fix T60585: Cycles not using all cores on threadripper, after recent changes.
January 18, 2019, 18:18 (GMT)
Fix T60585: Cycles not using all cores on threadripper, after recent changes.
January 18, 2019, 17:54 (GMT)
Add miter pattern options.

Will document the new options in release notes, then in manual.
Still a bit of work to do on the bulging shape that appears
on cube corners if using arc inner miters, but will do that later.
Also need to do something smarter in clamp overlap.
January 18, 2019, 17:39 (GMT)
Fix T60615: Cycles baking not working with some modifiers.

Refactors Cycles mesh export a bit to avoid unnecessary copies and to be in
sync with the Blender baker.
January 18, 2019, 15:51 (GMT)
Merge branch 'master' into greasepencil-object
January 18, 2019, 15:50 (GMT)
GP: Guides: Fix bug with Mkey and Circular guides

Reported by @pepeland.

Adding missing events on the first point was breaking the guide behaviour.
Also, updated Ckey so it always defaults to Circular mode when guides are off.
January 18, 2019, 15:30 (GMT)
View 3D Grid: Improve precision and reduce code complexity

Instead of doing manual ray-plane intersection we use normalized positions
of the grid mesh and apply scaling after interpolation so that we keep
good precision even at really far distances.

Precision is now two order of magnitude better and does not produce the
same kind of artifact at lower clip start values.

This commit also cleanup the implementation.

Fixes T58918 Grid not appearing correctly at low clip start in 2.8
January 18, 2019, 15:11 (GMT)
Preferences: assortment of minor layout tweaks.
January 18, 2019, 14:17 (GMT)
Cycles: Fixed uninitialized memory

Cryptomatte on CPU with accurate mode was hitting uninitialized variables.
This is now explicitly initializing them to NULL.
January 18, 2019, 13:53 (GMT)
Fix/workaround: Undo erase all dyntopo changes

Memfile undo isn't compatible with sculpt or edit-mode.

This didn't work in 2.7x, so best disable memfile undo for now in
situations where it's going to loose data or crash.
January 18, 2019, 13:25 (GMT)
Fix loading a file saved w/ dyntopo

Ensure ED_editors_init doesn't create any undo steps
before the initial memfile undo is written.
January 18, 2019, 12:29 (GMT)
Cycles: Added feature overrides

This adds some extra options to disable certain rendering features, such as image maps, lights, shadows,
atmosphere, bump maps, etc. Intended to be used for diagnosing rendering problems.
"Inspired" by Arnold.
January 18, 2019, 12:15 (GMT)
Fix undo push entering sculpt mode
January 18, 2019, 11:38 (GMT)
Cleanup: remove unnecessary CUDA architecture sm_72, it's for Tegra chips.
January 18, 2019, 11:29 (GMT)
Subdiv CCG: Cleanup, comments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021