Blender Git Commits

Blender Git "temp-greasepencil-object-stacksplit" branch commits.

Page: 64 / 137

December 28, 2017, 09:57 (GMT)
New duplicate frame operator and special menu

This operator duplicates the active frame in active (or all) layers. This is very handy for creating step by step animation.

Also, added new special menu in sculpt with W key.
December 27, 2017, 16:04 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 27, 2017, 16:04 (GMT)
WIP: More work in boundary fill
December 26, 2017, 16:58 (GMT)
WIP: Improve offscreen render

Now, all the render is done in a image to debug results.
December 26, 2017, 11:34 (GMT)
WIP: Add debug lines to show boundary
December 25, 2017, 16:19 (GMT)
WIP: Implement Boundary fill algorithm

This algorithm is used to fill the shape that will be used to create the new stroke after analyze the external outline.

The fill is no working yet becaus ethe offscreen drawing is still on progress.
December 23, 2017, 11:38 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 22, 2017, 21:10 (GMT)
Fix fill problem in opacity modifier

The fill color must be set separated of stroke color. This error was produced by previous commit.
December 22, 2017, 19:02 (GMT)
Fix opacity modifier using vertex group

Changes in how the vertex group is used in modifier.
December 22, 2017, 15:58 (GMT)
Fix merge error in brackets
December 22, 2017, 15:46 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/blenloader/intern/versioning_280.c
December 22, 2017, 04:07 (GMT)
Cleanup: Put includes in alphabetical order
December 22, 2017, 04:04 (GMT)
Joining GP objects also merges + fixes animation data for the merged datablocks
December 22, 2017, 02:03 (GMT)
Cleanup: Make it clearer which datablock/object we're dealing with

* gpd_act -> gpd_dst ("_act" could also mean "active one we're looking at now)
* gpd -> gpd_src (we sometimes refer to "gpd" as the active one we're working on)
December 21, 2017, 17:21 (GMT)
Fix parameter list after merge
December 21, 2017, 17:10 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 21, 2017, 17:08 (GMT)
Cleanup: comments and reorganize
December 21, 2017, 16:59 (GMT)
Apply all modifiers first

The previous commit was the Context missing as parameter and this was the reason of the errors
December 21, 2017, 15:55 (GMT)
WIP: Initial code to apply modifiers
December 21, 2017, 15:29 (GMT)
Copy Vertexgroup when join

The vertex groups were not included in the join.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021