d3c0cf87cb477dda1779ad5530d4f0717356e0f6
The script for collecting bug fixes per release have a caching feature to speed up frequent re-running of the script by triagers to sort commits. This commit changes the script so that fix commits that don't have a known module are no longer cached. This is done because part of the sorting of commits is making sure they're assigned to the right module. This typically means checking on commits with "Unknown" modules and giving them a module label. However due to caching, triagers running the script won't see those changes until they clear their cache. To fix this, we no longer cache commits with unknown modules. Pull Request: https://projects.blender.org/blender/blender/pulls/138503
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
