Blender Git Commit Log

All Blender Git commits.

Page: 1504 / 8462

July 2, 2020, 20:08 (GMT)
GPencil: Recalculate curve only in curve edit mode

Using bGPdata in BKE_gpencil_stroke_geometry_update we can check if we
are in curve edit mode and then test if we need to recalculate the curve.
July 2, 2020, 19:49 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
July 2, 2020, 19:48 (GMT)
GPencil: Skip uneditble layer

Don't sync the selection of strokes on an uneditble layer.
July 2, 2020, 19:46 (GMT)
GPencil: sync selection after recalculating curve
July 2, 2020, 19:45 (GMT)
GPencil: Refactor, add comments
July 2, 2020, 18:13 (GMT)
GPencil: Remove end point in Operator description

Operator description never must end in period.
July 2, 2020, 18:05 (GMT)
Merge branch 'master' into greasepencil-edit-curve
July 2, 2020, 18:05 (GMT)
Merge branch 'master' into greasepencil-object
July 2, 2020, 18:04 (GMT)
GPencil: Cleanup - More rename from gp_ to gpencil_
July 2, 2020, 18:00 (GMT)
GPencil: Rename gp_ to gpencil_
July 2, 2020, 17:47 (GMT)
GPencil: Pass gpd datablock to BKE_gpencil_stroke_geometry_update

This include the reverts commit 6beb37b197abb1542bf11b351299541d6d3404ef.
July 2, 2020, 16:55 (GMT)
Added two more tests for boolean.
July 2, 2020, 16:20 (GMT)
Sculpt: Mask By Color

This tool generates masks based on the sculpt vertex colors by clicking
on the model, similar to automatic selection tools in image editing
software.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8157
July 2, 2020, 16:17 (GMT)
Generate preview when making a data-block an asset
July 2, 2020, 16:16 (GMT)
Cleanup: Fix build error with clang on windows.

Header and implementation signature for ED_object_add_duplicate
were not the same leading to a build error with clang on windows.
July 2, 2020, 16:08 (GMT)
Fix T78525: Status bar not reset after Edit Voxel Size

Reviewed By: sergey

Maniphest Tasks: T78525

Differential Revision: https://developer.blender.org/D8181
July 2, 2020, 16:02 (GMT)
Move cache key struct (and its hashing and compare utils) to BKE_idtype.

Since those are generic to IDTypeInfo callbacks, move them here, they do
not belong to BLO anymore for sure.
Revision 7099459 by Hans Goudey (master)
July 2, 2020, 15:55 (GMT)
UI: Use consistent order in ocean modifier
Revision 37ccbbb by Bastien Montagne (undo-caches)
July 2, 2020, 15:49 (GMT)
Cleanup for previous commit.
July 2, 2020, 15:49 (GMT)
Ocean modifier: Expose eigenvectors for use as map

The eigenvectors in the ocean modifier (plus and minus) can be useful,
but are not exposed. Assuming the particle system was capable, the
eigenvectors could be used to drive spray emission velocities.

This exposes the controls to allow a map to be generated from these
eigenvectors. Currently, the values are mapped into a 0-255 range
similar to foam.

Differential Revision: https://developer.blender.org/D7182
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021