Add bpy.msgbus to README module coverage list

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Joseph HENRY 2026-04-03 16:52:36 +02:00
parent e4284ce7d9
commit c46b37f88e

View File

@ -50,7 +50,7 @@ gpu.state.blend_set('ALPHA')
## Features ## Features
- **Full Blender API coverage**`bpy.types`, `bpy.ops`, `bpy.props`, `bpy.utils`, `bpy.path`, `bpy.app`, `mathutils`, `bmesh`, `gpu`, `gpu_extras`, `bpy_extras`, `freestyle`, `aud`, `blf`, `bl_math`, `imbuf`, `idprop` - **Full Blender API coverage**`bpy.types`, `bpy.ops`, `bpy.props`, `bpy.utils`, `bpy.path`, `bpy.app`, `bpy.msgbus`, `mathutils`, `bmesh`, `gpu`, `gpu_extras`, `bpy_extras`, `freestyle`, `aud`, `blf`, `bl_math`, `imbuf`, `idprop`
- **Accurate collection types**`bpy.data.objects` returns `BlendDataObjects` (not generic `bpy_prop_collection`), exposing `new()`, `remove()`, and other collection-specific methods - **Accurate collection types**`bpy.data.objects` returns `BlendDataObjects` (not generic `bpy_prop_collection`), exposing `new()`, `remove()`, and other collection-specific methods
- **Readonly properties** — uses `@property` decorators for readonly RNA attributes - **Readonly properties** — uses `@property` decorators for readonly RNA attributes
- **Context members**`bpy.context.active_object`, `selected_objects`, `edit_object`, and ~100 other screen context attributes are properly typed - **Context members**`bpy.context.active_object`, `selected_objects`, `edit_object`, and ~100 other screen context attributes are properly typed