Revision cc53900 by Antonio Vazquez March 14, 2020, 10:07 (GMT) |
GPencil: Add option to keep selected in Select Vertex Color |
Revision 428e652 by Antonio Vazquez 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. |
Revision b8211a4 by Antonio Vazquez March 14, 2020, 09:45 (GMT) |
GPencil: Add Select Vertex Color to menu This option was missing |
Revision 466171d by Antonio Vazquez March 14, 2020, 09:33 (GMT) |
GPencil: Rename operator select_color to select_vertex_color |
Revision d50d410 by Antonio Vazquez March 14, 2020, 09:30 (GMT) |
GPencil: Rename operator color_select to select_material The old name was related to the old palettes. |
Revision bb89cc5 by Philipp Oeser 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 |
Revision f0b0524 by Campbell Barton March 14, 2020, 04:43 (GMT) |
Cleanup: spelling |
Revision 117ccb5 by Campbell Barton March 14, 2020, 04:39 (GMT) |
Cleanup: remove unused ARegion from bGPdata_Runtime |
Revision 4b38eac by Campbell Barton March 14, 2020, 04:39 (GMT) |
CMake: use spaces instead of tabs for icon updating script |
Revision 60e3f69 by Campbell Barton March 14, 2020, 04:39 (GMT) |
Cleanup: sort file lists & struct declatations |
Revision 626b2bd by Campbell Barton March 14, 2020, 04:39 (GMT) |
Cleanup: use doxy sections |
Revision acab745 by William Reynish 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 |
Revision 5260aaf by Sebastián Barschkis 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. |
Revision 7d56c42 by Antonio Vazquez 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. |
Revision dc99c35 by Sybren A. Stüvel 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. |
Revision ebf3c87 by Bastien Montagne 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. |
Revision 5ad16e6 by Bastien Montagne March 13, 2020, 16:17 (GMT) |
Cleanup: `BKE_mesh_nomain_to_mesh`: Add assert that source mesh is indeed not in Main. |
Revision 4e26afe by Bastien Montagne March 13, 2020, 16:17 (GMT) |
Cleanup: Comments of wmJobs callbacks. |
Revision 110a35e by Sebastian Parborg 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. |
Revision de30fda by Sergey Sharybin 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). |
|