Parse __doc__
to retrieve bpy.types.Property
description attributes when using BLField
#14
Labels
No Label
abstractions
architecture
bug
distribution
docs
duplicate
enhancement
feature
physical
proposal
question
simulation
tooling
tracker
unconfirmed
ux
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: so-rose/oscillode#14
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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?