PyDoc: add node classes to register_class doc-string

Ref: !136375
This commit is contained in:
Andrej730
2025-03-26 16:25:00 +11:00
committed by Campbell Barton
parent 6960d05df8
commit 224b8bb116

View File

@@ -9911,7 +9911,10 @@ void BPY_free_srna_pytype(StructRNA *srna)
":class:`bpy.types.AssetShelf` | " \
":class:`bpy.types.FileHandler` | " \
":class:`bpy.types.PropertyGroup` | " \
":class:`bpy.types.AddonPreferences`" \
":class:`bpy.types.AddonPreferences` | " \
":class:`bpy.types.NodeTree` | " \
":class:`bpy.types.Node` | " \
":class:`bpy.types.NodeSocket`" \
"]"
/**