Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2009 / 5574

September 3, 2017, 13:43 (GMT)
BLI_kdtree: utility function to remove doubles
September 3, 2017, 06:33 (GMT)
CMake: use Blender's glew by default

Use since it's always bundled to avoid any issues caused
by version mis-match.
Revision b227a33 by Joshua Leung
September 3, 2017, 00:49 (GMT)
Fix: Deleting GPencil keyframes in DopeSheet didn't redraw the view
Revision 4f6196a by Joshua Leung
September 3, 2017, 00:49 (GMT)
Fix: Border select for GPencil keyframes was including those in the "datablock" channels even though those weren't visible

This meant that it was easy to accidentally select too many keyframes
Revision c671973 by Joshua Leung
September 3, 2017, 00:49 (GMT)
Fix: GPencil Sequence Interpolation for thickness/strength was inverted

For example, if you have two keyframes:
k1 = 1px, k2 = 10px

it was doing:
1px, 9px, 8px, ..., 3px, 2px, 10px
instead of:
1px, 2px, 3px, ..., 8px, 9px, 10px
Revision 53ec0e5 by Joshua Leung
September 3, 2017, 00:49 (GMT)
Fix T52227: Time Slide tool doesn't take NLA mapping into account

To be backported to 2.79
September 2, 2017, 23:14 (GMT)
[deps/msvc] Debug flags for optimized debug libs were inverted for cxx.
September 2, 2017, 14:04 (GMT)
Correct own error simplifying matrix checks
September 2, 2017, 10:07 (GMT)
Merge branch 'master' into blender2.8
September 2, 2017, 06:13 (GMT)
Cleanup: use title caps for labels

Also consistent quoting (single quotes for enums, text uses double).
September 1, 2017, 17:51 (GMT)
Fixes to cage2d scaling in the node editor
September 1, 2017, 17:30 (GMT)
BMesh: use predictable order for remove-doubles

Each qsort implementation may give different results when values match.

Now fallback to sorting by index.
September 1, 2017, 14:50 (GMT)
Revert "Manipulator: remove unused event hack"

This reverts commit 134e927965c9871df8a9e13806f1cd48f4d43f16.

Writing into const event is very bad,
but this change broke compositor manipulators.

Will look into better solution eventually.
September 1, 2017, 10:27 (GMT)
Fix T52472: VSE Audio Volume not set immediately

Audio mixing is done with volume interpolation. A new handle started at
volume 1, now starting at volume 0 for a smooth fade in.
September 1, 2017, 09:17 (GMT)
Merge branch 'master' into blender2.8
September 1, 2017, 07:06 (GMT)
RNA: demote non-strict class naming to warning

This stops a lot of add-ons from registering,
while this must be resolved but there no need to force error just now.
September 1, 2017, 06:08 (GMT)
Cycles: follow strict class naming convention
August 31, 2017, 16:30 (GMT)
Merge branch 'master' into blender2.8
August 31, 2017, 14:59 (GMT)
Cleanup: strict naming conventions
August 31, 2017, 14:59 (GMT)
RNA: strict naming for types in bpy.types

Blender scripts already do this, some addons will need updating.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021