Blender Git Commit Log

All Blender Git commits.

Page: 2418 / 8462

June 26, 2019, 03:12 (GMT)
Cleanup: Removed "shorty" which was a relic of the color evaulation for CurveMapping
June 26, 2019, 03:10 (GMT)
Cleanup/Comments:
Small changes, new variable names, and changed/added comments
June 26, 2019, 02:50 (GMT)
RNA: only search necessary space types when unregistered panels
June 26, 2019, 02:44 (GMT)
Cleanup: un-wrap lines in headers, use doxy comments
June 26, 2019, 02:37 (GMT)
Removing and editing various comments
June 26, 2019, 02:18 (GMT)
ProfileWidget: Improved drawing when zoomed out.

The fill polygon is now completed to fill up to the bottom and right edges
of the view, like we're visualizing the profile on the corner of a beveled
rectangle.
June 26, 2019, 01:50 (GMT)
Merge branch 'master' into soc-2019-outliner
June 26, 2019, 01:47 (GMT)
Synced Selection: Sync outliner selections to view layer

Outliner select operators now flush their selections to the
active view layer when synced selection is enabled.
June 25, 2019, 23:26 (GMT)
Revert "GPU: Create and use new GPU_texture_read_rect utility."

This reverts commit e061cb44378efaf159a30fb1c5834db48ffb2bb3.
This function is problematic on some operating systems.

# Conflicts:
# source/blender/draw/intern/draw_manager.c
# source/blender/gpu/GPU_texture.h
# source/blender/gpu/intern/gpu_texture.c
June 25, 2019, 21:27 (GMT)
MSVC: Don't share pch between debug and release builds.

Precompiled headers were sharing the PCH file between debug and
release builds which is 'bad'. Adding the configuration to the
path fixes the issue.

Reported on chat by @mano-wii
June 25, 2019, 21:03 (GMT)
Partial fix to T66126: Non-Active Grease Pencil object stuck in drawmode

This only handles the issue after file load.

To make it an all-around solution we need to deal with
this in ed_object_select_pick, do_outliner_item_activate_tree_element(),
...
June 25, 2019, 19:18 (GMT)
Fix (unreported) missing Scene's GPencil pointer handling in library_query...
June 25, 2019, 19:11 (GMT)
GPencil: Fix User count error when use python to create object

The user count was 2, when the real value must be 1.

The problem was the datablock was created with one user by default.

See: D5131
Reviewers: @mont29
June 25, 2019, 18:04 (GMT)
Industry Compat keymap: LMB-dragging in UV Editor box selects

This makes it possible to drag outside of the Transform gizmo to select
June 25, 2019, 17:28 (GMT)
Industry Compat keymap: Use Move, Rotate, Scale tools for UV transform, instead of modal operators
June 25, 2019, 17:10 (GMT)
Fix T65999: Crash when disabling an addon while its panel is visible

Note, the performance of the tests we run here is still bad since we have plenty
of panels around. But better than the crash.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5116
June 25, 2019, 15:46 (GMT)
UI: rename navigation buttons -> controls
June 25, 2019, 15:46 (GMT)
Cleanup: tweaks to fix for T66065

This fix changed repr() to str().
June 25, 2019, 15:46 (GMT)
Tool System: add UV transform tools
June 25, 2019, 15:26 (GMT)
Fix T66065: Missing text in the UI translations files due to 'fstring' usages.

Am not even sure that it is possible to use fstrings at all when UI
translation is required (that is, is a sensible, reasonable way that
does not make things even more complicated than they already are), but
one thing is certain, this won't be trivial to get it working, so
definitively not a job for now.

Instead just do not use fstrings for UI translatable strings.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021