Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 865 / 5574

March 14, 2020, 10:07 (GMT)
GPencil: Add option to keep selected in Select Vertex Color
March 14, 2020, 09:46 (GMT)
GPencil: Use Linear color instead of sRGB for Select Vertex Color

The brush color is sRGB but the Vertex Color is linear.
March 14, 2020, 09:45 (GMT)
GPencil: Add Select Vertex Color to menu

This option was missing
March 14, 2020, 09:33 (GMT)
GPencil: Rename operator select_color to select_vertex_color
March 14, 2020, 09:30 (GMT)
GPencil: Rename operator color_select to select_material

The old name was related to the old palettes.
March 14, 2020, 07:16 (GMT)
Fix T67446: UV Editor: support island select mode for box/circle/lasso
selections

Previously this was only supported in single click selections, doing an
island selection with box/circle/lasso would just select individual
vertices instead. Now selects islands properly.

This also unifys some logic between box/circle/lasso:
- use early selection test from lasso [makes things faster] in box/
circle
- circle wasnt checking visible face
March 14, 2020, 04:43 (GMT)
Cleanup: spelling
March 14, 2020, 04:39 (GMT)
Cleanup: remove unused ARegion from bGPdata_Runtime
March 14, 2020, 04:39 (GMT)
CMake: use spaces instead of tabs for icon updating script
March 14, 2020, 04:39 (GMT)
Cleanup: sort file lists & struct declatations
March 14, 2020, 04:39 (GMT)
Cleanup: use doxy sections
March 14, 2020, 00:31 (GMT)
UI: Toolbar icons

- Add icons for Sculpt Cloth, Clay Thumb and Draw Face Sets, as well as GP Tint, Replace and Transform Fill tools
- Tweak icons for Sculpt Rotate, Pinch, Multiplane Scrape, Inflate, Blob, Draw Sharp, based on feedback on Devtalk
March 13, 2020, 23:30 (GMT)
Fix T73921: Eevee volume render test memory leak in Mantaflow

Fixed memory leak that showed up after the original issue (crash) had been fixed in 93ac4709ebe8. The fix ensures that light cache bakes free up GPU smoke textures and the smoke domain list correctly.

This commit also removes the workaround (f3a33a92987f) that disabled light cache bakes for fluid objects.
March 13, 2020, 20:54 (GMT)
GPencil: Don'r Replace color if vertex color is empty

The replace tools only must work over previously vertex painted.
March 13, 2020, 17:17 (GMT)
Cleanup: USD, move some common code to an abstract superclass

The `check_is_animated()` function will be used by the upcoming Alembic
exporter as well. There is nothing USD-specific in the function.

No functional changes.
March 13, 2020, 16:34 (GMT)
Fix T74699: File browser closing while loading crash.

Owner of filelisting job was changed, without proper update of all
access/usages of that owner to reach the job, leading to failure of
timer removal from the WM, and attempt to double-free the job...

Caused by rB2c4dfbb00246ff.
March 13, 2020, 16:17 (GMT)
Cleanup: `BKE_mesh_nomain_to_mesh`: Add assert that source mesh is indeed not in Main.
March 13, 2020, 16:17 (GMT)
Cleanup: Comments of wmJobs callbacks.
March 13, 2020, 15:29 (GMT)
Fix T74397: Crash after undoing quadriflow remesh on duplicate with armature deform

The issue was that we were creating temporary mesh copies and storing
them in bmain and then later using BKE_mesh_nomain_to_mesh which would
add them to bmain once more (duplicates).

This would lead to crashes later as the custom data of the mesh could be
trashed quite easily.
March 13, 2020, 15:15 (GMT)
Fix T74686: Loading btx file in multires modifier is not working

Was happening when object does not have CD_MDISPS allocated yet.
Need to make sure totdisp and level is specified on CD_MDISPS data
prior to loading (as the load expects them to be properly set).
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021