Blender Git Commit Log

All Blender Git commits.

Page: 2787 / 8462

December 22, 2018, 00:27 (GMT)
Fix T59644: FPS meter not showing in VSE

Issue caused probably by typo
December 21, 2018, 21:14 (GMT)
Cleanup: const cast
December 21, 2018, 20:10 (GMT)
Fix T59734: cyclic dependency with drivers on PoseBone.bbone_*.

Allow more flexible use of drivers on B-Bone properties by
connecting the dependencies to the actual operation node that
uses the values, instead of the whole component.
December 21, 2018, 20:06 (GMT)
Fix T58327: Quick Favorites "Remove from Favorites" missing for added
Modifiers

Since user menu entries from SPACE_BUTS/SPACE_TOPBAR are also shown in
other Editors (SPACE_VIEW3D), also allow these entries to be removed
from Quick Favorites from these Editors.
Match and deduplicate logic from screen_user_menu_draw() and
ui_popup_context_menu_for_button().

Reviewers: campbellbarton, brecht

Maniphest Tasks: T58327

Differential Revision: https://developer.blender.org/D4112
December 21, 2018, 18:56 (GMT)
Fix T59686: snap to adaptive grid occurs with a "delay"

In blender 2.8, when you zoom in, the adaptive subdivisions appear earlier than previous versions.
The grid still appears a little before the snap, but since it is very small I see no advantage in snap for this case.
December 21, 2018, 18:48 (GMT)
GP: Primitive: Changes from gp branch

F-key to change stroke brush size
Fix random bias for jitter
December 21, 2018, 17:55 (GMT)
Merge branch 'master' into greasepencil-object
December 21, 2018, 17:54 (GMT)
Fix T59565: NaN/crash with zero radius tip of hair curves.
December 21, 2018, 16:23 (GMT)
Cleanup: fix more ATTR_FALLTHROUGH warnings.

Ref D3960.
December 21, 2018, 16:05 (GMT)
Merge branch 'blender2.7'
December 21, 2018, 16:02 (GMT)
Cleanup: fix ATTR_FALLTHROUGH warnings.

Ref D3960.
December 21, 2018, 15:55 (GMT)
Fix T59708: decimate modifier does not show face count before decimation.
December 21, 2018, 15:54 (GMT)
Fix T59691: Crash when deleting data-block video or audio in a video editor
December 21, 2018, 15:54 (GMT)
Cleanup: Indentation
December 21, 2018, 15:34 (GMT)
Fix T59668: UV unwrap pinning bugs.

With multi object editing it creates the charts twice, which broke some
logic in the unwrapper.
December 21, 2018, 15:33 (GMT)
Merge remote-tracking branch 'origin/master' into fracture_modifier-2.8

# Conflicts:
# release/scripts/addons
# release/scripts/addons_contrib
# source/blender/blenkernel/BKE_rigidbody.h
# source/blender/blenkernel/intern/rigidbody.c
# source/blender/depsgraph/intern/builder/deg_builder_relations.cc
# source/blender/editors/physics/rigidbody_constraint.c
# source/blender/makesrna/intern/rna_rigidbody.c
December 21, 2018, 15:27 (GMT)
Merge branch 'master' into greasepencil-object
December 21, 2018, 15:14 (GMT)
Workbench: Fix crash when using more than one metaball

Was caused by recent change in logic
December 21, 2018, 15:14 (GMT)
Fix T59608: Curves invisible in object mode
December 21, 2018, 15:05 (GMT)
Fix inconsistent/broken Cycles object visibility for instances.

Object visibility is now handled by the depsgraph iterator, but this API
was incomplete as it made no distinction for visibility of the object itself,
particles and generated instances.

The depsgraph iterator API now includes information about which part of the
object is visible, and this is used by Cycles to replace the old custom logic.
Cycles and EEVEE visibility should now be consistent, which unfortunately does
means some subtle compatibility breakage for both.

Fixes T58956, T58202, T59284.

Differential Revision: https://developer.blender.org/D4109
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021