Revision 5439f43 by Jacques Lucke / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 18, 2020, 07:10 (GMT) |
Fix T77603: OSL parser fails when script ends with comment without newline Reviewers: brecht Differential Revision: https://developer.blender.org/D7958 |
Revision 5fc252f by Julian Eisel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 18, 2020, 07:08 (GMT) |
Fix crash running "Edit Voxel Size" operator outside of a main 3D View region Accessed `RegionView3D` data from context, which of course would only be set if actually executed from a main 3D View region. |
Revision 296e3ee by Sergey Sharybin (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 17, 2020, 15:41 (GMT) |
Buildbot: Cleanup, remove unused script and change naming Follow upstream convention. |
Revision c310bf4 by Sergey Sharybin (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 16, 2020, 15:01 (GMT) |
Buildbot: Support multiple workers talking to single codesign server Is achieved by replacing hard-coded signed/unsigned file names with "<uuid>" which acts as a "request ID". This way multiple workers can put their requests into a single directory without collisions. The code sign server will handle the requests sequentially in an unknown order. |
Revision 548312e by Sergey Sharybin (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 16, 2020, 15:01 (GMT) |
Buildbot: Don't use builder name in the build directory The directory layout on worker goes as following: <Worker> <Builder Name> blender.git/ build/ install/ lib/ Adding an extra <Builder Name> after build is redundant. Differential Revision: https://developer.blender.org/D8045 |
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 488bf53 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 8, 2020, 11:16 (GMT) |
Fix T77367: Blender's snap package ignores command line options |
|