Blender Git Commit Log

All Blender Git commits.

Page: 2290 / 8462

August 6, 2019, 15:23 (GMT)
rename element_amount to size
August 6, 2019, 15:17 (GMT)
move function to correct file
August 6, 2019, 15:16 (GMT)
OpenVDB: Applied `make format` to apply the correct code style.
August 6, 2019, 14:49 (GMT)
DrawManager: Fixed Assertion In Workbench
August 6, 2019, 14:48 (GMT)
Set pivot position: update to new sculpt API
August 6, 2019, 14:23 (GMT)
Fix transform tool mask value
August 6, 2019, 14:17 (GMT)
Fix exception when using the node search
August 6, 2019, 14:16 (GMT)
Mask expand: symmetry support
August 6, 2019, 13:50 (GMT)
Topology automasking: update to new sculpt API
August 6, 2019, 13:31 (GMT)
Fix T68227: Pinning the particles system data-block causes error

The 'Seed' setting is not part of the pinned data-block. When pinning,
the local variable `psys` is `None`, and this wasn't properly checked for
when drawing the 'Seed' setting.
August 6, 2019, 12:49 (GMT)
Cloth: fix memory leak while removing vertex

ClothSizing was not being freed when the vertex was removed, now it is.
August 6, 2019, 12:40 (GMT)
Keymap: add sequencer left/right select

Matches graph editor keys.

D5192 by @tintwotin
August 6, 2019, 12:34 (GMT)
Fix crash when opening files with missing armature libaries

In the case where the library is missing, the armature object is
replaced with an empty. This would crash the armature modifier.

Now we check if the armature object really is an armature or not.
August 6, 2019, 12:18 (GMT)
Cloth: fix bug while removing vertex from cvm
August 6, 2019, 12:03 (GMT)
Merge branch 'master' into soc-2019-outliner
August 6, 2019, 11:59 (GMT)
Cleanup: move utf8 offset conversion into BLI_string_utf8

There isn't anything specific to text data with these functions.
August 6, 2019, 11:59 (GMT)
Cleanup: spelling (neighbor)
August 6, 2019, 11:30 (GMT)
Cloth: try storing localized mesh
August 6, 2019, 11:28 (GMT)
Fix T68291: crash snapping to both verts and edges with linked meshes

this was also happening in snapping with the measure tool

same method as in snap_mesh_polygon() (from rB59286ddcf80c) now used in
snap_mesh_edge_verts_mixed() as well...

Reviewers: mano-wii

Maniphest Tasks: T68291

Differential Revision: https://developer.blender.org/D5422
August 6, 2019, 10:42 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/blenloader/intern/versioning_defaults.c
source/blender/windowmanager/intern/wm_files.c
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021