Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-dev-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-dev-tools
Commits
e2803cbe
Commit
e2803cbe
authored
5 years ago
by
Dalai Felinto
Browse files
Options
Downloads
Patches
Plain Diff
Update credit generation script for more companies contributions
parent
0254e2ba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/credits_git_gen.py
+5
-0
5 additions, 0 deletions
utils/credits_git_gen.py
with
5 additions
and
0 deletions
utils/credits_git_gen.py
+
5
−
0
View file @
e2803cbe
...
@@ -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
)))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment