Blender Git Loki
Git Commits -> Revision c0281f2
Revision c0281f2 by Jeroen Bakker (shot-tools-development) January 15, 2021, 11:03 (GMT) |
Added initial connector API Adds a DefaultConnector and a KitsuConnector. These connectors can be used to retrieve task_types and shots from an external system. The default connector is used as the default configuration when a configuration key isn't defined. |
Commit Details:
Full Hash: c0281f2530d2ecb2d77e307c7bc2815df9b003e5
Parent Commit: 106a9b8
Lines Changed: +393, -40
5 Added Paths:
/shot-builder/shot_builder/connectors/connector.py (+44, -0) (View)
/shot-builder/shot_builder/connectors/default.py (+31, -0) (View)
/shot-builder/shot_builder/connectors/kitsu.py (+73, -0) (View)
/shot-builder/shot_builder/connectors/__init__.py (+19, -0) (View)
/shot-builder/shot_builder/shot.py (+24, -0) (View)
/shot-builder/shot_builder/connectors/default.py (+31, -0) (View)
/shot-builder/shot_builder/connectors/kitsu.py (+73, -0) (View)
/shot-builder/shot_builder/connectors/__init__.py (+19, -0) (View)
/shot-builder/shot_builder/shot.py (+24, -0) (View)
6 Modified Paths:
/shot-builder/shot_builder/operators.py (+37, -9) (Diff)
/shot-builder/shot_builder/project.py (+100, -15) (Diff)
/shot-builder/shot_builder/properties.py (+13, -5) (Diff)
/shot-builder/shot_builder/task_type.py (+22, -1) (Diff)
/shot-builder/shot_builder/ui.py (+22, -4) (Diff)
/shot-builder/shot_builder/__init__.py (+8, -6) (Diff)
/shot-builder/shot_builder/project.py (+100, -15) (Diff)
/shot-builder/shot_builder/properties.py (+13, -5) (Diff)
/shot-builder/shot_builder/task_type.py (+22, -1) (Diff)
/shot-builder/shot_builder/ui.py (+22, -4) (Diff)
/shot-builder/shot_builder/__init__.py (+8, -6) (Diff)