Blender Git Commit Log
Git Commits -> Revision 3e8d01b
Revision 3e8d01b by Jeroen Bakker (shot-tools-development) January 12, 2021, 11:59 (GMT) |
Added Addon Preferences + New Shot File operator. The shot file operator uses the add-on preferences and current file to detect what the root of the production is. It is prefilled in the operator. Operator does not do anything yet. |
Commit Details:
Full Hash: 3e8d01b55813960b7d473eb5fd11a3651561ea02
Parent Commit: 8ebad11
Lines Changed: +228, -0
5 Added Paths:
/.gitignore (+1, -0)
/shot-builder/shot_builder/operators.py (+36, -0) (View)
/shot-builder/shot_builder/project.py (+81, -0) (View)
/shot-builder/shot_builder/properties.py (+48, -0) (View)
/shot-builder/shot_builder/ui.py (+9, -0) (View)
/shot-builder/shot_builder/operators.py (+36, -0) (View)
/shot-builder/shot_builder/project.py (+81, -0) (View)
/shot-builder/shot_builder/properties.py (+48, -0) (View)
/shot-builder/shot_builder/ui.py (+9, -0) (View)
1 Modified Path:
/shot-builder/shot_builder/__init__.py (+53, -0) (Diff)