Documentation Python API: BlendDataLibraries Section incomplete. #95701
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#95701
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Linux-5.15.15-76051515-generic-x86_64-with-glibc2.34 64 Bits
Graphics card: Radeon RX 590 Series (POLARIS10, DRM 3.42.0, 5.15.15-76051515-generic, LLVM 12.0.1) AMD 4.6 (Core Profile) Mesa 21.2.2
Blender Version
Broken: version: 3.2.0 Alpha, branch: master, commit date: 2022-02-10 15:05, hash:
blender/blender@ad77b52abc
Worked: (newest version of Blender that worked as expected)
Short description of error
Documentation Python API: BlendDataLibraries Section incomplete.
Exact steps for others to reproduce the error
This is the the BlendDataLibraries Section of 2.77.1: BlendDataLibraries
This is the BlendDataLibraries Section of 3.0.1: BlendDataLibraries
You can see that there is a lot of stuff missing. Especially the context manager that can be invoked with
with bpy.data.libraries.load(filepath) as (data_from, data_to):
As well as the
write()
function, which are important for a lot of pipeline operations.After chatting with @dr.sybren, he recommended to quickly create a report here and tag @ideasman42
Added subscribers: @ideasman42, @dr.sybren, @paulgolter
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Confirmed'
The examples still seem to be there:
https://developer.blender.org/diffusion/B/browse/master/doc/python_api/examples/bpy.types.BlendDataLibraries.load.py
https://developer.blender.org/diffusion/B/browse/master/doc/python_api/examples/bpy.types.BlendDataLibraries.write.py
But can confirm they are missing in the docs