Revision 5338b36 by Campbell Barton July 14, 2020, 05:19 (GMT) |
Cleanup: spelling |
Revision b818f6b by Hans Goudey July 14, 2020, 00:10 (GMT) |
Fix T78902: Only check main modifier panel for expansion property Internally the "show_expanded" property stores the expansion for every subpanel, but for RNA we should only check the first bit of the flag that corresponds to the main panel. |
Revision 0b24930 by Hans Goudey July 13, 2020, 21:16 (GMT) |
UI: Add missing row in curve profile template |
Revision 37fb586 by Germano Cavalcante July 13, 2020, 19:10 (GMT) |
Cleanup: remove unnecessary member `Kfv-> sco` was being treated as a local variable, and can be confusing since this value is not updated when navigating the viewport. |
Revision 70992ae by Ray molenkamp July 13, 2020, 18:29 (GMT) |
Fix: Fix build error with MSVC in BLI_span_test span.size() returns an uint, causing a signed/unsigned comparison using 3u sidesteps the issue |
Revision 6e74a8b by Brecht Van Lommel July 13, 2020, 17:38 (GMT) |
Fix T78881: Cycles OpenImageDenoise not using albedo and normal correctly Properly normalize buffers now. Also expose option to not use albedo and normal just like OptiX. |
Revision 2b5e21f by Pablo Dobarro July 13, 2020, 15:53 (GMT) |
Sculpt: Add extra deform types to Smear The smear brush was using the stroke direction to slide colors across the mesh surface (this is called drag in other sculpt tools). Similarly, other deformations can be included. The most common ones in image editing are pinch and expand, which can be used to sharpen transitions between colors. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8270 |
Revision 1076952 by Pablo Dobarro July 13, 2020, 15:52 (GMT) |
Fix wrong variable name in Sculpt Vertex Colors experimental check Reviewed By: sergey Differential Revision: https://developer.blender.org/D8269 |
Revision eb3f74a by Pablo Dobarro July 13, 2020, 15:51 (GMT) |
Sculpt: Enable color palettes for sculpt vertex colors Enables the color palette subpanel for brushes that have color capabilities (only the paint brush for now) Reviewed By: sergey Differential Revision: https://developer.blender.org/D8268 |
Revision 8dd2386 by Bastien Montagne July 13, 2020, 15:43 (GMT) |
IDTemplate: Minor tweak to 'make local/override' code. Only update pointer of the template if we actually changed it... |
Revision fcc91fa by Bastien Montagne July 13, 2020, 15:03 (GMT) |
Fix (unreported) bad handling of undo for some IDTemplates operations. |
Revision 91e67c7 by Jacques Lucke July 13, 2020, 14:55 (GMT) |
Cleanup: remove some incorrectly placed consts Clang-tidy reported that those parameters could be const, but that is not true on windows. |
Revision 3d587ef by Bastien Montagne July 13, 2020, 14:45 (GMT) |
LibOverride: Cleanup: Remove option to disable library overrides. Code is mature enough now to not need this anymore, people who do not want to use liboverrides can just not create them. |
Revision 5c8dd2a by Germano Cavalcante July 13, 2020, 14:40 (GMT) |
Cleanup: silence warnings |
Revision 3dcc7c7 by Ray molenkamp July 13, 2020, 14:38 (GMT) |
MSVC: Fix build error with the 8.1 SDK shobjidl_core.h only exists in the windows 10 SDK in the 8.1 SDK ShObjIdl.h will have the definitions we need, which still exists in the 10 SDK and implicitly includes shobjidl_core.h. so ShObjIdl.h will work on both SDK versions. |
July 13, 2020, 14:32 (GMT) |
EEVEE: Fix sky zenith bug Careless use of acos() in spherical coordinates transformation was deteriorating the precision near zenith (and nadir) and producing glitchy pixels (best seen in longer focal lengths). Reviewed By: fclem Differential Revision: https://developer.blender.org/D8266 |
Revision 16989c4 by Bastien Montagne July 13, 2020, 14:17 (GMT) |
Fix T78037: fresh install of blender 2.83.0 not able to save user startup file. Simply remove that check ob userdef's themes, we are never read any userdef from startup file anymore, so this check makes no more sense. To be backported to 2.83. |
Revision 952279a by Sebastián Barschkis July 13, 2020, 14:15 (GMT) |
Fix T76687: [Mantaflow] low domain transformation performance Implemented G.moving suggestion from comments. |
Revision 5ecefc6 by Brecht Van Lommel July 13, 2020, 13:54 (GMT) |
Build: make update support for git tags Previously it only picked the appropriate version with the blender-vX.XX-release branches. |
Revision 2be7a11 by Sybren A. Stüvel July 13, 2020, 13:26 (GMT) |
Python API: new RNA property `Screen.is_scrubbing` This commit adds a new read-only boolean property `Screen.is_scrubbing`. The related property `Screen.is_animation_playing` is set to `True` in two situations: - Animation is actually playing (for example via the Play button in the timeline) - The user is scrubbing through time (in the timeline, dopesheet, graph editor, etc.) To distinguish between these two cases, the property `Screen.is_scrubbing` has been added. Concept approved by @brecht. |
|
|
|


Master Commits
MiikaHweb | 2003-2021