Shot Builder: uses unique config directory #23

Closed
opened 2023-04-19 17:23:30 +02:00 by Nick Alberelli · 1 comment
Member

Issue

Shot_builder uses the configuration directory that is unique from the main config folder set by Blender_Kitsui addon

├── pro
│   ├── config
│   │   ├── asset_pipeline_config
│   │   │   ├── hooks.py
│   │   │   ├── task_layers.py
│   ├── shot-builder
│   │   ├── assets.py
│   │   ├── config.py
│   │   ├── hooks.py
│   │   ├── shots.py

Solution

Move the shot_builder config directory to the exisiting kitsu config directory

(this change has impacts on any active production)"

├── pro
│   ├── config # all config files in this directory
│   │   ├── asset_pipeline_config
│   │   │   ├── hooks.py
│   │   │   ├── task_layers.py
│   │   ├── shot-builder
│   │   │   ├── assets.py
│   │   │   ├── config.py
│   │   │   ├── hooks.py
│   │   │   ├── shots.py
# Issue Shot_builder uses the configuration directory that is unique from the main config folder set by `Blender_Kitsui` addon ``` ├── pro │ ├── config │ │ ├── asset_pipeline_config │ │ │ ├── hooks.py │ │ │ ├── task_layers.py │ ├── shot-builder │ │ ├── assets.py │ │ ├── config.py │ │ ├── hooks.py │ │ ├── shots.py ``` # Solution Move the shot_builder config directory to the exisiting kitsu config directory (this change has impacts on any active production)" ``` ├── pro │ ├── config # all config files in this directory │ │ ├── asset_pipeline_config │ │ │ ├── hooks.py │ │ │ ├── task_layers.py │ │ ├── shot-builder │ │ │ ├── assets.py │ │ │ ├── config.py │ │ │ ├── hooks.py │ │ │ ├── shots.py ```
Nick Alberelli added the
Kind
Enhancement
label 2023-04-19 17:24:37 +02:00
Nick Alberelli changed title from [Shot_Builder] uses unique config directory to Shot_Builder: uses unique config directory 2023-05-19 14:58:15 +02:00
Nick Alberelli changed title from Shot_Builder: uses unique config directory to Shot Builder: uses unique config directory 2023-05-19 14:59:26 +02:00
Author
Member

Re-Opened by 7324cd8584

@eyecandy had issues building lighting files so this change was reverted.

Re-Opened by https://projects.blender.org/studio/blender-studio-pipeline/commit/7324cd858499abe52c65a86fc348bead5e4b2235 @eyecandy had issues building lighting files so this change was reverted.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-tools#23
No description provided.