Blender Git Commits

Blender Git "greasepencil-object" branch commits.

Page: 214 / 345

June 10, 2018, 18:18 (GMT)
Cleanup GP multisample code
June 10, 2018, 14:47 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 10, 2018, 08:47 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 9, 2018, 17:49 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 9, 2018, 14:07 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 9, 2018, 11:37 (GMT)
Cleanup: Remove unused line
June 9, 2018, 11:30 (GMT)
WIP: Add parameter to multisample
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021