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
3de82235
Commit
3de82235
authored
Dec 18, 2019
by
Lucas Mello Schnorr
Browse files
use unique id
parent
19e6039f
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
3de82235
...
...
@@ -268,7 +268,7 @@ elif [ "$DEFAULT" = "false" ]; then
blender
-noaudio
--background
-P
animate_particles.py
--
-radius
=
0.05
-duration
=
${
DURATION
}
-camera
=
${
type
}
-datafile
=
"
${
LOCAL_FILE_WITH_DATA
}
"
-n_event
=
${
EVENT_ID
}
-simulated_t
=
0.03
-fps
=
24
-resolution
=
${
RESOLUTION
}
-stamp_note
=
"
${
EVENT_UNIQUE_ID
}
"
# Move generated file to final location
mv
/tmp/blender/
*
${
BLENDER_OUTPUT
}
echo
"
${
type
}
for event
${
EVENT_ID
}
done."
echo
"
${
type
}
for event
${
EVENT_
UNIQUE_
ID
}
done."
done
# Move processed file to final location
...
...
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