Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALICE-open-data
ALICE Blender animation
Commits
66208e53
Commit
66208e53
authored
Jul 28, 2020
by
Breno Rilho Lemos
💬
Browse files
Change export configuration
parent
87c54144
Changes
1
Show whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
66208e53
...
...
@@ -10,11 +10,11 @@ export ALIROOT_SCRIPT_DIR=$(pwd)/aliRoot/
# Directory where Blender scripts are
export
BLENDER_SCRIPT_DIR
=
$(
pwd
)
/animate/
# alienv working directory
export
ALIENV_WORK_DIR
=
/home/breno/alice
/sw
export
ALIENV_WORK_DIR
=
$(
pwd
)
/..
/sw
export
ALIENV_OS_SPEC
=
ubuntu1804_x86-64
export
ALIENV_ID
=
AliPhysics/latest-aliroot5-user
# Put Blender 2.79b in the PATH env var
export
PATH
=
"
/home/schnorr/install
/blender-2.79-linux-glibc219-x86_64/:
$PATH
"
export
PATH
=
"
$(
pwd
)
/..
/blender-2.79-linux-glibc219-x86_64/:
$PATH
"
# Progress log file
export
PROGRESS_LOG
=
$(
pwd
)
/progress.log
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment