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
4b8a15fc
Commit
4b8a15fc
authored
Dec 16, 2019
by
Lucas Mello Schnorr
Browse files
move code
parent
608ab6df
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
4b8a15fc
...
...
@@ -103,9 +103,6 @@ elif [ "$DEFAULT_ANIMATION" = "false" ]; then
exit
fi
# Create directory where animations will be saved
mkdir
--verbose
-p
${
BLENDER_OUTPUT
}
#############################################
# Phase 1: aliroot extract number of events #
#############################################
...
...
@@ -144,6 +141,9 @@ elif [ "$DEFAULT_ANIMATION" = "false" ]; then
LAST_EVENT
=
$(
echo
"
${
n_events
}
-1"
| bc
)
echo
"Event identifiers are sequential from
${
FIRST_EVENT
}
to
${
LAST_EVENT
}
."
# Create directory where animations will be saved
mkdir
--verbose
-p
${
BLENDER_OUTPUT
}
#################################################
# Phase 1: iteration for every event identifier #
#################################################
...
...
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