Blender Git Commit Log

All Blender Git commits.

Page: 2244 / 8462

August 24, 2019, 11:46 (GMT)
GPencil: Use evaluated data in selection

Now the selection is using the position after evaluating the modifiers and makes possible to select a stroke point that has been moved from the original location.

Related to T66294
August 24, 2019, 11:27 (GMT)
Merge branch 'master' into greasepencil-object
August 24, 2019, 11:27 (GMT)
Cleanup: use eval as suffix

Follow conversion already used in most places.
August 24, 2019, 11:26 (GMT)
Merge branch 'master' into greasepencil-object
August 24, 2019, 11:23 (GMT)
Fix object origin transform with vertex snapping
August 24, 2019, 11:20 (GMT)
GPencil: Fix changes after merge

Some variables changed and need rename.
August 24, 2019, 11:09 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/blenkernel/BKE_gpencil.h
source/blender/blenkernel/intern/gpencil_modifier.c
source/blender/draw/engines/gpencil/gpencil_cache_utils.c
source/blender/draw/engines/gpencil/gpencil_draw_utils.c
source/blender/draw/engines/gpencil/gpencil_engine.h
source/blender/makesdna/DNA_object_types.h
August 24, 2019, 10:25 (GMT)
UI: Add Meta strip icon to Sequencer sidebar

Patch by Peter Fog (tintwotin).

Differential Revision: https://developer.blender.org/D5567

Reviewers: Brecht Van Lommel (brecht), William Reynish (billreynish)
August 24, 2019, 07:02 (GMT)
GPencil: Fix typo error
August 24, 2019, 06:50 (GMT)
Fix T68807: smoothing group issue

Showed in OBJ export.
Caused by comparison mistake in rB2e91fc39ac7.

Reviewers: mont29

Maniphest Task: T68807

Differential Revision: https://developer.blender.org/D5561
August 24, 2019, 02:16 (GMT)
Fix BKE_bvhtree_from_editmesh_get not setting cached value

The stored value was always false because of shadowing.

Also disable unused code.
August 24, 2019, 02:06 (GMT)
Cleanup: use doxy sections for editfont
August 24, 2019, 02:06 (GMT)
Cleanup: correct use of term 'split'
August 24, 2019, 02:06 (GMT)
Cleanup: use eval as a suffix

Follow conversion already used in most places.
August 24, 2019, 01:35 (GMT)
Add Oculus to the list of known runtimes

With this, all currently available runtimes are in the runtime map. So
removing the TODO comment.
August 24, 2019, 01:32 (GMT)
Cleanup: Refactor (hacky) swapchain image submission

Code now assumes that the view-draw callback left the OpenGL state for
ongoing use by Ghost-XR. So the state doesn't have to be set by the
swapchain image submission and thus it we don't need to pass the Ghost
OpenGL context to it in a hacky way.
Also, rename drawViewEnd (to submitToSwapchain) and remove
drawViewBegin.
August 24, 2019, 01:17 (GMT)
Fix warning in release builds
August 24, 2019, 01:15 (GMT)
Own FBO for VR viewport to get previous changes to work
August 23, 2019, 22:51 (GMT)
BKE bvhutils: create and use new `BKE_bvhtree_from_editmesh_get`

With this function it is easier to create and have control over editmeshes `BHVtree`s.
August 23, 2019, 22:45 (GMT)
UI: Various tooltip corrections and fixes

Patch by Yevgeny Makarov (jenkm)

Differential Revision: D5514
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021