February 20, 2020, 12:00 (GMT) |
Fix T74019 Eevee High Quality Normals causing pitch black faces Was due to a mistake when removing previous code... |
February 20, 2020, 12:00 (GMT) |
DRW: Fix facing reset when drawing with inverted camera |
February 20, 2020, 12:00 (GMT) |
RNA: Fail makesrna if enum identifiers contain spaces We could of course always add checks for more invalid characters, but I'd say they are more unlikely to happen. |
February 20, 2020, 12:00 (GMT) |
Fix compile error when building with Cycles |
February 20, 2020, 12:00 (GMT) |
February 20, 2020, 12:00 (GMT) |
Fluid: Temporary fix for gzopen on windows Needs more consideration. This fixes compilation for now. |
February 20, 2020, 12:00 (GMT) |
Theme: Radial gradient background and enum for gradient type This commit replaces the "Use Gradient" checkbox theme option with an enum and implements a radial background. Whith this change, it should be easier to implemet other types of more complex background types, like a world space oriented gradient. Reviewed By: billreynish, fclem, brecht Differential Revision: https://developer.blender.org/D6825 |
February 20, 2020, 12:00 (GMT) |
Fix T54270: Reset last_hit and last_location when reading the file It does not make sense to read those values when loading a file and they can crash the cursor if they contain invalid coordinates. Reviewed By: brecht Maniphest Tasks: T54270 Differential Revision: https://developer.blender.org/D6754 |
February 20, 2020, 12:00 (GMT) |
Fluid: Updated manta pp files Updates in the files include: - New manta files now use an platform independent gzopen function - Adjusted argument name for vorticity |
February 20, 2020, 12:00 (GMT) |
Fluid: Updated Manta updater script Minor adjustments for the build directory location. |
February 20, 2020, 12:00 (GMT) |
Cleanup: `make format` |
February 20, 2020, 12:00 (GMT) |
Fluid: More cleanup in fluid rna code Removed scientific variable names from UI. |
February 20, 2020, 12:00 (GMT) |
Fix T73932: modifying keyframes in nodes fails when there is an image sequence Image animation should not be an depsgraph node of type ANIMATION, there is no need for it to be affected by the special casing for that. |
February 20, 2020, 12:00 (GMT) |
Sculpt: Pinch only in the direction perpendicular to the stroke By pinching this way, we can fix some artifacts when sculpting following the topology direction. It does not make much difference with dyntopo/ remesher, but I think this should improve the quality of the brush when working with Multires. Reviewed By: JulienKaspar, jbakker Differential Revision: https://developer.blender.org/D6587 |
February 20, 2020, 12:00 (GMT) |
Fluid: Cleanup in fluid rna code More descriptive names for secondary particle options. |
February 20, 2020, 12:00 (GMT) |
Fix T74009: `bpy.ops.outliner.orphans_purge()` poll being too restrictive. There is no reason to even require an editor at all here, for now just kept the 'orphan view needed' condition for the outliner case only. |
February 20, 2020, 12:00 (GMT) |
Fix for Fix (c) : Normals Edit modifier using unititialized array of normals... Own mistake in recent rBcfdb5b9a8b07. |
February 20, 2020, 12:00 (GMT) |
Fix T72751: Timeline crash from overridden scene. Depsgraph RNA pointer would generate infinite loop in override comparisons. Depsgraph pointer should never be considered here anyway, this is purely runtime data. |
February 20, 2020, 12:00 (GMT) |
Fluid: Fix typo that was made in 4453509d83dc |
February 20, 2020, 12:00 (GMT) |
Fix T73770: Mantaflow is unable to bake fluid simulations on non-ASCII file paths Some fluid cache functions were not using Blender's more secure BLI_gzopen() function. On Windows there are some special cases which this function can handle compared to the plain gzopen(). |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021