Parse __doc__
to retrieve bpy.types.Property
description attributes when using BLField
#14
Labels
No labels
abstractions
architecture
bug
distribution
docs
duplicate
enhancement
feature
physical
proposal
question
simulation
tooling
tracker
unconfirmed
ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: so-rose/oscillode#14
Loading…
Add table
Add a link
Reference in a new issue
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?
Encourage the node designer to use docstrings, which double as "real" documentation, to describe all
BLField
s. The beautiful side effect of this is that the Blender documentation willWe can use
griff
(https://pypi.org/project/griffe/) for this. The only worry would be the performance of mass-parsing__doc__
s on every startup; perhaps aservices
model could act as a "provider" of structured information about the code?