Blender Git Commits
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. |
January 15, 2021, 08:22 (GMT) |
Loading production configuration The configuration of the production is now loaded from the production itself. |
January 15, 2021, 07:05 (GMT) |
Added vscode to gitignore |
January 13, 2021, 15:41 (GMT) |
Moved WindowManager struct to global instance. |
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. |
January 12, 2021, 07:23 (GMT) |
Added option for center of world to the example configuration. |
December 16, 2020, 11:04 (GMT) |
Added an example configuration Initial example configuration was extracted from the design. It will be updated so the API can be discussed with TDs. |
December 16, 2020, 10:25 (GMT) |
Updated with the latest description of the design task |
December 9, 2020, 13:49 (GMT) |
Merge branch 'shot-tools-development' of git.blender.org:blender-studio-tools into shot-tools-development |
December 9, 2020, 13:46 (GMT) |
Added more details to the design. * Added Events * Added Order of execution * Fixed spelling * Use more explicit nameing conventions |
December 8, 2020, 12:27 (GMT) |
Fix some typos/mistakes |
December 8, 2020, 12:25 (GMT) |
Cleanup: strip trailing spaces |
December 8, 2020, 09:22 (GMT) |
Initial design |
December 8, 2020, 07:44 (GMT) |
Initial Commit |