January 31, 2020, 17:40 (GMT) |
Fix T64024: fullscreen switching on macOS shows red line artifacts Specifically, this happened when automatically hiding and showing of the menu bar and dock was enabled in the system preferences. Differential Revision: https://developer.blender.org/D6710 |
January 31, 2020, 16:48 (GMT) |
Cleanup: enforce immutability through const, instead of a comment Differential Revision: https://developer.blender.org/D6504 |
Revision 4f8f0f3 by Brecht Van Lommel January 31, 2020, 15:49 (GMT) |
Fix issues in Cycles standalone, particularly related to render display Some code was removed to avoid storing the combined pass when viewport rendering other passes. But we can keep this by default, Blender overrides the list of passes entirely. |
Revision aa81a05 by Brecht Van Lommel January 31, 2020, 15:39 (GMT) |
Cycles: bump version to 1.11, matching Blender 2.82 release cycle |
Revision 3601924 by Sebastián Barschkis January 31, 2020, 12:50 (GMT) |
Revision a663ece by Sebastián Barschkis January 31, 2020, 12:50 (GMT) |
Fluid: Better default values and cleanup Use OpenVDB by default, smaller particle radius to avoid volume increase, and shorter names for combined fluid particle systems. |
Revision 9b308f2 by Sebastián Barschkis January 31, 2020, 12:50 (GMT) |
Fluid: Fixed deletion issue with secondary fluid particle systems Manually deleting fluid particle systems had no effect in the fluid domain UI. |
Revision 385b34b by Sebastián Barschkis January 31, 2020, 12:50 (GMT) |
Fluid: Fixed secondary particle warnings This commit fixes the warning that bpy_rna.c470 was producing. |
Revision eea3751 by William Reynish January 31, 2020, 12:20 (GMT) |
UI: Icons update - New bespoke icon for the universal brush toggles - New icon for Redirected Folder (currently unused) - New icons for handle types (Auto Clamped, Auto, Aligned, Vector, Free) - New icons for Sequencer Text Strip anchor (Top, Bottom, Left, Right, Centre) Thanks to Andrzej Ambro? for the new icons |
Revision 53d805a by Brecht Van Lommel January 31, 2020, 12:03 (GMT) |
Merge branch 'blender-v2.82-release' |
January 31, 2020, 12:01 (GMT) |
Fix potential crash in guarded alloc stats, when there are no allocations This was found with static analysis warnings in Visual Studio 2019. Differential Revision: https://developer.blender.org/D6564 |
Revision c82b8c5 by Brecht Van Lommel January 31, 2020, 11:56 (GMT) |
Fix tests failing on AMD Ryzen, due TBB initialization order issue Similar fix as the one we did for the blender executable, see T72015. |
Revision a075f45 by Brecht Van Lommel January 31, 2020, 11:56 (GMT) |
Revision 14ccda7 by Sybren A. Stüvel January 31, 2020, 10:29 (GMT) |
USD: Include USD library version in System Info Pixar recently released USD 20.02 [1]. I think it's important for people to be able to figure out which version of the USD library is used in Blender. [1] https://github.com/PixarAnimationStudios/USD/releases/tag/v20.02 This commit exposes the USD library information via `bpy.app.usd`, and includes that info in the `system-info.txt` saved via Help ? Save System Info. Reviewed by: brecht Differential Revision: https://developer.blender.org/D6724 |
Revision bcacf47 by Clément Foucault January 31, 2020, 01:55 (GMT) |
Displist: Add mikktspace tangent space generation for DL_SURF This should match mesh tangents form surfaces converted to mesh. |
Revision fd959bf by William Reynish January 30, 2020, 16:18 (GMT) |
Fix unreported: Missing Empty Transparency panel poll Own mistake in recent change |
Revision cb8714f by Sergey Sharybin January 30, 2020, 14:51 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 2de704d by Simon G / Sergey Sharybin January 30, 2020, 14:23 (GMT) |
Fix preset tracking setttings missing a comma Preset tracking settings is missing a comma here. Without a comma this will result in an implicit string concatenation. This was probably not wanted. Reviewed By: sergey, Blendify Differential Revision: https://developer.blender.org/D6717 |
Revision 8c5cb83 by Clément Foucault January 30, 2020, 14:07 (GMT) |
EEVEE: Test maximum texture size before render. This will catch any non renderable size. |
Revision 30963ee by Howard Trickey January 30, 2020, 12:56 (GMT) |
Fix T73450, crash when adding segments on bevel. Needed to protect against a case where clamp overlap limited the offset to approximately zero, and the snap-to-pipe code would therefore encounter an almost degenerate profile and fail in matrix inversion. |
|