Blender Git Commits

Blender Git "master" branch commits.

Page: 1169 / 5574

May 28, 2019, 12:37 (GMT)
Fix T65226 Crash on entering in Edit mode with ASAN build
May 28, 2019, 12:22 (GMT)
Cleanup: DRW: Rename DRW_STATE_BLEND_* for API clarity
May 28, 2019, 11:56 (GMT)
Fix T65141 Bevel did not curve.

The previous fix to the spike bug T64582 was not really right.
This fixes that one properly and restores the desired curving
profile in the bug's example.
May 28, 2019, 10:22 (GMT)
Fix T57090: selected node group input sockets circles not drawing in
sidebar UIList

nodesockets were actually drawn, but immediately drawn over by widgets
from the widget draw batch cache.

solution here is to "widgify" nodesocket drawing as well.

Reviewers: brecht

Maniphest Tasks: T57090

Differential Revision: https://developer.blender.org/D4963
May 28, 2019, 09:11 (GMT)
Fix T57483: Driver on grease pencil modifier does not update
May 28, 2019, 08:24 (GMT)
Fix T65212: Cycles_render_layer test grease pencil crashes.

Theme colors should not be accessed for rendering.

Also some minor cleanups.

Thanks @brecht for catching the bug.
May 28, 2019, 06:37 (GMT)
Cleanup: unused args/vars
May 28, 2019, 06:17 (GMT)
Cleanup: use time scrub instead of scrubbing

Renaming was only done to ED_time_scrub_ui.h, function names
and struct members used term 'scrubbing' which is ambiguous.
May 28, 2019, 06:11 (GMT)
Cleanup: clang format
May 28, 2019, 05:26 (GMT)
Cleanup: rename gizmo keymaps

Don't use plural because single/multiple isn't relevant
for keymap definitions and reads badly for specific gizmo types
that only use a single gizmo.
May 28, 2019, 05:18 (GMT)
Cleanup: remove unused modal gizmo keymap

An operator can only have one modal keymap,
there is no use in defining multiple.
May 28, 2019, 04:40 (GMT)
Gizmo: only highlight when held modifier keys are used

Check the current events modifiers against the gizmo keymap,
only highlighting when keymap items match.

Needed to resolve T63996
May 28, 2019, 03:36 (GMT)
Gizmo: changes to internal drag logic

Minor changes to recent gizmo click/drag logic 08dff7b40bc6a

Changing the gizmos highlighted part in the invoke_prepare
callback is too error prone since it needs to run
before it's known which operator will execute.

Add back 'drag_part', since it simplifies click-drag use.
While this isn't essential with custom keymaps per gizmo
it avoids having to define a keymap in the case a drag
event needs a different action.
May 28, 2019, 01:46 (GMT)
Fix show face-dot check

Match edit-mesh drawing.
May 28, 2019, 01:39 (GMT)
Docs: correct descriptions
May 27, 2019, 19:48 (GMT)
cmake: Fix building with clang on windows.
May 27, 2019, 17:34 (GMT)
Cleanup: Fix const warning in makesrna

rna_function_string was not const correct leading to
different 'const' qualifiers (C4090) warnings in MSVC.
May 27, 2019, 17:30 (GMT)
Fix T65190: GPencil stroke not correctly initializated using python API

The value of new gradient fields was wrong.
May 27, 2019, 17:29 (GMT)
Cleanup: Fix warnings in bf_physics

MSVC did not detect the usage of i in the openmp loops
and emitted a unused variable warning.
May 27, 2019, 16:46 (GMT)
Cleanup: Fix build warning in bf_editor_interface

widget_draw_text_ime_underline was not const correct
leading to warnings with MSVC
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021