Blender Git Commits

Blender Git "greasepencil-refactor" branch commits.

Page: 202 / 287

February 5, 2018, 15:12 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 4, 2018, 19:05 (GMT)
Convert colors to linear for OpenGL render

This is a workaround to convert the colors to linear space instead of sRGB for opengl render.

This can change in the future, but now this fix is required in order to produce the renders of Hero open movie.
February 4, 2018, 12:42 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 3, 2018, 15:26 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 3, 2018, 11:37 (GMT)
Replace BKE_object_is_visible by context function
February 3, 2018, 10:10 (GMT)
Add missing initialization values to DrawEngineType

Some new callback variables have been added to the DrawEngineType struct. These values are not used, but need to be initializated properly with NULL.
February 3, 2018, 10:03 (GMT)
Improve Stabilizer tooltip
February 3, 2018, 08:51 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 2, 2018, 19:39 (GMT)
Keep selection after Split stroke

When split a section of the stroke is better to keep the selection.
February 2, 2018, 19:15 (GMT)
Cleanup: Remove unused variables
February 2, 2018, 16:48 (GMT)
Cleanup: Fix comments
February 2, 2018, 16:32 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 2, 2018, 16:01 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 2, 2018, 15:59 (GMT)
New Split operator

Split selected points in a new stroke in the same frame. The stroke is not created in the current frame, but in the frame of the original stroke.

Shortcut: V
February 2, 2018, 10:22 (GMT)
Cleanup: Remove duplicate operation

It was stupid add and sub the same value
February 2, 2018, 09:49 (GMT)
Make color picker panel more compact

There was too many space between colors and panel borders.

Also changed the aspect ratio for small number of colors.
February 2, 2018, 09:34 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 2, 2018, 09:34 (GMT)
Cleanup: Create function to duplicate stroke to avoid code duplication.
February 2, 2018, 06:43 (GMT)
Cleanup: De-duplicate dynamic enum function used for setting GP brush icons

It turned out that there were slight differences between these two
versions (namely, where they searched for the list of active brushes),
but it's not too much of a stretch to use the same code for this with
a few minor tweaks, as per this commit.
February 2, 2018, 03:15 (GMT)
Cleanup: Remove unused/deprecated dynamic enum stuff
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021