Blender Git Commits

Blender Git commits from all branches.

Page: 728 / 2888

August 20, 2020, 17:33 (GMT)
Post Review: removed extra str, extra lines, minor fixes
August 20, 2020, 17:29 (GMT)
Merge branch 'outliner-parent-highlight' into soc-2020-outliner
August 20, 2020, 17:29 (GMT)
Renamed test names to be more descriptive
August 20, 2020, 17:28 (GMT)
Outliner: Parent highlight for collapsed active child

Draw the row highlighted for the parents of a subtree with the active
object when that subtree is collapsed.
August 20, 2020, 17:15 (GMT)
Merge branch 'master' into soc-2020-outliner
August 20, 2020, 16:43 (GMT)
added versioning
August 20, 2020, 16:40 (GMT)
Merge remote-tracking branch 'origin/blender-v2.90-release' into soc-2020-production-ready-light-tree-2
August 20, 2020, 16:15 (GMT)
GPencil: Cleanup variable types

August 20, 2020, 15:55 (GMT)
Property Search: Update the "search on" flag for the proper region
Revision c6db271 by Antonio Vazquez (greasepencil-object)
August 20, 2020, 15:33 (GMT)
GPencil: Fix missing .hh rename for one file

I missed this in previous commit.
August 20, 2020, 14:57 (GMT)
Merge branch 'master' into property-search-ui-v2
August 20, 2020, 14:53 (GMT)
GSoC Editing Grease Pencil Strokes Using Curves

This patch includes all the changes made in the soc-2020-greasepencil-curve branch.

Major changes:

* Add a new "sub-mode" to grease pencil edit mode called "curve edit mode".
* Grease pencil stroke data structure has a pointer to a grease pencil curve. It will be saved with the stroke to the blend file.
* Most edit mode operators have been changed to work in curve edit mode.
* Transformation code has been adjusted to work for grease pencil curves.
* New source file added (gpencil_edit_curve.c) for operators exclusive to curve edit mode.

Differential Revision: https://developer.blender.org/D8660
August 20, 2020, 14:43 (GMT)
Cycles: added comments to light tree code
August 20, 2020, 14:37 (GMT)
GPencil: Scale strokes to Potrace lib units

After doing a lot of testing, it looks the library is using a factor base on the VGA resolution and aspect ratio.

The formula was obtained experimenting and gets a very good result, but it could be a totally different approach if we find what logic is used by Potrace.
August 20, 2020, 14:18 (GMT)
GPencil: Rename .h to .hh for C++ header files

This follows the new naming rules
August 20, 2020, 14:13 (GMT)
GPencil: Avoid double geometry update when trace a stroke

As the sample function is already calling the update function, it's not needed to call again.
August 20, 2020, 13:45 (GMT)
LineArt: Remove debug print.
August 20, 2020, 12:55 (GMT)
Fixed a crash related to gridlines

Crash occured when transform of the fluid domain is changed.
Fixed by ensuring fluid before populating the cache.
August 20, 2020, 10:11 (GMT)
LineArt: GPencil modifier flag change to mode (wrong use of variable).
August 20, 2020, 09:44 (GMT)
Fix make outline color consistent
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021