Blender Git Commits

Blender Git "master" branch commits.

Page: 627 / 5574

August 12, 2020, 20:48 (GMT)
GPencil: Remove unused parameter in convert curve

The only_stroke parameter is not used
August 12, 2020, 20:48 (GMT)
GPencil: Clean material list when convert a curve

Now the list of materials is cleanup and any duplicated material is removed.
August 12, 2020, 20:48 (GMT)
GPencil: Move merge similar materials code to BKE

This is required in other places and need to be shared.
August 12, 2020, 20:48 (GMT)
GPencil: Fix unreported problem in merge similar materials

When two similar colors were adjacent, the colors were not merged.
August 12, 2020, 20:48 (GMT)
GPencil: Fix unreported error in merge similar materials

When the color was black, the original value was not initialized and get a NaN value with unexpected results.

Also cleanup code.
August 12, 2020, 20:47 (GMT)
GPencil: Remove unused lines

August 12, 2020, 20:47 (GMT)
GPencil: Recode all material management when convert SVG
August 12, 2020, 20:47 (GMT)
GPencil: Add Sample parameter to Convert curve

This allows to resample the stroke to avoid too dense geometry.
August 12, 2020, 20:47 (GMT)
GPencil: Add parameters to scale thickness when convert Curves

This parameter allows to scale the thickness.
August 12, 2020, 20:47 (GMT)
GPencil: Interpolate thickness when convert Curve to GPencil

The curve was using only the last point radius of the segment. Now, the value is interpolated between start and end points.
August 12, 2020, 17:57 (GMT)
Fix T77424 Overlay: Editmode: Issue with multi edit and in-front option

This is a nice addition to the refactor. Now any combination of in-front
/ not in-front will work in non x-ray edit mode.
August 12, 2020, 17:49 (GMT)
Clenaup: Deduplicate cloth collision code

And do the clamp by vertex instead of triangle.
Revision 633b0d6 by Julian Eisel
August 12, 2020, 17:26 (GMT)
Merge branch 'blender-v2.90-release'
Revision ba2d1c8 by Julian Eisel
August 12, 2020, 17:26 (GMT)
Fix T79738: Double Click does not opening folders in File Browser

If the File Browser was used in regular editor mode (e.g. not through an
operation like File > Open), the operator that usually opens files and
directories wouldn't execute. We need to keep two operators for
double-click in the keymap so selecting and opening works in all cases.

Caused by c606044157a3.
August 12, 2020, 17:03 (GMT)
Merge branch 'blender-v2.90-release' into master
August 12, 2020, 17:03 (GMT)
Fix (unreported) glitch when making liboverride of object from IDtemplate.

We need to ensure new override is instantiated in the scene...

Reported by @Severin, thanks.
Revision 337b6d0 by Hans Goudey
August 12, 2020, 16:59 (GMT)
Cleanup: Use const for context
Revision 1da0539 by Hans Goudey
August 12, 2020, 16:56 (GMT)
UI: Category support for instanced panels

This adds support for panel categories to the instanced panel system
used for modifiers and others. The change is pulled from D7997 where
it is needed for FCurve modifiers, but it is unused now.

The change is simple and basically amounts to checking the panel
category where it was overlooked before.
August 12, 2020, 16:50 (GMT)
Merge branch 'blender-v2.90-release'
August 12, 2020, 16:49 (GMT)
CMake: clarify that the modules are licensed BSD 3-Clause

Many of these are derived from similar modules in the CMake project, which
have this license.

Fixes T79715
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021