Blender Git Commits

Blender Git "master" branch commits.

Page: 1164 / 5574

May 31, 2019, 10:14 (GMT)
Fix build error on FreeBSD

Don't rely on indirect header includes.
May 31, 2019, 10:12 (GMT)
EEVEE: Baking + Volumetrics

Missing init cache call to volumetrics during light baking

Reviewed By: fclem

Maniphest Tasks: T65206

Differential Revision: https://developer.blender.org/D4984
May 31, 2019, 10:08 (GMT)
Fix T63981: Factory default memory cache limit is 4096 MB

The initialization of default settings and cache limit and audio.
May 31, 2019, 10:00 (GMT)
Cleanup: simplify static assert definitions, assuming C11 and C++11
May 31, 2019, 09:19 (GMT)
Fix: Don't use a slider to control the Background Image Scale property.

It makes no sense to control this with a slider, since it became difficult to scale in normal ranges, and scale factors aren't represented well this way.
May 31, 2019, 09:11 (GMT)
Fix compilation previous commit
May 31, 2019, 08:49 (GMT)
Fix T65334: use _Static_assert on clang as well, to avoid macOS build error

Still needs a proper solution for older compilers with custom static assert.
macro that can conflict when there is an assert on the same line in multiple
files.
May 31, 2019, 08:33 (GMT)
Fix T55494: Apply transforms on parents and children
Fix T63790: Crash when applying Scale of Object with vertex parent

Made apply transform to fully live in the evaluated domain.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D4976
May 31, 2019, 08:05 (GMT)
Fix T65285: Crash with Object.to_mesh() in certain conditions

Was happening when modifier stack detected that mesh is not deformed
and is not modified and attempted to share result across multiple
objects.

This was introduced in 2f77119.

Now functions which are supposed to return mesh owned by caller will
do so again. Shouldn't be a huge impact on memory print since the
data layers are referenced.
May 31, 2019, 06:33 (GMT)
Keymap: Add back Ctrl-Up/Down for 2.7X
May 31, 2019, 06:24 (GMT)
Fix T65147: Rotate normal not interactive from menu
May 31, 2019, 05:44 (GMT)
Cleanup: clang-format
May 31, 2019, 05:44 (GMT)
Cleanup: undeclared variable warning
May 31, 2019, 05:44 (GMT)
makesrna: quiet re-declared enum warning

Note that BLI_STATIC_ASSERT use in headers is likely to cause this
error again, we could have a version that takes a unique ID
to be used in headers.
May 30, 2019, 22:47 (GMT)
VSE: Menu bug fixes

- Return Toggle Meta to Strip Menu
- Move position of Lock/Mute in Strip Menu to match position in Context Menu.
- Remove Lock icon.

Author: Peter Fog

Reviewed By: billreynish, ISS, brecht

Differential Revision: https://developer.blender.org/D4957
May 30, 2019, 22:47 (GMT)
VSE: don't add crop and transform data for sound strips

This also fixes commit rB1fd7b380f4cf8a0489b405de2819f228a4da5ea2 which
didn't do allocation for effect strips properly.

Reviewed By: brecht, campbellbarton

Differential Revision: https://developer.blender.org/D4970
May 30, 2019, 22:28 (GMT)
Fix T65319 Crash when selecting vertices in edit mode
May 30, 2019, 17:34 (GMT)
Fix T64510 Armature: Empty Not Visible as Bone custom shape
May 30, 2019, 17:33 (GMT)
DRW: Fix crash when object has no bounding box
May 30, 2019, 16:28 (GMT)
Fix T65049 Crash cause by NULL geom pointer
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021