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
58922494
Commit
58922494
authored
Dec 16, 2019
by
Lucas Mello Schnorr
Browse files
use the env var again
parent
afe43a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
58922494
...
@@ -148,7 +148,7 @@ elif [ "$DEFAULT_ANIMATION" = "false" ]; then
...
@@ -148,7 +148,7 @@ elif [ "$DEFAULT_ANIMATION" = "false" ]; then
##############################
##############################
# Phase 2: blender animate #
# Phase 2: blender animate #
##############################
##############################
mv
--verbose
${
ALIROOT_SCRIPT_DIR
}
/
esd-detail.dat
${
BLENDER_SCRIPT_DIR
}
mv
--verbose
${
ALIROOT_SCRIPT_DIR
}
/
${
FILE_WITH_DATA
}
${
BLENDER_SCRIPT_DIR
}
pushd
${
BLENDER_SCRIPT_DIR
}
pushd
${
BLENDER_SCRIPT_DIR
}
for
type
in
"BarrelCamera"
"OverviewCamera"
"ForwardCamera"
;
do
for
type
in
"BarrelCamera"
"OverviewCamera"
"ForwardCamera"
;
do
blender
-noaudio
--background
-P
animate_particles.py
--
-radius
=
0.05
-duration
=
1
-camera
=
${
type
}
-datafile
=
"
${
FILE_WITH_DATA
}
"
-n_event
=
$i
-simulated_t
=
0.02
-fps
=
5
-resolution
=
50
-stamp_note
=
"Texto no canto"
blender
-noaudio
--background
-P
animate_particles.py
--
-radius
=
0.05
-duration
=
1
-camera
=
${
type
}
-datafile
=
"
${
FILE_WITH_DATA
}
"
-n_event
=
$i
-simulated_t
=
0.02
-fps
=
5
-resolution
=
50
-stamp_note
=
"Texto no canto"
...
...
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