Blender Git Commit Log

All Blender Git commits.

Page: 2233 / 8462

August 29, 2019, 08:44 (GMT)
GPencil: For Stroke select don't display points

Now, when it's selected the stroke select mode, the points are not displayed and the stroke is fully selected automatically extending the selection.

Differential Revision: https://developer.blender.org/D5622
August 29, 2019, 03:22 (GMT)
Cleanup: unused warning
August 29, 2019, 03:22 (GMT)
Cleanup: use custom data for object transform data
August 29, 2019, 02:49 (GMT)
Outliner: fix sync select on read file without loading UI

Tag for a complete sync when loading a file with load UI disabled.
August 29, 2019, 01:17 (GMT)
Merge master to newboolean.
August 29, 2019, 01:14 (GMT)
Fix T69267: Missing Boids force field tooltip
August 29, 2019, 00:33 (GMT)
Move math and vector double routines into blenlib from delaunay code
August 28, 2019, 23:36 (GMT)
Fix T69273: Rotate tool gizmo not showing incremental snapping tick marks
August 28, 2019, 23:07 (GMT)
Edit Mesh: AutoMerge and Split: Improve detection of the best split face
August 28, 2019, 23:04 (GMT)
Fix possible endless loop in AutoMerge and Split
August 28, 2019, 20:33 (GMT)
GPencil: Animation menu updates

Animation menu updates for Edit Mode and Draw Mode (header and context menu):

- Rename menu items for a better understanding of what the operators really do.
- Change shortcuts (legacy from the old Grease pencil)

{F7708018}

Reviewers: antoniov, pepeland, billreynish

Tags: #bf_blender, #grease_pencil

Differential Revision: https://developer.blender.org/D5617
August 28, 2019, 18:52 (GMT)
Fix T68971: Copy As New Driver from Material node creates a bad reference.

NodeTree structures of materials and some other data blocks are
effectively node group datablock objects that are contained inside
the parent block. Thus, direct references to them are only valid
while blender is running, and are lost on save.

Fix Copy As New Driver to create a reference that goes through
the owner datablock, by adding a new ID flag to mark private
pseudo-datablocks.

Also fix functions that return full paths to structures and
properties, e.g. used in python tooltips. Functions for paths
from ID to struct or property can't be changed because of
Animation Data related code.

Reviewers: mont29

Differential Revision: https://developer.blender.org/D5559
August 28, 2019, 16:05 (GMT)
fix computing cumulative distribution
August 28, 2019, 16:01 (GMT)
sample weighted triangles differently
August 28, 2019, 15:53 (GMT)
Transform: option to transform parent objects without children

Supports parent/child chains with mixed selections.

Currently accessible from the pivot popover
(may be moved along with the other options here).
August 28, 2019, 15:51 (GMT)
Fix T69221: inconsistent handling of filenames derived from image names.

We did not properly sanitize image data block name when using it to init
file name...
August 28, 2019, 14:29 (GMT)
support allocating larger buffers with temporary allocator
August 28, 2019, 14:00 (GMT)
Fix strict compiler warning in release mode
August 28, 2019, 13:47 (GMT)
CMake: Remove unsupported G++ strict flag

According to the documentation this flag is only supported
by C and Objective-C languages:

https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html

Solves noisy output on every C++ file in the project when
using latest GCC-9.
August 28, 2019, 12:23 (GMT)
start implementing vertex group support in emitter
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021