Add project-tools #142

Merged
Francesco Siddi merged 26 commits from ZedDB/blender-studio-pipeline:project-helper-tools into main 2023-08-31 20:33:04 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 503fb57aaa - Show all commits

View File

@ -1,6 +1,6 @@
#!/bin/bash
DOWNLOAD_DIR=../../shared/pets/artifacts/addons/
DOWNLOAD_DIR=../../shared/artifacts/addons/
download_addon() {
URL=$1
@ -25,5 +25,5 @@ download_addon() {
# download_addon <url to addon zip> <output name zip>
# Special download dir for monorepo with addons
DOWNLOAD_DIR=../../shared/pets/artifacts/blender-studio-pipeline/
DOWNLOAD_DIR=../../shared/artifacts/blender-studio-pipeline/
download_addon https://projects.blender.org/studio/blender-studio-pipeline/archive/main.zip blender-studio-pipeline-main.zip

View File

@ -6,7 +6,7 @@ set -e
HOMEPAGE="https://builder.blender.org/download/"
BLENDER_BRANCH=main
DOWNLOAD_DIR=../../shared/pets/artifacts/blender
DOWNLOAD_DIR=../../shared/artifacts/blender
# Ensure that the download directory exists
mkdir -p $DOWNLOAD_DIR