Blender Git Commit Log

All Blender Git commits.

Page: 1524 / 8462

June 27, 2020, 11:28 (GMT)
Merge branch 'soc-2020-greasepencil-curve' of git.blender.org:blender into soc-2020-greasepencil-curve
June 27, 2020, 11:02 (GMT)
LANPR: Main panel should also show in Workbench.
June 27, 2020, 11:02 (GMT)
Fluid: Minor refactoring change in workbench volume fragment shader

Using in-built functions instead of conditional operator
June 27, 2020, 10:06 (GMT)
LANPR: Added back chaining threshold values.
June 27, 2020, 08:55 (GMT)
Fix T78336: Gpencil selection unstable

The selection with the tweak tool was inprecise because it was using the bounding box and if the point was in a straight line in the border or in the corners it was very hard to select.

For this tool is better don't use the bounding box check.
June 27, 2020, 08:40 (GMT)
Palettes: Remove threshold parameter when extract from images

Using a number greater than 1 produce a huge number of entries in the palette because any small variation in the color create a new entry.

Remove the threshold reduce the precision of the color extracted, but always is better than having a palette with thounsands of colors.

Related to T78317

Still pending the memory crash when it's impossible to allocate memory for the palette in the popover, but with this change I don't think we get this error again.
June 27, 2020, 08:21 (GMT)
LANPR: Object LANPR panel name change to Lineart.
June 27, 2020, 08:11 (GMT)
LANPR: UI name fixes.
June 27, 2020, 08:08 (GMT)
Refactor: LANPR file names changed to lineart.
June 27, 2020, 07:58 (GMT)
Refactor: All struct names changed to Lineart
June 27, 2020, 07:27 (GMT)
Refactor: DNA names and python references for LANPR.
June 27, 2020, 06:50 (GMT)
Refactor: Rename LANPR to LineArt in DNA and compiler options
June 27, 2020, 06:32 (GMT)
Refactor: (Continue files for last commit)
June 27, 2020, 06:32 (GMT)
Refactor: ED_lanpr functions renamed to ED_lineart
June 27, 2020, 06:15 (GMT)
Refactor: some struct names for LANPR in editor module changed to eLineArt.
June 27, 2020, 05:43 (GMT)
Docs: correct invalid doxygen params & references
June 27, 2020, 04:14 (GMT)
Refactor: Keep up with readfiles.c API changes for LANPR
June 27, 2020, 03:52 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
June 27, 2020, 03:48 (GMT)
Doc: correct bpy.msgbus arguments
June 26, 2020, 22:25 (GMT)
Collection Colors: Lighter colors and combined bar and icon

Use more consistent colors, and draw a line and the collection icon
itself.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021