BLI: add high level documentation for core data structures #25
No reviewers
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-developer-docs#25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "JacquesLucke/blender-developer-docs:core-data-structures"
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?
This adds some initial documentation for various c++ types I worked on in blenlib. The purpose is to make it easier for people to find what exists and how it is generally used. For more details, one still has to go into the corresponding header file. I added links to these header files where appropriate.
WIP: BLI: add high level documentation for core data structuresto BLI: add high level documentation for core data structuresNice! I'd strongly suggest mentioning "BLI" in the hierarchy, otherwise it's not clear what this refers to. Might as well be DNA or BKE data structures. So something like "Core" > "BLI: Blender Library"
Ok, I changed the navigation and updated the screenshot.
Looks good, this will be really helpful.
GSpan
,GArray
,GVArray
, etc. But that could be added laterWon't do that now, as discussed in chat.
Yeah, had to stop somewhere.