Commit Graph

11 Commits

Author SHA1 Message Date
Ellwood Zwovic
fe7d38252d Add baseurl option to make_repo and actually set package urls
Also actually use said URL when calling 'install' operator
2017-07-14 00:56:34 -07:00
Ellwood Zwovic
bbaa928c2b Basic filtering for package browser 2017-07-14 00:23:26 -07:00
Ellwood Zwovic
745331a927 Sort packagelist 2017-07-13 22:32:51 -07:00
Ellwood Zwovic
29e2db8952 Basic package browsing UI 2017-07-13 22:32:21 -07:00
Ellwood Zwovic
2e45bf637a Send repolist to blender and list contents 2017-07-13 19:06:31 -07:00
Ellwood Zwovic
67b1857e58 Repository downloading 2017-07-13 16:33:14 -07:00
Ellwood Zwovic
058b5a802f Address comments on previous commit 2017-07-13 11:16:31 -07:00
Ellwood Zwovic
915c38c326 Make install procedure overwrite existing addons
However, back them up first and restore them if anything goes wrong
2017-07-12 20:07:20 -07:00
Ellwood Zwovic
4df177e397 Only check root files for conflicts 2017-07-12 15:03:12 -07:00
Ellwood Zwovic
7d7be711d3 Basic install function 2017-07-11 22:47:39 -07:00
337a5f352c Added bpkg_manager package that can download packages in a subprocess
Also contains a SubprocMixin mix-in class that can help to write
operators that run & monitor subprocesses.

Messages sent back & forth between Blender and the subprocess MUST subclass
either BlenderMessage or SubprocMessage.
2017-07-10 01:44:54 +02:00