Blender Git Commit Log

All Blender Git commits.

Page: 3518 / 8462

January 11, 2018, 15:11 (GMT)
Add Ctrl keymap while fill for free drawing

If press Ctrl key while using a fill brush, the brush is used as a normal drawing brush and the artist can draw any shape freely.
January 11, 2018, 14:51 (GMT)
Cleanup unused code
January 11, 2018, 14:45 (GMT)
Fix poll and name of collection link/unlink operators

Reported via IRC by Pablo Vazquez (venomgfx).
January 11, 2018, 14:14 (GMT)
Merge branch 'master' into blender2.8
January 11, 2018, 14:06 (GMT)
Subsurf: Allow partial threading over geometry arrays

This helps avoiding threading overhead when having lots of system threads..
January 11, 2018, 14:04 (GMT)
Mesh evaluate: Tweak threadability criteria

Gives measurable speedup on layout scenes from Spring.

Actual value for chunk size is a subject for more scientific research.
January 11, 2018, 13:51 (GMT)
Mesh deform: Tweak threadability criteria

Allow threading using subset of all available threads. Makes it faster to
evaluate lower resolution mesh but with complex deform groups and such.
January 11, 2018, 13:49 (GMT)
Subsurf: Make copyFinalLoopArray() threaded

Gives about 40% speedup of object which has simple-ish deformation applied
on top of subdivided mesh.

This might easily happen with single character animation.
January 11, 2018, 13:48 (GMT)
Depsgraph: Make eval initialization more friendly for threading

Helps in cases of not very complex scenes and lots of system threads available.

A bit hard to measure change on it's own, it works best with the upcoming
changes and gives measurable improvements.
January 11, 2018, 13:38 (GMT)
Subsurf: Use regular mutex instead of RW one

Mutex is now local to particular CCGDM, and guarding edge hash which is only
used by a single function only. There is no need to acquire read lock after
edge hash was created.
January 11, 2018, 13:35 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenkernel/intern/blender.c
source/blender/makesdna/DNA_ID.h
January 11, 2018, 13:26 (GMT)
Fix critical issue with our DNA ID tags (two totally different tags having same value).

Nice typo from rBc4046e9082f6, tssk. ;)
January 11, 2018, 11:29 (GMT)
Fix static override (very stupid mistakes in code!)
January 11, 2018, 11:25 (GMT)
Fix error after merge

The function name has changed
January 11, 2018, 11:06 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 11, 2018, 11:05 (GMT)
For fill brush use only fill colors

If the brush is for fill, the list of color must be limited to fill colors only, except the flag to override this, is enabled.
January 11, 2018, 10:55 (GMT)
Small adjust to panel size
January 11, 2018, 10:54 (GMT)
Change panel back color
January 11, 2018, 10:48 (GMT)
Add a pattern to see alpha colors

If the color has alpha, need a pattern to see the transparency effect.
January 11, 2018, 10:25 (GMT)
Add diagonal line if fill color

Add a line if the color box include stroke and fill color.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021