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
fe8878ce
Commit
fe8878ce
authored
Dec 16, 2019
by
Lucas Mello Schnorr
Browse files
fix identation
parent
b4cd7cd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
fe8878ce
...
...
@@ -147,8 +147,9 @@ elif [ "$DEFAULT_ANIMATION" = "false" ]; then
ln
-s
${
ALIROOT_SCRIPT_DIR
}
/
${
FILE_WITH_DATA
}
${
BLENDER_SCRIPT_DIR
}
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
=
${
EVENT_ID
}
-simulated_t
=
0.02
-fps
=
5
-resolution
=
50
-stamp_note
=
"
${
EVENT_UNIQUE_ID
}
"
echo
"
${
type
}
for event
${
EVENT_ID
}
done."
echo
"Processing
${
EVENT_UNIQUE_ID
}
with
$type
Camera in blender"
blender
-noaudio
--background
-P
animate_particles.py
--
-radius
=
0.05
-duration
=
1
-camera
=
${
type
}
-datafile
=
"
${
FILE_WITH_DATA
}
"
-n_event
=
${
EVENT_ID
}
-simulated_t
=
0.01
-fps
=
5
-resolution
=
50
-stamp_note
=
"
${
EVENT_UNIQUE_ID
}
"
echo
"
${
type
}
for event
${
EVENT_ID
}
done."
done
popd
echo
"EVENT
${
EVENT_ID
}
DONE."
...
...
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