Blender Git Loki

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

Page: 167 / 226

November 7, 2017, 12:46 (GMT)
Improve thickness fix when no locked axis

There was some problems with the thickness when the axis was not locked that were not fixed in previous commit.
November 7, 2017, 11:30 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 7, 2017, 10:58 (GMT)
Fix error when axis not locked

The size of the stroke was not correct when the axis was not locked.

It needs a vector to the view to calculate the real size of the stroke.
November 7, 2017, 10:30 (GMT)
Redo Fix in previous commit and add missing lines
November 7, 2017, 10:08 (GMT)
UI: Remove deprecated property

The OBJECT mode was removed as property.
November 7, 2017, 09:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 7, 2017, 09:43 (GMT)
New parameter to adjust stabilization

Parameter to control the stabilization amount of the brush.

This stabilization works as a dynamic smooth using the previous points to calculate the estimated position and average the position to get smoother strokes.

This is not a replace of smooth factor that works after finish stroke. This new parameter is applyed while drawing before ending the stroke.
November 7, 2017, 07:51 (GMT)
Fix: Depsgraph was complaining in debug mode about the "geometry_eval" opnode for GPencil not having any function attached

In future, maybe we should move the derived_gpf calculations
(and by extension, the modifier-evaluation loops) into the
BKE_gpencil_eval_geometry() callback added in this commit.
November 7, 2017, 06:41 (GMT)
WIP
November 7, 2017, 06:41 (GMT)
GP drawing: Try to init the eval_ctx from draw_ctx, if C isn't provided
November 6, 2017, 17:56 (GMT)
Fix merge errors
November 6, 2017, 17:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 6, 2017, 16:47 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 6, 2017, 16:17 (GMT)
Fix problem after merge

One BKE function used changed
November 6, 2017, 15:56 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 6, 2017, 15:55 (GMT)
Smooth new points while drawing

A new smooth algorithm is used for each new buffer point using the last two points to calculate the estimated position and average this point with the current mouse position.

This smooth reduce the jitter of the stroke and allows to use lower post smooth values to reduce stroke change after finish stroke.

Now the factor is hardcoded, but after some more testing maybe we need add a parameter by brush.
November 5, 2017, 15:37 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 4, 2017, 15:33 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 4, 2017, 15:31 (GMT)
Fix delay cleaning previous frame when drawing

The fast drawing was not cleaning the previous frame when the artist create a new one and only was redraw after release mouse.
November 4, 2017, 11:23 (GMT)
Fix crash on trying to save files with GP objects

Quick fix for context being NULL when the thumbnail renderer gets triggered
while trying to save files.

TODO: We need a better solution here for passing eval_ctx down to GP modifiers
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021