Skip to content
Snippets Groups Projects
Commit e2803cbe authored by Dalai Felinto's avatar Dalai Felinto
Browse files

Update credit generation script for more companies contributions

parent 0254e2ba
No related branches found
No related tags found
No related merge requests found
...@@ -153,10 +153,15 @@ def main(): ...@@ -153,10 +153,15 @@ def main():
"OBJ Nurbs Import/Export", "OBJ Nurbs Import/Export",
"<b>AutoCRC</b> - Improvements to fluid particles, vertex color baking", "<b>AutoCRC</b> - Improvements to fluid particles, vertex color baking",
"<b>Adidas</b> - Principled BSDF shader in Cycles", "<b>Adidas</b> - Principled BSDF shader in Cycles",
"<b>AMD</b> - Cycles OpenCL rendering",
"<b>Intel</b> - Cycles ray-tracing optimization",
"<b>NVidia</b> - Cycles Optix rendering",
) )
credits = Credits() credits = Credits()
# commit_range = "HEAD~10..HEAD" # commit_range = "HEAD~10..HEAD"
# commit_range = "blender-v2.81-release..blender-v2.82-release"
# commit_range = "blender-v2.82-release"
commit_range = args.range_sha1 commit_range = args.range_sha1
citer = GitCommitIter(args.source_dir, commit_range) citer = GitCommitIter(args.source_dir, commit_range)
credits.process((c for c in citer if is_credit_commit_valid(c))) credits.process((c for c in citer if is_credit_commit_valid(c)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment