Commit Graph

6 Commits

Author SHA1 Message Date
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
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
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