Blender Git Loki

Blender Git "tmp-2.83-cycles-rtx3-kernels" branch commits.

Page: 13 / 13

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
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.
June 17, 2020, 15:41 (GMT)
Buildbot: Cleanup, remove unused script and change naming

Follow upstream convention.
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.
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
June 11, 2020, 07:34 (GMT)
GPencil: Fix unreported error in Dots Strokes material initialization

The materials was not initializated in the right mode.
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.
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
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.
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.
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.
June 11, 2020, 06:30 (GMT)
Fix T77164: scaling/rotation fails for 3 selected NURB points
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
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.).
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.
June 8, 2020, 11:16 (GMT)
Fix T77367: Blender's snap package ignores command line options
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021