Home › Per Blender Python (bpy) docs, the bpy module st…
Per Blender Python (bpy) docs, the bpy module structure groups data in which sub-namespaces?
Abpy.runtime, bpy.editor, bpy.export (only)
Bbpy.python only, with all data under one tree
Cbpy.scene (only), bpy.objects (only), bpy.materials (only)
Dbpy.data (data blocks), bpy.ops (operators), bpy.context (UI state)
Answer & Solution
Correct answer: D. bpy.data (data blocks), bpy.ops (operators), bpy.context (UI state)
Blender Python API: bpy.data = scene's data blocks; bpy.ops = invoke same operators as the UI; bpy.context = active selection. Tools / exporters use these for scripting.
Related questions
Per Godot docs (TOOL scripts), prefixing a GDScript file with @tool causes which behaviourPer Visual Studio + JetBrains Rider integration with Unity, the EDITORATTACH protocol thatPer Unity Asset Store + Unreal Marketplace guidelines, a TOOL author's INSPECTOR should haPer Unity DOTS / Burst docs, a CUSTOM INSPECTOR using UI TOOLKIT (vs IMGUI) is preferred fPer Unreal docs (UPROPERTY + UFUNCTION), the UNREAL HEADER TOOL parses macros at build timPer Houdini docs, a DIGITAL ASSET (HDA) lets tools authors do which?Per Unity Editor docs, the SERIALIZED OBJECT API is preferred over direct field access in Per Unreal docs, the SLATE framework is used to build which kind of UI inside Unreal Engin