Blender Git Commit Log

All Blender Git commits.

Page: 2357 / 8462

July 15, 2019, 08:51 (GMT)
Cleanup: Redundant defines.
July 15, 2019, 08:47 (GMT)
Fix T66587: Can't bake second dynamic paint canvas to image sequence

The issue was the the copy data function didn't copy the active canvas number.
So it would always be 0 and thus use the first canvas when trying to bake.

Also fix not copying unused type data (unused canvas/brush settings).

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D5220
July 15, 2019, 08:45 (GMT)
Math: Double version of interpolate functions.
July 15, 2019, 08:02 (GMT)
Cleanup: Removed utility files.
July 15, 2019, 08:00 (GMT)
Cleanup: LANPR draw engine codes.
July 15, 2019, 07:55 (GMT)
LANPR: Fixing function prefixes.
July 15, 2019, 07:53 (GMT)
Fix T66957: GPencil material isolate crash when slot is empty

When the slot of the material is empty, the loop to lock the materials tried to use the material but this was NULL.

Check if material is NULL before using it in other operators too.
July 15, 2019, 06:01 (GMT)
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr
July 15, 2019, 04:22 (GMT)
Fix T66953: Duplicate items in pose context menu
July 14, 2019, 21:02 (GMT)
cleanup: typo in cycles 'min_transparent_bounces' tooltip

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5249
July 14, 2019, 19:29 (GMT)
Cleanup: Do not use camel case for "Freestyle"
July 14, 2019, 18:58 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/editors/space_file/file_ops.c
source/blender/makesrna/intern/rna_space.c
source/blender/windowmanager/WM_api.h
July 14, 2019, 18:55 (GMT)
GPencil: Change default value in python API

The gpencil_lines must be set to False by default.
July 14, 2019, 17:29 (GMT)
Cloth: flags support for new vertices
July 14, 2019, 17:26 (GMT)
Cloth: boundary test for collapse edges
July 14, 2019, 15:23 (GMT)
GPencil: Set gpencil_lines parameter to False by default
July 14, 2019, 15:19 (GMT)
GPencil: Fix problem when color is nofill in SVG

If the color in the SVG converted was nofill, the stroke had fill color in grease pencil and this creates glitches because the shape was not defined to be filled.

Now, the name of the color is checked to verify if the material is for stroke, and if only there is one material with this name, the fill is disabled.
July 14, 2019, 12:33 (GMT)
GPencil: Fix error generating strokes with curves with 2 points only

The number of segments must be 1 if the number of control points is 2. The problem was with the closed curves.

Also added tag of the databalock.
July 14, 2019, 09:04 (GMT)
GPencil: Apply curve radius as pressure for stroke point

When convert the curve, the beziert point radius is used to generate the pressure of the grease pencil stroke point and this allows to generate different thickness.
July 14, 2019, 08:46 (GMT)
GPencil: Rename python API function from convert_to_gpencil to generate_gpencil_strokes

The problem with old name was that it implied that original object was removed, but the function only creates the strokes, so the new name is better.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021