Commit Graph

5 Commits

Author SHA1 Message Date
filmfreedom-org 6279638f3c Initial Gitea commit 2022-06-28 01:02:07 -05:00
filmfreedom-org 5e24e06796 Replaced parsers sub-package with parsers.py
After discovering that sub-packages in Blender add-ons don't work (this
seems to be very broken!), I replaced the parsers subpackage with a
parsers.py module (almost as simple as concatenating the source files in
the package). I may be removing this name-parsing system from ABX
entirely, soon, possibly moving it into KitCAT.
2021-06-29 13:53:48 -05:00
filmfreedom-org 9db1245ab3 Source tracking in accumulate module. 2021-06-14 14:48:26 -05:00
filmfreedom-org 5028f84e28 Added test-article blendfile. 2021-05-28 12:42:19 -05:00
Film Freedom Project 2b3f66baf4
Add files via upload
Initial commit of ABX development sources. The abx package itself is in the abx folder. The MakeAddOnZip.py script creates the archive to install into Blender in the pkg folder. The tests folder contains unit tests which require the contents of testdata as fixtures.
2021-05-17 14:24:14 -05:00