Blender Git Commits

Blender Git commits from all branches.

Page: 807 / 2888

July 3, 2020, 02:05 (GMT)
Collection Colors: Add icons

Add square icons for collection color tags. These are still using
hard-coded colors but it would be easy to add them to the themes now.
July 2, 2020, 23:04 (GMT)
Merge branch 'master' into soc-2020-outliner
July 2, 2020, 22:11 (GMT)
Merge branch 'master' into property-search-ui
July 2, 2020, 21:24 (GMT)
Fix: show python evaluation errors in info editor

printing PyErr also clear it. That caused only syntax errors to be printed
July 2, 2020, 21:02 (GMT)
GPencil: Fix crash when moving multiple handles

Fix a crash when selecting multiple handles (without the control point)
and then moving them. This was caused by the function
BKE_gpencil_curve_sync_selection which did not sync the
selection correctly. GP_CURVE_SELECT would not be set in gpc->flag if an
individual handle was selected.
July 2, 2020, 20:37 (GMT)
GPencil: Fix crash when moveing a point in edit mode
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: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:17 (GMT)
Generate preview when making a data-block an asset
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 37ccbbb by Bastien Montagne (undo-caches)
July 2, 2020, 15:49 (GMT)
Cleanup for previous commit.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021