From 0ff1414f04f46c797a8c6ab0a1a474f1edd1d8b8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Oct 2023 14:08:44 +1100 Subject: [PATCH] Docs: update bpy documentation, referencing PIP which is now supported Resolve #114076. --- doc/python_api/rst/info_advanced_blender_as_bpy.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/python_api/rst/info_advanced_blender_as_bpy.rst b/doc/python_api/rst/info_advanced_blender_as_bpy.rst index 9d2861ff627..fadf4a7467b 100644 --- a/doc/python_api/rst/info_advanced_blender_as_bpy.rst +++ b/doc/python_api/rst/info_advanced_blender_as_bpy.rst @@ -8,9 +8,12 @@ allowing ``import bpy`` to be added to any Python script, providing access to Bl .. note:: - At time of writing official builds are not available, - using this requires compiling Blender yourself see - `build instructions `__. + Blender as a Python Module isn't provided on Blender's official download page. + + - A pre-compiled ``bpy`` module is + `available via PIP `__. + - Or you may compile this yourself using the + `build instructions `__. Use Cases