Blender Git Commits

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

Page: 95 / 226

June 9, 2018, 11:30 (GMT)
Add a new User Prefs parameter to control GP multisample AA

For general use of Viewport the multisample AA is not required and can produce errors in selection, but for grease pencil the AA is required all the time to get smooth lines, so a new parameter has been added to User Prefs screen to define this value.

If we use the same value for both AA (grease pencil and Viewport), the viewport would be intefered by grease pencil settings.

The new value is below Viewport Samples.

By default the value was set to 4 samples.

This changes was done as result of requirement of grease pencil development team artists.
June 9, 2018, 07:29 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 8, 2018, 16:02 (GMT)
Fix errors after merge
June 8, 2018, 15:50 (GMT)
Merge branch 'blender2.8' into greasepencil-object

source/blender/editors/gpencil/gpencil_edit.c
source/blender/editors/gpencil/gpencil_paint.c
source/blender/editors/gpencil/gpencil_utils.c
source/blender/editors/space_view3d/view3d_ruler.c
June 8, 2018, 14:45 (GMT)
Changes in Fill tool

There were some problems with the mouse position and the new TopBar.

Some changes done in order to avoid get_pixel error, but I could not reproduce the crash in Windows.
June 8, 2018, 08:58 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 8, 2018, 07:55 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/space_view3d.py
source/blender/editors/object/object_ops.c
June 8, 2018, 07:44 (GMT)
Redo stats calculation

Now the stat info is saved in the datablock to avoid recalculations and the stats are calculated in one function.

Still pending move the update of the stats to a better place to calculate only when the object change, maybe in depsgraph evaluation.
June 8, 2018, 06:23 (GMT)
Fix macro argument use
June 7, 2018, 17:24 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 7, 2018, 17:15 (GMT)
Move Info panel to Bottom Bar Statistics

Now the info appears in the same place that other object types.
June 7, 2018, 16:00 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 7, 2018, 15:51 (GMT)
Reorganize Mix Color with Texture

Now, the mis is only with texture to avoid duplicate texture parameters that made the panel difficult to understand.
June 7, 2018, 15:39 (GMT)
UI: Include Stroke and Fill as subpanels of Surface Panel.
June 7, 2018, 15:23 (GMT)
UI: Move Pass Index to separate Panel
June 7, 2018, 14:47 (GMT)
UI: More changes in Viewport Display Panel
June 7, 2018, 14:43 (GMT)
UI: Replace label to "Stroke Thickness"
June 7, 2018, 14:42 (GMT)
UI: Rename label "Use in Render" to "View In Render"
June 7, 2018, 14:39 (GMT)
Remove unused Layer Onion Skinning fields

These fileds are not used because the Layer override was removed in a previous commit.
June 7, 2018, 14:25 (GMT)
Disable Onion Skinning for old Drawing methods

This code will be used for annotations and is not requiered.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021