Commit Graph

8 Commits

Author SHA1 Message Date
Ellwood Zwovic
1766e1fa6e Don't import things which import things which import bpy 2017-08-19 19:01:42 -07:00
Ellwood Zwovic
6691b0b226 Initial multiple repository support
And lots of code reshuffling which likely should've been done in
separate commits..
2017-08-12 19:36:39 -07:00
Ellwood Zwovic
64bc1630df Fix wrong name errors caused in previous commit 2017-07-26 02:27:09 -07:00
Ellwood Zwovic
2f6357e40e Cleanup: Move package download/install code out of subproc.py
Instead do such things in bpkg, and only handle interfacing between
blender and bpkg in subproc.py
2017-07-26 02:08:01 -07:00
Ellwood Zwovic
cc53e54877 Add 'repo.json' to url before giving it to bpkg 2017-07-24 17:54:49 -07:00
Ellwood Zwovic
06a05c81b2 Fix inport errors and maintain compatibility with python 3.5x) 2017-07-22 20:14:09 -07:00
Ellwood Zwovic
e9fbb9f6e7 Move package management code out of subproc.py 2017-07-21 00:27:16 -07:00
Ellwood Zwovic
a250777d15 Cleanup: rename package manager addon from bpkg -> package_manager
As I see it, the *package manager* is called "bpkg", while the *package
manager addon* is called "package_manager".

The *package manager* contains the actual package management code, and
the *package manager addon* provides the interface to use it.
2017-07-20 23:09:42 -07:00