Closed kephas closed 6 years ago
Yes, this is a known problem.
In the meantime, here's how I always do it myself:
"Unused blocks" keeps track of all dependencies and also catches indirect ones.
Yes, I realized I can do the export I want by first pruning unused blocks with all my wanted blocks deselected. But if the logic of dependency checking is in there, it shouldn't be too hard to have the reverse UI.
Duplicate of #1126
I exported a drawing library I created to help kids make complicated procedural drawings, but apparentely forgot one block I used from the list utilities in there. I shouldn't have to manually keep track of every block I use to be able to export the blocks I created, this defeats the whole purpose of abstraction…