June 11, 2020, 10:19 (GMT) |
GPencil: Add function to convert curve to stroke This BKE takes the current editcurve of a stroke, then samples a number of points on the curve and writes these points back to the stroke points. |
Revision 1b85622 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 11, 2020, 10:02 (GMT) |
LANPR: object_foreach_id() now takes care of target reference too. |
Revision 15e6f90 by Julian Eisel (asset-engine, asset-engine--archived, asset-uuid, asset-uuid--archived) June 11, 2020, 09:55 (GMT) |
Merge branch 'master' into asset-uuid |
Revision 0b6def7 by Julian Eisel (asset-engine, asset-engine--archived, asset-uuid, asset-uuid--archived) June 11, 2020, 09:54 (GMT) |
Fixes for changes in master |
June 11, 2020, 09:44 (GMT) |
Merge branch 'master' into newboolean |
June 11, 2020, 09:41 (GMT) |
Format previous commit. |
June 11, 2020, 08:43 (GMT) |
Merge branch 'master' into greasepencil-object |
June 11, 2020, 08:43 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
Revision a8b24ca by Julian Eisel (asset-engine, asset-engine--archived, asset-uuid, asset-uuid--archived) June 11, 2020, 08:13 (GMT) |
Merge branch 'master' into asset-uuid |
Revision 56b345a by Antonio Vazquez (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 07:34 (GMT) |
GPencil: Fix unreported error in Dots Strokes material initialization The materials was not initializated in the right mode. |
Revision 404c3ad by Antonio Vazquez (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 07:34 (GMT) |
GPencil: Fix unreported Shift+F OPacity key not working This wa snot working since the new scale thickness was included. |
Revision 9d5e5e2 by Sebastian Parborg / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:37 (GMT) |
Calculate epsilon values for interp_weights_poly to improve accuracy interp_weights_poly_v2 would have too large epsilon values for small polygons. To solve this we now calculate the appropriate epsilon value so it can gracefully handle big and small values. To make sure there was no regression, these changes were tested with the files in T36105, T31581. Also with a surface deform modifier test file attached in the differential below. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D7772 |
Revision 7b754c8 by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:34 (GMT) |
Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpu We limit this fix to Windows Intel GPU whose driver reports at most GL 4.4 support. This limits the fix to the range of reported GPU. |
Revision 1510c04 by Antonio Vazquez / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:33 (GMT) |
Fix T77358: Gpencil can't select geometry within transparent layers This was an old check of opacity for editable layers, but with new system it's not needed because you can use the edit lines. |
Revision 2c3ef36 by Antonio Vazquez / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:32 (GMT) |
Fix T77520: GPencil viewlayer filter produce crash with masking layers If a layer is used for masking, it cannot be filtered by viewlayer because the masked layer needs to have the mask layers in the draw pipeline. This check is only done in final render. |
Revision 0402cc7 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:30 (GMT) |
Fix T77164: scaling/rotation fails for 3 selected NURB points |
Revision 09db0f2 by Antonio Vazquez / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:29 (GMT) |
Fix T77156: GPencil view layer filter by layer not working This was removed by error during the refactor done in 2.83. Differential Revision: https://developer.blender.org/D7909 Reviewers: @fclem |
Revision e4ac476 by Bastien Montagne / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:29 (GMT) |
Fix T77456: Broken vertex paint undo on high-poly objects. This is a critical fix that should also be backported to 2.83.1 Fairly stupid bug in fact, code detecting changes across undo steps was assuming that each BHEAD (a block of data in blendfiles) would not be larger than one memory chunk... Which is the case in alsmost every situation, besides some super-heavy geometries, and other similar things (images would also be affected e.g.). |
Revision 864f8cb by Sergey Sharybin / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:27 (GMT) |
Fix T77448: Camera Solver constraint can't be converted to f-curve A regression caused by c57f65c088a9 as a fix of another issue. Added an exception for camera solver as that is always pointing to camera object. Since this is a regression which happened in 2.83.0 this change is a candidate to be ported to the 2.83.1. |
Revision 29d02c7 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 11, 2020, 04:55 (GMT) |
LANPR: Fix baking finish flag. |
|
|
|


Master Commits
MiikaHweb | 2003-2021