Blender Git Commits

Blender Git "temp-gpencil-eval" branch commits.

Page: 134 / 277

July 2, 2018, 11:03 (GMT)
Fix parameter type after merge
July 2, 2018, 10:48 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/gpencil/gpencil_data.c
source/blender/editors/gpencil/gpencil_edit.c
source/blender/editors/gpencil/gpencil_intern.h
source/blender/editors/gpencil/gpencil_utils.c
source/blender/makesrna/intern/rna_internal.h
July 2, 2018, 09:11 (GMT)
Updated ui, more easy to be used. (take advantage of new grouping api)
July 2, 2018, 03:46 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr
July 1, 2018, 17:12 (GMT)
Cleanup: trailing space
July 1, 2018, 17:10 (GMT)
Merge branch '28' into greasepencil-object
July 1, 2018, 17:09 (GMT)
Cleanup: unused vars & comment block that doesn't run
July 1, 2018, 09:09 (GMT)
Rename variable after merge
July 1, 2018, 09:01 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 1, 2018, 09:00 (GMT)
Add annotation layer with the right name

When adding layers, the name of the layer is different for grease pencil object and annotation.
June 30, 2018, 17:38 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 30, 2018, 07:00 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 29, 2018, 18:41 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 29, 2018, 14:52 (GMT)
Annotations: Restore 3D View support for annotations (WIP)

Initial support for getting annotations to show up in the 3D
viewport again. WIP and slightly hacky, but it restores basic
working functionality so we can focus on polishing the "new" parts.

Ultimately, the way these callbacks are integrated into the
drawing loop will probably need to change. For example,
* Perhaps we might need a full overlay engine for this one case
(as for motionpaths), though that may also be overkill, and would
further split the code in different places.
* The draw order (relative to manipulators) needs review. It probably
should be below both sets of manipulators, not sandwiched between them.

Other notes:
* For this to work, we currently need to use the original (non-evaluated)
scene data, or else we don't get the newly drawn strokes, as the
scene->gpd stuff isn't copied by COW yet.
June 29, 2018, 14:52 (GMT)
Annotations Keymap: Restore D-RMB for eraser
June 29, 2018, 14:52 (GMT)
Cleanup: Remove redundant code + note some code issues to fix
June 29, 2018, 10:51 (GMT)
Set annotions drawing mode always on top

The annotations must be visible on top of any other object in the scene.
June 29, 2018, 09:53 (GMT)
Offline, DPIX, Snake working. no F12. DPIX draw intersection if cached.
June 29, 2018, 09:04 (GMT)
Fix render type name error
June 29, 2018, 08:58 (GMT)
Cleanup code
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021