[Bf-blender-cvs] [9bdde6ca96d] master: Python Module: add source code and credits to project description

Brecht Van Lommel noreply at git.blender.org
Mon Nov 28 21:06:57 CET 2022


Commit: 9bdde6ca96d993c81e9f674b004d015b9d984b97
Author: Brecht Van Lommel
Date:   Mon Nov 28 20:18:14 2022 +0100
Branches: master
https://developer.blender.org/rB9bdde6ca96d993c81e9f674b004d015b9d984b97

Python Module: add source code and credits to project description

===================================================================

M	build_files/utils/make_bpy_wheel.py

===================================================================

diff --git a/build_files/utils/make_bpy_wheel.py b/build_files/utils/make_bpy_wheel.py
index dd6663a72fb..a0ac1306dda 100755
--- a/build_files/utils/make_bpy_wheel.py
+++ b/build_files/utils/make_bpy_wheel.py
@@ -53,7 +53,18 @@ This package provides Blender as a Python module for use in studio pipelines, we
 
 [System requirements](https://www.blender.org/download/requirements/) are the same as Blender.
 
-Each Blender release supports one Python version, and the package is only compatible with that version."""
+Each Blender release supports one Python version, and the package is only compatible with that version.
+
+## Source Code
+
+* [Releases](https://download.blender.org/source/)
+* Repository: [git.blender.org/blender.git](https://git.blender.org/gitweb/gitweb.cgi/blender.git)
+
+## Credits
+
+Created by the [Blender developer community](https://www.blender.org/about/credits/).
+
+Thanks to Tyler Alden Gubala for maintaining the original version of this package."""
 
 # ------------------------------------------------------------------------------
 # Generic Functions



More information about the Bf-blender-cvs mailing list