Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-vfx" branch commits.
Page: 15 / 145
June 11, 2018, 09:27 (GMT)
Remove mode switching custom code This code is not required because the mode switching is not done with keys 1..9
June 11, 2018, 06:55 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 10, 2018, 18:56 (GMT)
Move multisample textures to texture list If the texture is in e_data is shared for all viewports and fails.
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