# A script to temporarily install and run the addon. Currently used
# by our tests but needs revisiting since I quickly threw it together.
#
# blender file.blend --python $(armature2json)
# -> becomes ->
# blender file.blend --python /path/to/run-addon
# Get the absolute path to the addon
=
= +
# Install and enable the addon temporarily (since we aren't saving our user preferences)
# We just want to have access to the addon during this blender session
# Run our addon