Commit Graph

20 Commits

Author SHA1 Message Date
filmfreedom-org
c70a87de9f Replaced file_context with abx_context
Removed file_context, name_context, name_schema, and ranks modules
(Moved into KitCAT Project).

Wrote much simpler abx_context to replace essential features for ABX.
2021-07-08 16:05:20 -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
43a7adb379 Refactoring to separate file_context elements. Updates to ranks.py 2021-06-08 20:49:32 -05:00
filmfreedom-org
6ff5b6b4f5 Implemented Branch/Rank objects in ranks.py 2021-06-02 03:06:45 -05:00
filmfreedom-org
6e056fcef7 Added or updated all the docstrings throughout the project. 2021-05-30 01:48:38 -05:00
filmfreedom-org
361de218ca prop_factory enum property tested/working. 2021-05-29 01:44:21 -05:00
filmfreedom-org
32bb691bc4 Merge branch 'main' of https://github.com/filmfreedom-org/abx.git into main 2021-05-29 00:57:09 -05:00
filmfreedom-org
9fbf1e5115 Test for prop_factory. 2021-05-29 00:55:12 -05:00
Film Freedom Project
c1d2eec91b
Delete context.py
Redundant file removed (this code is in abx_ui.py now).
2021-05-29 00:53:55 -05:00
filmfreedom-org
ad97d29f51 Added prop_factory module to create dynamic Blender property groups. 2021-05-29 00:47:44 -05:00
filmfreedom-org
5028f84e28 Added test-article blendfile. 2021-05-28 12:42:19 -05:00
Terry Hancock
0d81cc5857 Integrating data system; unit tests in Blender 2021-05-28 11:54:09 -05:00
Terry Hancock
48841cc05b Fixed version number. 2021-05-17 16:00:19 -05:00
Terry Hancock
bc801d76e9 Deleted bpy import that somehow got added to the packaging script. 2021-05-17 15:55:35 -05:00
Film Freedom Project
d8463a5155
Create PACKAGING.rst
Documentation file to make sure the pkg directory is created.
2021-05-17 15:25:26 -05:00
Film Freedom Project
46d2f01ef2
Update and rename README.md to README.rst
Added basic feature information and installation instructions.
2021-05-17 15:11:20 -05:00
Film Freedom Project
9f807900db
Update README.md 2021-05-17 14:51:56 -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
Film Freedom Project
654ed06206
Initial commit 2021-05-17 13:56:15 -05:00