Blender Git Loki

Kaikki Blender Git kommitit.

Page: 3701 / 8462

September 4, 2017, 09:45 (GMT)
Enable MultiEdit keys in Sculpt/Weight Paint modes

The Q and Shift+Q keys can be used in Sculpt and Weight Paint modes too, and not only in Edit mode.
September 4, 2017, 09:42 (GMT)
Enable Multiedit in Weight Paint mode
September 4, 2017, 06:38 (GMT)
PyAPI: fix rna_info for changes in type access
September 4, 2017, 06:19 (GMT)
PyDoc: update context_type_map
September 4, 2017, 04:49 (GMT)
RNA/PyAPI: Expose Py classes in bpy.types

Operators and their properties are two different types

Previously both operators and their properties are added
causing C operators to access the properties, Python the classes.

Favor consistency in this case so only Python classes are added.
September 4, 2017, 04:32 (GMT)
Cleanup: avoid confusing assignment
September 3, 2017, 23:11 (GMT)
various smaller fixes / cleanup for obstacles and guiding
September 3, 2017, 14:47 (GMT)
T52534: Compositor artifacts when scaling

Increased the maxx and maxy area of interest when scaling in this case.
September 3, 2017, 13:52 (GMT)
Fix T52634: EditMesh Remove doubles could hang

A single diagonal axis was used for sorting coordinates,
the algorithm relied on users not having vertices axis aligned.

Use BLI_kdtree to remove doubles instead.

Overall speed varies, it's more predictable than the previous method.
Some typical tests gave speedup of ~1.4x - 1.7x.
September 3, 2017, 13:43 (GMT)
BLI_kdtree: utility function to remove doubles
September 3, 2017, 09:07 (GMT)
Cleanup: Replace int text to double quotes
September 3, 2017, 09:03 (GMT)
Merge branch 'blender2.8' into greasepencil-object
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.
September 3, 2017, 00:49 (GMT)
Fix: Deleting GPencil keyframes in DopeSheet didn't redraw the view
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
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
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 3, 2017, 00:23 (GMT)
improved initial velocity setup for smoke and liquids

initial velocity grids now only allocated if actually enabled in UI. rudimentary support for liquid initial velocity when using plane inflow objects, proper liquid initial velocities (set invels in full volume) still todo though.
September 2, 2017, 23:14 (GMT)
[deps/msvc] Debug flags for optimized debug libs were inverted for cxx.
September 2, 2017, 20:59 (GMT)
flow source UI updates
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021