From 2cc72f5fb02c54fb6676ce7f3f5e285e62298f93 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 14 Jan 2025 21:09:15 +0100 Subject: [PATCH] Tools: Update company credits --- tools/utils/credits_git_gen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/utils/credits_git_gen.py b/tools/utils/credits_git_gen.py index 2a75da1a3c1..842cea84e45 100755 --- a/tools/utils/credits_git_gen.py +++ b/tools/utils/credits_git_gen.py @@ -340,12 +340,13 @@ def main() -> None: contrib_companies = ( "Adidas - Principled BSDF shader in Cycles", "AMD - Cycles HIP GPU rendering, CPU optimizations, Hydra integration", - "Apple - Cycles Metal GPU backend, USD integration", + "Apple - Metal GPU backends, USD integration", "AutoCRC - Improvements to fluid particles, vertex color baking", "BioSkill GmbH - H3D compatibility for X3D Exporter, OBJ Nurbs Import/Export", "Facebook - Cycles subsurface scattering improvements", "Intel - Cycles oneAPI GPU rendering, CPU optimizations", "NVIDIA - Cycles OptiX GPU rendering, USD integration", + "Sony Interactive Entertainment - Deployment improvements", "Unity Technologies - FBX Exporter", )