Blender Git Commit Log

All Blender Git commits.

Page: 2767 / 8462

January 8, 2019, 03:40 (GMT)
clang-format-migration.sh: support passing in files paths to operate on

Running on all source is tedious when iterating on config tweaks.
January 8, 2019, 00:41 (GMT)
GP: Guides: Change keys to release event
January 8, 2019, 00:26 (GMT)
GP: Guides: Change units from px to blender

Based on GP team feedback

+ Tidy and also fix issue of not snapping to nearest guide
January 7, 2019, 23:51 (GMT)
Merge branch 'master' into temp-clang-format
January 7, 2019, 23:37 (GMT)
Cleanup: comments causing bad clang-format output
January 7, 2019, 22:31 (GMT)
clang-format-scripts: Add 'intern/ghost' and 'intern/clog'
January 7, 2019, 22:31 (GMT)
Update .editorconfig
January 7, 2019, 18:38 (GMT)
clang-format: enable .osl and .glsl formatting.
January 7, 2019, 18:05 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/makesdna/DNA_gpencil_types.h
source/blender/makesdna/DNA_scene_types.h
January 7, 2019, 17:43 (GMT)
GP: Support Cutter in same stroke

Before the cutter only worked with different strokes, but now can handle selfcollisions.

Also added code to avoid infinite loops.
January 7, 2019, 16:32 (GMT)
Fix T60167: wrong shader nodes in Eevee add menu.
January 7, 2019, 16:18 (GMT)
Fix bad enum value since 299ff7dcd13

This is why out-sourcing things to a production-tested formatters
is a very very good idea.
January 7, 2019, 16:14 (GMT)
Subdiv: Use defined order of corner/edge vertices

This switches evaluation of vertices which are on the boundaries
of PTex faces to a single threaded one. While this introduces
some slowdown it fixes ambiguity of PTex index used to evaluate
particular vertex.

Possible alternative solutions would be:
- Do some pre-calculation of index, then do evaluation in threads.
- Try using Gregory patches and see if that makes any affect.

Fix T60235: Flickering of object instances
January 7, 2019, 16:14 (GMT)
Subdiv: Move single threaded code to a single function

Allows to more easily add more passes which are supposed to be run
from a single thread.
January 7, 2019, 16:14 (GMT)
Subdiv: Cleanup, de-duplicate code
January 7, 2019, 15:22 (GMT)
GP: Hide Options and Curves popovers for Fill brushes

January 7, 2019, 15:17 (GMT)
GP: Guides: UI Cleanup

Remove enable option from menu
Remove cursor location
January 7, 2019, 15:12 (GMT)
GP: Cleanup compiler warnings
January 7, 2019, 14:35 (GMT)
Fix missing updates when muting/soloing/reordering NLA tracks.
January 7, 2019, 14:01 (GMT)
Merge branch 'master' into temp-clang-format
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021