Blender Git Commit Log

All Blender Git commits.

Page: 2511 / 8462

May 17, 2019, 09:59 (GMT)
don't use signature in function anymore
May 17, 2019, 09:46 (GMT)
remove more dependencies on signature and parameter types
May 17, 2019, 09:31 (GMT)
Fix: Sequencer Cache panel was accidentally removed in 86eefefdc1aa

Also fixed one last panel missing a category
May 17, 2019, 09:18 (GMT)
move more signature logic into function
May 17, 2019, 09:11 (GMT)
Merge branch 'master' into functions
May 17, 2019, 08:45 (GMT)
Fix T64733: Error baking action

scene.update() needs to be replaced with view_layer.update() after
rBe693918d4074

note: will go over other occurances of scene.update() in a different
commit
May 17, 2019, 08:45 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/makesdna/DNA_object_types.h
May 17, 2019, 08:43 (GMT)
API Docs: fix mistake in example code
May 17, 2019, 08:38 (GMT)
Report an error when trying to remove non-in-main datablock

After recent dependency graph API changes it became easy to violate
ownership design (since its changed) and request removal of out-of-main
temporary mesh. This confuses Blender and can cause crashes/locks.

Fixes T64731: Blender freezes after assigning result of object.to_mesh()
May 17, 2019, 08:34 (GMT)
API Docs: add example use cases for mesh functions, fix wrong description
May 17, 2019, 08:24 (GMT)
Depsgraph: State behavior details more explicitly
May 17, 2019, 08:01 (GMT)
Fix T64713: Link to Collection Textfield does not become active
automatically
May 17, 2019, 05:02 (GMT)
Mesh Select: use select context instead of static structs

This patch does not bring any functional change, but it does expose
some utilities that can be very useful to correct occlusion and
performance problems of Circle Select and similar.
Creating a selection context still makes it easier to track issues.
May 17, 2019, 04:11 (GMT)
Fix face mask edge select drawing

All edges were drawing black.
May 17, 2019, 04:04 (GMT)
3D View: Support texture paint mask clipping
May 17, 2019, 02:48 (GMT)
UI: add tool panel for node editor, use tabs

This follows the 3D view, adding an "Options" tab.
May 17, 2019, 00:03 (GMT)
makesdna: Fix build error on win32.

Win32 has some special struct alignment rules that makesdna
is not warning about. See

https://developer.blender.org/T63164#652815

for details.
May 16, 2019, 18:48 (GMT)
GPencil: Fix crash adding new layer

The derived frame was not initializated to NULL.
May 16, 2019, 18:25 (GMT)
Tests: add more descriptive messages when idiff is not available

Based on patch contributed by Diana Picus in D4355.
May 16, 2019, 18:15 (GMT)
Preference: don't autosave preferences when running with --factory-startup

This case is likely intended to be temporary, for manual or automated tests.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021