February 20, 2020, 12:00 (GMT) |
Cleanup: unused structs |
February 20, 2020, 12:00 (GMT) |
Cleanup: unused enums |
February 20, 2020, 12:00 (GMT) |
Cleanup: declatatuons for functions that don't exist |
February 20, 2020, 12:00 (GMT) |
Fix T65640: Axis of Custom Shape Bones are drawn in a wrong position. The problem is that Custom Shape Bones can also have a custom size. So the pchan->disp_mat doesn't always consider the actual length of the bone. The proposed solution is to calculate the axes matrix at the drawing pass. Ref T65640 Reviewed By: fclem Differential Revision: https://developer.blender.org/D5049 |
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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021