Fix Shot_Builder fails to invoke with correct project root directory #8

Merged
Nick Alberelli merged 6 commits from :fix/shot-builder-path-error into master 2023-04-13 16:07:29 +02:00
Showing only changes of commit 56dcfea7db - Show all commits

View File

@ -178,10 +178,6 @@ class SHOTBUILDER_OT_NewShotFile(bpy.types.Operator):
production = get_active_production()
self.production_root = addon_prefs.project_root_dir
self.production_name = project.name
global _production_task_type_items
_production_task_type_items = production.get_task_type_items(
context=context)