Blender Git Commits

Blender Git "soc-2019-npr" branch commits.

Page: 84 / 226

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
June 29, 2018, 08:13 (GMT)
Fix draw back error due z-depth precission

The value 1.0 makes the image disappear.
June 29, 2018, 07:55 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 29, 2018, 07:52 (GMT)
Fix problem when increase viewport qualitty

The reason of the problem was the precission of the background buffer. The original value was not enough when viewport qualitty was > 0.1
June 29, 2018, 07:43 (GMT)
Cleanup unused extern definition

This was part of old VFX modifiers.
June 29, 2018, 07:42 (GMT)
Fix again the pointer name for textures
June 29, 2018, 06:18 (GMT)
removed line styles from SceneLANPR
June 29, 2018, 04:03 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr
June 29, 2018, 04:01 (GMT)
Multisample implementing, f 12 won't work either.
June 28, 2018, 15:45 (GMT)
UI: Rename Grease Pencil Simplify Panel
June 28, 2018, 15:44 (GMT)
Fix merge errors
June 28, 2018, 15:33 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/datafiles/userdef/userdef_default_theme.c
release/scripts/startup/bl_ui/properties_scene.py
source/blender/editors/gpencil/drawgpencil.c
source/blender/editors/gpencil/gpencil_brush.c
source/blender/editors/gpencil/gpencil_paint.c
June 28, 2018, 15:25 (GMT)
Move GPD runtime fields to runtime struct
June 28, 2018, 14:55 (GMT)
remove linear depth conversion. now clipping finally works as expected.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021