aboutsummaryrefslogtreecommitdiff
path: root/graphics/makehuman
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-24 23:24:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-24 23:24:51 +0000
commite5beb689031b9cd6ad8b39bd938b4f4d79140f99 (patch)
tree857dfe3805c316ab023a28e6eab963423678eece /graphics/makehuman
parentbd18590ca43063af35dde519d1d0797e3e9d9d3f (diff)
downloadports-e5beb689031b9cd6ad8b39bd938b4f4d79140f99.tar.gz
ports-e5beb689031b9cd6ad8b39bd938b4f4d79140f99.zip
Notes
Diffstat (limited to 'graphics/makehuman')
-rw-r--r--graphics/makehuman/Makefile16
-rw-r--r--graphics/makehuman/pkg-plist2431
2 files changed, 7 insertions, 2440 deletions
diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile
index 22dcab594d7f..3e333a536c2d 100644
--- a/graphics/makehuman/Makefile
+++ b/graphics/makehuman/Makefile
@@ -10,20 +10,21 @@ MASTER_SITES= SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Application for parametrical modeling of 3D humanoid characters
-LIB_DEPENDS= animorph:${PORTSDIR}/graphics/animorph \
- mhgui:${PORTSDIR}/graphics/mhgui
+LIB_DEPENDS= libanimorph.so:${PORTSDIR}/graphics/animorph \
+ libmhgui.so:${PORTSDIR}/graphics/mhgui
USES= gmake pkgconfig
GNU_CONFIGURE= yes
USE_GL= glut
-USE_GCC= yes # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings'
+USE_GCC= any # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings'
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
+PORTDATA= *
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -33,12 +34,9 @@ post-patch:
@${REINPLACE_CMD} -e '/^makehuman_pixmapsdir =/ s|pixmaps/makehuman|makehuman/pixmaps|' ${WRKSRC}/pixmaps/Makefile.in
@${REINPLACE_CMD} -e '/^packagepixmapsdir=/ s|pixmaps/\$${PACKAGE}|$${PACKAGE}/pixmaps|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^makehumandocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
-.if ! ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-makehumandocDATA||' ${WRKSRC}/Makefile.in
-.endif
post-install:
- ${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0755
- ${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0644
+ ${FIND} ${STAGEDIR}${DATADIR} -type d -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0755
+ ${FIND} ${STAGEDIR}${DATADIR} -type f -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0644
.include <bsd.port.mk>
diff --git a/graphics/makehuman/pkg-plist b/graphics/makehuman/pkg-plist
deleted file mode 100644
index c970cecc5e05..000000000000
--- a/graphics/makehuman/pkg-plist
+++ /dev/null
@@ -1,2431 +0,0 @@
-bin/makehuman
-%%DATADIR%%/base.body
-%%DATADIR%%/base.clothes
-%%DATADIR%%/base.colors
-%%DATADIR%%/base.faces
-%%DATADIR%%/base.materials
-%%DATADIR%%/base.parts
-%%DATADIR%%/base.skin
-%%DATADIR%%/base.smooth
-%%DATADIR%%/base.strips
-%%DATADIR%%/base.subde
-%%DATADIR%%/base.subdf
-%%DATADIR%%/base.subdo
-%%DATADIR%%/base.uv
-%%DATADIR%%/base.vertices
-%%DATADIR%%/bs_data/characters1/asian_girl01.bs
-%%DATADIR%%/bs_data/characters1/big_fat_hero.bs
-%%DATADIR%%/bs_data/characters1/bodybuilder_man01.bs
-%%DATADIR%%/bs_data/characters1/bodybuilder_woman01.bs
-%%DATADIR%%/bs_data/characters1/fashion_model.bs
-%%DATADIR%%/bs_data/characters1/fat_girl01.bs
-%%DATADIR%%/bs_data/characters1/hero01.bs
-%%DATADIR%%/bs_data/characters1/idealistic_man01.bs
-%%DATADIR%%/bs_data/characters1/megahero.bs
-%%DATADIR%%/bs_data/characters1/old_man01.bs
-%%DATADIR%%/bs_data/characters1/ultra_skinny_girl01.bs
-%%DATADIR%%/bs_data/poses1/catwalk1.bs
-%%DATADIR%%/bs_data/poses1/dance1.bs
-%%DATADIR%%/bs_data/poses1/drama1.bs
-%%DATADIR%%/bs_data/poses1/standing.bs
-%%DATADIR%%/bs_data/poses1/yoga1.bs
-%%DATADIR%%/default.bs
-%%DATADIR%%/pixmaps/bsimg/characters1/asian_girl01.png
-%%DATADIR%%/pixmaps/bsimg/characters1/big_fat_hero.png
-%%DATADIR%%/pixmaps/bsimg/characters1/bodybuilder_man01.png
-%%DATADIR%%/pixmaps/bsimg/characters1/bodybuilder_woman01.png
-%%DATADIR%%/pixmaps/bsimg/characters1/fashion_model.png
-%%DATADIR%%/pixmaps/bsimg/characters1/fat_girl01.png
-%%DATADIR%%/pixmaps/bsimg/characters1/hero01.png
-%%DATADIR%%/pixmaps/bsimg/characters1/idealistic_man01.png
-%%DATADIR%%/pixmaps/bsimg/characters1/megahero.png
-%%DATADIR%%/pixmaps/bsimg/characters1/old_man01.png
-%%DATADIR%%/pixmaps/bsimg/characters1/ultra_skinny_girl01.png
-%%DATADIR%%/pixmaps/bsimg/poses1/catwalk1.png
-%%DATADIR%%/pixmaps/bsimg/poses1/dance1.png
-%%DATADIR%%/pixmaps/bsimg/poses1/drama1.png
-%%DATADIR%%/pixmaps/bsimg/poses1/standing.png
-%%DATADIR%%/pixmaps/bsimg/poses1/yoga1.png
-%%DATADIR%%/pixmaps/bsimg/user_bs.png
-%%DATADIR%%/pixmaps/rotimg/000_right_footfinger_5_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/000_right_footfinger_5_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/001_right_footfinger_5_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/001_right_footfinger_5_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/002_right_footfinger_4_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/002_right_footfinger_4_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/003_right_footfinger_4_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/003_right_footfinger_4_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/004_right_footfinger_3_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/004_right_footfinger_3_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/005_right_footfinger_3_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/005_right_footfinger_3_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/006_right_footfinger_2_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/006_right_footfinger_2_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/007_right_footfinger_2_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/007_right_footfinger_2_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/008_right_footfinger_1_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/008_right_footfinger_1_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/009_right_footfinger_1_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/009_right_footfinger_1_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/020_right_foot/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/020_right_foot/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/020_right_foot/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/020_right_foot/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/021_left_footfinger_5_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/021_left_footfinger_5_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/022_left_footfinger_5_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/022_left_footfinger_5_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/023_left_footfinger_4_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/023_left_footfinger_4_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/024_left_footfinger_4_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/024_left_footfinger_4_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/025_left_footfinger_3_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/025_left_footfinger_3_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/026_left_footfinger_3_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/026_left_footfinger_3_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/027_left_footfinger_2_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/027_left_footfinger_2_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/028_left_footfinger_2_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/028_left_footfinger_2_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/029_left_footfinger_1_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/029_left_footfinger_1_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/030_left_footfinger_1_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/030_left_footfinger_1_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/040_left_foot/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/040_left_foot/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/040_left_foot/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/040_left_foot/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/041_right_pollex_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/041_right_pollex_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/042_right_pollex_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/042_right_pollex_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/043_right_pollex_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/043_right_pollex_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/044_right_forefinger_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/044_right_forefinger_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/045_right_forefinger_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/045_right_forefinger_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/046_right_forefinger_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/046_right_forefinger_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/046_right_forefinger_1/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/046_right_forefinger_1/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/047_right_middlefinger_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/047_right_middlefinger_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/048_right_middlefinger_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/048_right_middlefinger_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/049_right_middlefinger_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/049_right_middlefinger_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/049_right_middlefinger_1/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/049_right_middlefinger_1/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/050_right_ringfinger_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/050_right_ringfinger_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/051_right_ringfinger_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/051_right_ringfinger_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/052_right_ringfinger_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/052_right_ringfinger_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/052_right_ringfinger_1/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/052_right_ringfinger_1/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/053_right_littlefinger_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/053_right_littlefinger_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/054_right_littlefinger_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/054_right_littlefinger_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/055_right_littlefinger_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/055_right_littlefinger_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/055_right_littlefinger_1/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/055_right_littlefinger_1/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/060_right_hand/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/060_right_hand/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/060_right_hand/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/060_right_hand/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/060_right_hand/ROT3.png
-%%DATADIR%%/pixmaps/rotimg/060_right_hand/ROT3_over.png
-%%DATADIR%%/pixmaps/rotimg/061_left_pollex_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/061_left_pollex_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/062_left_pollex_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/062_left_pollex_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/063_left_pollex_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/063_left_pollex_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/064_left_forefinger_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/064_left_forefinger_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/065_left_forefinger_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/065_left_forefinger_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/066_left_forefinger_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/066_left_forefinger_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/066_left_forefinger_1/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/066_left_forefinger_1/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/067_left_middlefinger_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/067_left_middlefinger_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/068_left_middlefinger_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/068_left_middlefinger_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/069_left_middlefinger_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/069_left_middlefinger_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/069_left_middlefinger_1/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/069_left_middlefinger_1/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/070_left_ringfinger_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/070_left_ringfinger_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/071_left_ringfinger_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/071_left_ringfinger_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/072_left_ringfinger_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/072_left_ringfinger_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/072_left_ringfinger_1/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/072_left_ringfinger_1/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/073_left_littlefinger_3/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/073_left_littlefinger_3/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/074_left_littlefinger_2/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/074_left_littlefinger_2/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/075_left_littlefinger_1/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/075_left_littlefinger_1/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/075_left_littlefinger_1/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/075_left_littlefinger_1/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/080_left_hand/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/080_left_hand/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/080_left_hand/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/080_left_hand/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/080_left_hand/ROT3.png
-%%DATADIR%%/pixmaps/rotimg/080_left_hand/ROT3_over.png
-%%DATADIR%%/pixmaps/rotimg/100_right_lower_leg/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/100_right_lower_leg/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/100_right_lower_leg/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/100_right_lower_leg/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/120_left_lower_leg/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/120_left_lower_leg/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/120_left_lower_leg/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/120_left_lower_leg/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/140_right_lower_arm/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/140_right_lower_arm/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/160_left_lower_arm/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/160_left_lower_arm/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_ADJUST1.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_ADJUST1_over.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_ADJUST2.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_ADJUST2_over.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_BASE1.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_BASE1_over.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_BASE2.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_BASE2_over.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_BASE3.png
-%%DATADIR%%/pixmaps/rotimg/180_right_upper_leg/ROT_BASE3_over.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_ADJUST1.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_ADJUST1_over.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_ADJUST2.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_ADJUST2_over.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_BASE1.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_BASE1_over.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_BASE2.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_BASE2_over.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_BASE3.png
-%%DATADIR%%/pixmaps/rotimg/200_left_upper_leg/ROT_BASE3_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_ADJUST0.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_ADJUST0_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_ADJUST1.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_ADJUST1_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_ADJUST2.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_ADJUST2_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_ADJUST3.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_ADJUST3_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE1.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE1_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE2.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE2_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE3.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE3_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE4.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE4_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE5.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE5_over.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE6.png
-%%DATADIR%%/pixmaps/rotimg/220_right_upper_arm/ROT_BASE6_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_ADJUST0.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_ADJUST0_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_ADJUST1.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_ADJUST1_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_ADJUST2.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_ADJUST2_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_ADJUST3.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_ADJUST3_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE1.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE1_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE2.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE2_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE3.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE3_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE4.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE4_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE5.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE5_over.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE6.png
-%%DATADIR%%/pixmaps/rotimg/240_left_upper_arm/ROT_BASE6_over.png
-%%DATADIR%%/pixmaps/rotimg/260_right_collar/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/260_right_collar/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/260_right_collar/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/260_right_collar/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/260_right_collar/ROT3.png
-%%DATADIR%%/pixmaps/rotimg/260_right_collar/ROT3_over.png
-%%DATADIR%%/pixmaps/rotimg/280_left_collar/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/280_left_collar/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/280_left_collar/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/280_left_collar/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/280_left_collar/ROT3.png
-%%DATADIR%%/pixmaps/rotimg/280_left_collar/ROT3_over.png
-%%DATADIR%%/pixmaps/rotimg/300_head/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/300_head/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/300_head/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/300_head/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/300_head/ROT3.png
-%%DATADIR%%/pixmaps/rotimg/300_head/ROT3_over.png
-%%DATADIR%%/pixmaps/rotimg/320_neck/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/320_neck/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/320_neck/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/320_neck/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/360_torso/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/360_torso/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/360_torso/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/360_torso/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/360_torso/ROT3.png
-%%DATADIR%%/pixmaps/rotimg/360_torso/ROT3_over.png
-%%DATADIR%%/pixmaps/rotimg/380_pivot/ROT1.png
-%%DATADIR%%/pixmaps/rotimg/380_pivot/ROT1_over.png
-%%DATADIR%%/pixmaps/rotimg/380_pivot/ROT2.png
-%%DATADIR%%/pixmaps/rotimg/380_pivot/ROT2_over.png
-%%DATADIR%%/pixmaps/rotimg/380_pivot/ROT3.png
-%%DATADIR%%/pixmaps/rotimg/380_pivot/ROT3_over.png
-%%DATADIR%%/pixmaps/tgimg/cheek/cheek001.png
-%%DATADIR%%/pixmaps/tgimg/cheek/cheek002.png
-%%DATADIR%%/pixmaps/tgimg/cheek/cheek003.png
-%%DATADIR%%/pixmaps/tgimg/cheek/cheek004.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_convex.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_jaw001.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_jaw002.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_jaw002b.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_jaw003.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_jaw004.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_jaw005.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_jaw020.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_prominent.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_quadrangular.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_recessed.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/chin_tapered.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/jaw_biprognathism_in.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/jaw_biprognathism_out.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/jaw_prognathism_in.png
-%%DATADIR%%/pixmaps/tgimg/chin_jaw/jaw_prognathism_out.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears001.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears002.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears003.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears004.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_backward.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_big.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_darwin nodule_a.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_darwin nodule_b.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_down.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_flap.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_forward.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_height_max.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_lobe_height_max.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_lobe_height_min.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_no_wind.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_rectangular.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_rot_backward.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_rot_forward.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_round.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_small.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_triangular.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_up.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_wide_max.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_wide_min.png
-%%DATADIR%%/pixmaps/tgimg/ears/ears_wind.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes001.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes002.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes003.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes004.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes005.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes006.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes007.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes008.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes009.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes_big.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes_close.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes_distance_max.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes_distance_min.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes_down.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes_lower_up.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes_small.png
-%%DATADIR%%/pixmaps/tgimg/eyes/eyes_up.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead001.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead002.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead003.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead004.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead005.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead006.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead_backward.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead_concave.png
-%%DATADIR%%/pixmaps/tgimg/forehead/forehead_rectilinear.png
-%%DATADIR%%/pixmaps/tgimg/hands/hand001.png
-%%DATADIR%%/pixmaps/tgimg/hands/hand002.png
-%%DATADIR%%/pixmaps/tgimg/hands/hand003.png
-%%DATADIR%%/pixmaps/tgimg/head/head001.png
-%%DATADIR%%/pixmaps/tgimg/head/head002.png
-%%DATADIR%%/pixmaps/tgimg/head/head003.png
-%%DATADIR%%/pixmaps/tgimg/head/head004.png
-%%DATADIR%%/pixmaps/tgimg/head/head_frontal_vertex.png
-%%DATADIR%%/pixmaps/tgimg/head/head_occiput_flattened.png
-%%DATADIR%%/pixmaps/tgimg/head/head_occiput_protruded.png
-%%DATADIR%%/pixmaps/tgimg/head/head_ovoidal.png
-%%DATADIR%%/pixmaps/tgimg/head/head_parietal_navicular.png
-%%DATADIR%%/pixmaps/tgimg/head/head_parietal_saddled.png
-%%DATADIR%%/pixmaps/tgimg/head/head_parietal_vertex.png
-%%DATADIR%%/pixmaps/tgimg/head/head_pentagonoidal.png
-%%DATADIR%%/pixmaps/tgimg/head/head_rectangular.png
-%%DATADIR%%/pixmaps/tgimg/head/head_rhomboidal.png
-%%DATADIR%%/pixmaps/tgimg/head/head_rounded.png
-%%DATADIR%%/pixmaps/tgimg/head/head_segmented_line.png
-%%DATADIR%%/pixmaps/tgimg/head/head_squarely.png
-%%DATADIR%%/pixmaps/tgimg/head/head_trapezioidal.png
-%%DATADIR%%/pixmaps/tgimg/head/head_trapezioidal_invert.png
-%%DATADIR%%/pixmaps/tgimg/lower_arms/lowerarm_End-large.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth001.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth002.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth003.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth004.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth005.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_line_deep.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_line_removed.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_lips_deflatten.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_lips_inflatten.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_lips_lower_V.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_lips_lower_deflatten.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_lips_upper_V.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_lips_upper_deflatten.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_lips_upper_inflatten.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_wide_max.png
-%%DATADIR%%/pixmaps/tgimg/mouth/mouth_wide_min.png
-%%DATADIR%%/pixmaps/tgimg/neck/neck001.png
-%%DATADIR%%/pixmaps/tgimg/neck/neck_high.png
-%%DATADIR%%/pixmaps/tgimg/neck/neck_large.png
-%%DATADIR%%/pixmaps/tgimg/neck/neck_short.png
-%%DATADIR%%/pixmaps/tgimg/neck/neck_slim.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose001.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose002.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose003.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose004.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose005.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose006.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose007.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose008.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose009.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose010.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose011.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose012.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose013.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose014.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose015.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose016.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose017.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose018.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose019.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose020.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose021.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose022.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose023.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose024.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose025.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose026.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose027.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose028.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose029.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose030.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose031.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose_narrow.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose_nostril_down.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose_nostril_up.png
-%%DATADIR%%/pixmaps/tgimg/nose/nose_short.png
-%%DATADIR%%/pixmaps/tgimg/nose/nosebase001.png
-%%DATADIR%%/pixmaps/tgimg/nose/nosebase002.png
-%%DATADIR%%/pixmaps/tgimg/nose/nosebase003.png
-%%DATADIR%%/pixmaps/tgimg/nose/nosebase004.png
-%%DATADIR%%/pixmaps/tgimg/nose/nosebase005.png
-%%DATADIR%%/pixmaps/ui/age_cursor.png
-%%DATADIR%%/pixmaps/ui/age_selector.png
-%%DATADIR%%/pixmaps/ui/background.png
-%%DATADIR%%/pixmaps/ui/body_01.png
-%%DATADIR%%/pixmaps/ui/body_01_over.png
-%%DATADIR%%/pixmaps/ui/body_01over_.png
-%%DATADIR%%/pixmaps/ui/body_02.png
-%%DATADIR%%/pixmaps/ui/body_02_over.png
-%%DATADIR%%/pixmaps/ui/body_03.png
-%%DATADIR%%/pixmaps/ui/body_03_over.png
-%%DATADIR%%/pixmaps/ui/body_04.png
-%%DATADIR%%/pixmaps/ui/body_04_over.png
-%%DATADIR%%/pixmaps/ui/body_05.png
-%%DATADIR%%/pixmaps/ui/body_05_over.png
-%%DATADIR%%/pixmaps/ui/body_06.png
-%%DATADIR%%/pixmaps/ui/body_06_over.png
-%%DATADIR%%/pixmaps/ui/body_07.png
-%%DATADIR%%/pixmaps/ui/body_07_over.png
-%%DATADIR%%/pixmaps/ui/body_08.png
-%%DATADIR%%/pixmaps/ui/body_08_over.png
-%%DATADIR%%/pixmaps/ui/body_09.png
-%%DATADIR%%/pixmaps/ui/body_09_over.png
-%%DATADIR%%/pixmaps/ui/body_10.png
-%%DATADIR%%/pixmaps/ui/body_10_over.png
-%%DATADIR%%/pixmaps/ui/body_11.png
-%%DATADIR%%/pixmaps/ui/body_11_over.png
-%%DATADIR%%/pixmaps/ui/body_12.png
-%%DATADIR%%/pixmaps/ui/body_12_over.png
-%%DATADIR%%/pixmaps/ui/body_13.png
-%%DATADIR%%/pixmaps/ui/body_13_over.png
-%%DATADIR%%/pixmaps/ui/body_14.png
-%%DATADIR%%/pixmaps/ui/body_14_over.png
-%%DATADIR%%/pixmaps/ui/body_15.png
-%%DATADIR%%/pixmaps/ui/body_15_over.png
-%%DATADIR%%/pixmaps/ui/body_16.png
-%%DATADIR%%/pixmaps/ui/body_16_over.png
-%%DATADIR%%/pixmaps/ui/body_17.png
-%%DATADIR%%/pixmaps/ui/body_17_over.png
-%%DATADIR%%/pixmaps/ui/body_18.png
-%%DATADIR%%/pixmaps/ui/body_18_over.png
-%%DATADIR%%/pixmaps/ui/body_color.png
-%%DATADIR%%/pixmaps/ui/breast_cursor.png
-%%DATADIR%%/pixmaps/ui/breast_selector.png
-%%DATADIR%%/pixmaps/ui/characters1.png
-%%DATADIR%%/pixmaps/ui/characters10.png
-%%DATADIR%%/pixmaps/ui/characters10_disa.png
-%%DATADIR%%/pixmaps/ui/characters10_over.png
-%%DATADIR%%/pixmaps/ui/characters11.png
-%%DATADIR%%/pixmaps/ui/characters11_disa.png
-%%DATADIR%%/pixmaps/ui/characters11_over.png
-%%DATADIR%%/pixmaps/ui/characters12.png
-%%DATADIR%%/pixmaps/ui/characters12_disa.png
-%%DATADIR%%/pixmaps/ui/characters12_over.png
-%%DATADIR%%/pixmaps/ui/characters13.png
-%%DATADIR%%/pixmaps/ui/characters13_disa.png
-%%DATADIR%%/pixmaps/ui/characters13_over.png
-%%DATADIR%%/pixmaps/ui/characters14.png
-%%DATADIR%%/pixmaps/ui/characters14_disa.png
-%%DATADIR%%/pixmaps/ui/characters14_over.png
-%%DATADIR%%/pixmaps/ui/characters15.png
-%%DATADIR%%/pixmaps/ui/characters15_disa.png
-%%DATADIR%%/pixmaps/ui/characters15_over.png
-%%DATADIR%%/pixmaps/ui/characters16.png
-%%DATADIR%%/pixmaps/ui/characters16_disa.png
-%%DATADIR%%/pixmaps/ui/characters16_over.png
-%%DATADIR%%/pixmaps/ui/characters17.png
-%%DATADIR%%/pixmaps/ui/characters17_disa.png
-%%DATADIR%%/pixmaps/ui/characters17_over.png
-%%DATADIR%%/pixmaps/ui/characters1_disa.png
-%%DATADIR%%/pixmaps/ui/characters1_over.png
-%%DATADIR%%/pixmaps/ui/characters2.png
-%%DATADIR%%/pixmaps/ui/characters2_disa.png
-%%DATADIR%%/pixmaps/ui/characters2_over.png
-%%DATADIR%%/pixmaps/ui/characters3.png
-%%DATADIR%%/pixmaps/ui/characters3_disa.png
-%%DATADIR%%/pixmaps/ui/characters3_over.png
-%%DATADIR%%/pixmaps/ui/characters4.png
-%%DATADIR%%/pixmaps/ui/characters4_disa.png
-%%DATADIR%%/pixmaps/ui/characters4_over.png
-%%DATADIR%%/pixmaps/ui/characters5.png
-%%DATADIR%%/pixmaps/ui/characters5_disa.png
-%%DATADIR%%/pixmaps/ui/characters5_over.png
-%%DATADIR%%/pixmaps/ui/characters6.png
-%%DATADIR%%/pixmaps/ui/characters6_disa.png
-%%DATADIR%%/pixmaps/ui/characters6_over.png
-%%DATADIR%%/pixmaps/ui/characters7.png
-%%DATADIR%%/pixmaps/ui/characters7_disa.png
-%%DATADIR%%/pixmaps/ui/characters7_over.png
-%%DATADIR%%/pixmaps/ui/characters8.png
-%%DATADIR%%/pixmaps/ui/characters8_disa.png
-%%DATADIR%%/pixmaps/ui/characters8_over.png
-%%DATADIR%%/pixmaps/ui/characters9.png
-%%DATADIR%%/pixmaps/ui/characters9_disa.png
-%%DATADIR%%/pixmaps/ui/characters9_over.png
-%%DATADIR%%/pixmaps/ui/close_panel.png
-%%DATADIR%%/pixmaps/ui/close_panel_over.png
-%%DATADIR%%/pixmaps/ui/console.png
-%%DATADIR%%/pixmaps/ui/dummy_image.png
-%%DATADIR%%/pixmaps/ui/eyes_color.png
-%%DATADIR%%/pixmaps/ui/face_01.png
-%%DATADIR%%/pixmaps/ui/face_01_over.png
-%%DATADIR%%/pixmaps/ui/face_02.png
-%%DATADIR%%/pixmaps/ui/face_02_over.png
-%%DATADIR%%/pixmaps/ui/face_03.png
-%%DATADIR%%/pixmaps/ui/face_03_over.png
-%%DATADIR%%/pixmaps/ui/face_04.png
-%%DATADIR%%/pixmaps/ui/face_04_over.png
-%%DATADIR%%/pixmaps/ui/face_05.png
-%%DATADIR%%/pixmaps/ui/face_05_over.png
-%%DATADIR%%/pixmaps/ui/face_06.png
-%%DATADIR%%/pixmaps/ui/face_06_over.png
-%%DATADIR%%/pixmaps/ui/face_07.png
-%%DATADIR%%/pixmaps/ui/face_07_over.png
-%%DATADIR%%/pixmaps/ui/face_08.png
-%%DATADIR%%/pixmaps/ui/face_08_over.png
-%%DATADIR%%/pixmaps/ui/face_09.png
-%%DATADIR%%/pixmaps/ui/face_09_over.png
-%%DATADIR%%/pixmaps/ui/face_10.png
-%%DATADIR%%/pixmaps/ui/face_10_over.png
-%%DATADIR%%/pixmaps/ui/face_11.png
-%%DATADIR%%/pixmaps/ui/face_11_over.png
-%%DATADIR%%/pixmaps/ui/face_12.png
-%%DATADIR%%/pixmaps/ui/face_12_over.png
-%%DATADIR%%/pixmaps/ui/face_13.png
-%%DATADIR%%/pixmaps/ui/face_13_over.png
-%%DATADIR%%/pixmaps/ui/face_14.png
-%%DATADIR%%/pixmaps/ui/face_14_over.png
-%%DATADIR%%/pixmaps/ui/face_15.png
-%%DATADIR%%/pixmaps/ui/face_15_over.png
-%%DATADIR%%/pixmaps/ui/face_16.png
-%%DATADIR%%/pixmaps/ui/face_16_over.png
-%%DATADIR%%/pixmaps/ui/face_17.png
-%%DATADIR%%/pixmaps/ui/face_17_over.png
-%%DATADIR%%/pixmaps/ui/face_18.png
-%%DATADIR%%/pixmaps/ui/face_18_over.png
-%%DATADIR%%/pixmaps/ui/face_19.png
-%%DATADIR%%/pixmaps/ui/face_19_over.png
-%%DATADIR%%/pixmaps/ui/face_20.png
-%%DATADIR%%/pixmaps/ui/face_20_over.png
-%%DATADIR%%/pixmaps/ui/face_21.png
-%%DATADIR%%/pixmaps/ui/face_21_over.png
-%%DATADIR%%/pixmaps/ui/face_22.png
-%%DATADIR%%/pixmaps/ui/face_22_over.png
-%%DATADIR%%/pixmaps/ui/face_23.png
-%%DATADIR%%/pixmaps/ui/face_23_over.png
-%%DATADIR%%/pixmaps/ui/face_24.png
-%%DATADIR%%/pixmaps/ui/face_24_over.png
-%%DATADIR%%/pixmaps/ui/face_25.png
-%%DATADIR%%/pixmaps/ui/face_25_over.png
-%%DATADIR%%/pixmaps/ui/face_26.png
-%%DATADIR%%/pixmaps/ui/face_27.png
-%%DATADIR%%/pixmaps/ui/face_28.png
-%%DATADIR%%/pixmaps/ui/face_28_over.png
-%%DATADIR%%/pixmaps/ui/face_29.png
-%%DATADIR%%/pixmaps/ui/face_29_over.png
-%%DATADIR%%/pixmaps/ui/face_30.png
-%%DATADIR%%/pixmaps/ui/face_31.png
-%%DATADIR%%/pixmaps/ui/face_31_over.png
-%%DATADIR%%/pixmaps/ui/face_32.png
-%%DATADIR%%/pixmaps/ui/face_32_over.png
-%%DATADIR%%/pixmaps/ui/face_33.png
-%%DATADIR%%/pixmaps/ui/face_34.png
-%%DATADIR%%/pixmaps/ui/face_35.png
-%%DATADIR%%/pixmaps/ui/face_35_over.png
-%%DATADIR%%/pixmaps/ui/face_36.png
-%%DATADIR%%/pixmaps/ui/filler1.png
-%%DATADIR%%/pixmaps/ui/filler_2.png
-%%DATADIR%%/pixmaps/ui/frames_01.png
-%%DATADIR%%/pixmaps/ui/frames_06.png
-%%DATADIR%%/pixmaps/ui/frames_07.png
-%%DATADIR%%/pixmaps/ui/frames_08.png
-%%DATADIR%%/pixmaps/ui/gums_color.png
-%%DATADIR%%/pixmaps/ui/hands_01.png
-%%DATADIR%%/pixmaps/ui/hands_01_over.png
-%%DATADIR%%/pixmaps/ui/hands_02.png
-%%DATADIR%%/pixmaps/ui/hands_02_over.png
-%%DATADIR%%/pixmaps/ui/hands_03.png
-%%DATADIR%%/pixmaps/ui/hands_03_over.png
-%%DATADIR%%/pixmaps/ui/hands_04.png
-%%DATADIR%%/pixmaps/ui/hands_04_over.png
-%%DATADIR%%/pixmaps/ui/hands_05.png
-%%DATADIR%%/pixmaps/ui/hands_05_over.png
-%%DATADIR%%/pixmaps/ui/hands_06.png
-%%DATADIR%%/pixmaps/ui/hands_06_over.png
-%%DATADIR%%/pixmaps/ui/hands_07.png
-%%DATADIR%%/pixmaps/ui/hands_07_over.png
-%%DATADIR%%/pixmaps/ui/hands_08.png
-%%DATADIR%%/pixmaps/ui/hands_08_over.png
-%%DATADIR%%/pixmaps/ui/hands_09.png
-%%DATADIR%%/pixmaps/ui/hands_09_over.png
-%%DATADIR%%/pixmaps/ui/hands_10.png
-%%DATADIR%%/pixmaps/ui/hands_10_over.png
-%%DATADIR%%/pixmaps/ui/hands_11.png
-%%DATADIR%%/pixmaps/ui/hands_11_over.png
-%%DATADIR%%/pixmaps/ui/hands_12.png
-%%DATADIR%%/pixmaps/ui/hands_12_over.png
-%%DATADIR%%/pixmaps/ui/hands_13.png
-%%DATADIR%%/pixmaps/ui/hands_14.png
-%%DATADIR%%/pixmaps/ui/hands_14_over.png
-%%DATADIR%%/pixmaps/ui/hands_15.png
-%%DATADIR%%/pixmaps/ui/hands_15_over.png
-%%DATADIR%%/pixmaps/ui/hands_16.png
-%%DATADIR%%/pixmaps/ui/hands_16_over.png
-%%DATADIR%%/pixmaps/ui/hands_17.png
-%%DATADIR%%/pixmaps/ui/hands_17_over.png
-%%DATADIR%%/pixmaps/ui/hands_18.png
-%%DATADIR%%/pixmaps/ui/head_color.png
-%%DATADIR%%/pixmaps/ui/muscle_size_cursor.png
-%%DATADIR%%/pixmaps/ui/muscle_size_selector.png
-%%DATADIR%%/pixmaps/ui/mycharacters.png
-%%DATADIR%%/pixmaps/ui/mycharacters_over.png
-%%DATADIR%%/pixmaps/ui/myposes.png
-%%DATADIR%%/pixmaps/ui/myposes_over.png
-%%DATADIR%%/pixmaps/ui/page_next.png
-%%DATADIR%%/pixmaps/ui/page_prev.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_1.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_10.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_10_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_11.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_11_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_12.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_12_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_13.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_13_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_14.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_14_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_15.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_15_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_16.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_16_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_17.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_17_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_1_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_1_over.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_2.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_2_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_3.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_3_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_4.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_4_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_5.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_5_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_6.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_6_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_7.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_7_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_8.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_8_disa.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_9.png
-%%DATADIR%%/pixmaps/ui/poses_bs_cat_9_disa.png
-%%DATADIR%%/pixmaps/ui/rotations_01.png
-%%DATADIR%%/pixmaps/ui/rotations_01_over.png
-%%DATADIR%%/pixmaps/ui/rotations_02.png
-%%DATADIR%%/pixmaps/ui/rotations_02_over.png
-%%DATADIR%%/pixmaps/ui/rotations_03.png
-%%DATADIR%%/pixmaps/ui/rotations_03_over.png
-%%DATADIR%%/pixmaps/ui/rotations_04.png
-%%DATADIR%%/pixmaps/ui/rotations_04_over.png
-%%DATADIR%%/pixmaps/ui/rotations_05.png
-%%DATADIR%%/pixmaps/ui/rotations_05_over.png
-%%DATADIR%%/pixmaps/ui/rotations_06.png
-%%DATADIR%%/pixmaps/ui/rotations_06_over.png
-%%DATADIR%%/pixmaps/ui/rotations_07.png
-%%DATADIR%%/pixmaps/ui/rotations_07_over.png
-%%DATADIR%%/pixmaps/ui/rotations_08.png
-%%DATADIR%%/pixmaps/ui/rotations_08_over.png
-%%DATADIR%%/pixmaps/ui/rotations_09.png
-%%DATADIR%%/pixmaps/ui/rotations_09_over.png
-%%DATADIR%%/pixmaps/ui/rotations_10.png
-%%DATADIR%%/pixmaps/ui/rotations_10_over.png
-%%DATADIR%%/pixmaps/ui/rotations_11.png
-%%DATADIR%%/pixmaps/ui/rotations_11_over.png
-%%DATADIR%%/pixmaps/ui/rotations_12.png
-%%DATADIR%%/pixmaps/ui/rotations_12_over.png
-%%DATADIR%%/pixmaps/ui/rotations_13.png
-%%DATADIR%%/pixmaps/ui/rotations_13_over.png
-%%DATADIR%%/pixmaps/ui/rotations_14.png
-%%DATADIR%%/pixmaps/ui/rotations_14_over.png
-%%DATADIR%%/pixmaps/ui/rotations_15.png
-%%DATADIR%%/pixmaps/ui/rotations_15_over.png
-%%DATADIR%%/pixmaps/ui/rotations_16.png
-%%DATADIR%%/pixmaps/ui/rotations_16_over.png
-%%DATADIR%%/pixmaps/ui/rotations_17.png
-%%DATADIR%%/pixmaps/ui/rotations_17_over.png
-%%DATADIR%%/pixmaps/ui/rotations_18.png
-%%DATADIR%%/pixmaps/ui/rotations_18_over.png
-%%DATADIR%%/pixmaps/ui/rotations_19.png
-%%DATADIR%%/pixmaps/ui/rotations_19_over.png
-%%DATADIR%%/pixmaps/ui/rotations_20.png
-%%DATADIR%%/pixmaps/ui/rotations_20_over.png
-%%DATADIR%%/pixmaps/ui/rotations_21.png
-%%DATADIR%%/pixmaps/ui/rotations_21_over.png
-%%DATADIR%%/pixmaps/ui/rotations_22.png
-%%DATADIR%%/pixmaps/ui/rotations_22_over.png
-%%DATADIR%%/pixmaps/ui/rotations_23.png
-%%DATADIR%%/pixmaps/ui/rotations_23_over.png
-%%DATADIR%%/pixmaps/ui/rotations_24.png
-%%DATADIR%%/pixmaps/ui/rotations_24_over.png
-%%DATADIR%%/pixmaps/ui/rotations_25.png
-%%DATADIR%%/pixmaps/ui/rotations_25_over.png
-%%DATADIR%%/pixmaps/ui/rotations_26.png
-%%DATADIR%%/pixmaps/ui/rotations_26_over.png
-%%DATADIR%%/pixmaps/ui/rotations_27.png
-%%DATADIR%%/pixmaps/ui/rotations_27_over.png
-%%DATADIR%%/pixmaps/ui/rotations_28.png
-%%DATADIR%%/pixmaps/ui/rotations_28_over.png
-%%DATADIR%%/pixmaps/ui/rotations_29.png
-%%DATADIR%%/pixmaps/ui/rotations_29_over.png
-%%DATADIR%%/pixmaps/ui/rotations_30.png
-%%DATADIR%%/pixmaps/ui/rotations_30_over.png
-%%DATADIR%%/pixmaps/ui/rotations_31.png
-%%DATADIR%%/pixmaps/ui/rotations_31_over.png
-%%DATADIR%%/pixmaps/ui/rotations_32.png
-%%DATADIR%%/pixmaps/ui/rotations_32_over.png
-%%DATADIR%%/pixmaps/ui/rotations_33.png
-%%DATADIR%%/pixmaps/ui/rotations_33_over.png
-%%DATADIR%%/pixmaps/ui/rotations_34.png
-%%DATADIR%%/pixmaps/ui/rotations_34_over.png
-%%DATADIR%%/pixmaps/ui/rotations_35.png
-%%DATADIR%%/pixmaps/ui/rotations_35_over.png
-%%DATADIR%%/pixmaps/ui/rotations_36.png
-%%DATADIR%%/pixmaps/ui/rotations_36_over.png
-%%DATADIR%%/pixmaps/ui/rotations_37.png
-%%DATADIR%%/pixmaps/ui/rotations_37_over.png
-%%DATADIR%%/pixmaps/ui/rotations_38.png
-%%DATADIR%%/pixmaps/ui/rotations_38_over.png
-%%DATADIR%%/pixmaps/ui/rotations_39.png
-%%DATADIR%%/pixmaps/ui/rotations_39_over.png
-%%DATADIR%%/pixmaps/ui/rotations_40.png
-%%DATADIR%%/pixmaps/ui/rotations_40_over.png
-%%DATADIR%%/pixmaps/ui/rotations_41.png
-%%DATADIR%%/pixmaps/ui/rotations_41_over.png
-%%DATADIR%%/pixmaps/ui/rotations_42.png
-%%DATADIR%%/pixmaps/ui/rotations_42_over.png
-%%DATADIR%%/pixmaps/ui/rotations_43.png
-%%DATADIR%%/pixmaps/ui/rotations_43_over.png
-%%DATADIR%%/pixmaps/ui/rotations_44.png
-%%DATADIR%%/pixmaps/ui/rotations_44_over.png
-%%DATADIR%%/pixmaps/ui/rotations_45.png
-%%DATADIR%%/pixmaps/ui/rotations_45_over.png
-%%DATADIR%%/pixmaps/ui/rotations_46.png
-%%DATADIR%%/pixmaps/ui/rotations_46_over.png
-%%DATADIR%%/pixmaps/ui/rotations_47.png
-%%DATADIR%%/pixmaps/ui/rotations_47_over.png
-%%DATADIR%%/pixmaps/ui/rotations_48.png
-%%DATADIR%%/pixmaps/ui/rotations_48_over.png
-%%DATADIR%%/pixmaps/ui/rotations_49.png
-%%DATADIR%%/pixmaps/ui/rotations_49_over.png
-%%DATADIR%%/pixmaps/ui/rotations_50.png
-%%DATADIR%%/pixmaps/ui/rotations_50_over.png
-%%DATADIR%%/pixmaps/ui/rotations_51.png
-%%DATADIR%%/pixmaps/ui/rotations_51_over.png
-%%DATADIR%%/pixmaps/ui/rotations_52.png
-%%DATADIR%%/pixmaps/ui/rotations_52_over.png
-%%DATADIR%%/pixmaps/ui/rotations_53.png
-%%DATADIR%%/pixmaps/ui/rotations_53_over.png
-%%DATADIR%%/pixmaps/ui/rotations_54.png
-%%DATADIR%%/pixmaps/ui/rotations_54_over.png
-%%DATADIR%%/pixmaps/ui/rotations_55.png
-%%DATADIR%%/pixmaps/ui/rotations_55_over.png
-%%DATADIR%%/pixmaps/ui/rotations_56.png
-%%DATADIR%%/pixmaps/ui/rotations_56_over.png
-%%DATADIR%%/pixmaps/ui/rotations_57.png
-%%DATADIR%%/pixmaps/ui/rotations_57_over.png
-%%DATADIR%%/pixmaps/ui/rotations_58.png
-%%DATADIR%%/pixmaps/ui/rotations_58_over.png
-%%DATADIR%%/pixmaps/ui/rotations_59.png
-%%DATADIR%%/pixmaps/ui/rotations_59_over.png
-%%DATADIR%%/pixmaps/ui/rotations_60.png
-%%DATADIR%%/pixmaps/ui/rotations_60_over.png
-%%DATADIR%%/pixmaps/ui/rotations_61.png
-%%DATADIR%%/pixmaps/ui/rotations_61_over.png
-%%DATADIR%%/pixmaps/ui/rotations_62.png
-%%DATADIR%%/pixmaps/ui/rotations_62_over.png
-%%DATADIR%%/pixmaps/ui/rotations_63.png
-%%DATADIR%%/pixmaps/ui/rotations_63_over.png
-%%DATADIR%%/pixmaps/ui/rotations_64.png
-%%DATADIR%%/pixmaps/ui/rotations_64_over.png
-%%DATADIR%%/pixmaps/ui/rotations_65.png
-%%DATADIR%%/pixmaps/ui/rotations_65_over.png
-%%DATADIR%%/pixmaps/ui/rotations_66.png
-%%DATADIR%%/pixmaps/ui/rotations_66_over.png
-%%DATADIR%%/pixmaps/ui/rotations_67.png
-%%DATADIR%%/pixmaps/ui/rotations_67_over.png
-%%DATADIR%%/pixmaps/ui/rotations_68.png
-%%DATADIR%%/pixmaps/ui/rotations_68_over.png
-%%DATADIR%%/pixmaps/ui/rotations_69.png
-%%DATADIR%%/pixmaps/ui/rotations_69_over.png
-%%DATADIR%%/pixmaps/ui/rotations_70.png
-%%DATADIR%%/pixmaps/ui/rotations_70_over.png
-%%DATADIR%%/pixmaps/ui/rotations_71.png
-%%DATADIR%%/pixmaps/ui/rotations_71_over.png
-%%DATADIR%%/pixmaps/ui/rotations_72.png
-%%DATADIR%%/pixmaps/ui/rotations_72_over.png
-%%DATADIR%%/pixmaps/ui/rotations_73.png
-%%DATADIR%%/pixmaps/ui/rotations_73_over.png
-%%DATADIR%%/pixmaps/ui/rotations_74.png
-%%DATADIR%%/pixmaps/ui/rotations_74_over.png
-%%DATADIR%%/pixmaps/ui/rotations_75.png
-%%DATADIR%%/pixmaps/ui/rotations_75_over.png
-%%DATADIR%%/pixmaps/ui/rotations_76.png
-%%DATADIR%%/pixmaps/ui/rotations_76_over.png
-%%DATADIR%%/pixmaps/ui/rotations_77.png
-%%DATADIR%%/pixmaps/ui/rotations_77_over.png
-%%DATADIR%%/pixmaps/ui/rotations_78.png
-%%DATADIR%%/pixmaps/ui/rotations_78_over.png
-%%DATADIR%%/pixmaps/ui/rotations_79.png
-%%DATADIR%%/pixmaps/ui/rotations_79_over.png
-%%DATADIR%%/pixmaps/ui/rotations_80.png
-%%DATADIR%%/pixmaps/ui/rotations_80_over.png
-%%DATADIR%%/pixmaps/ui/rotations_81.png
-%%DATADIR%%/pixmaps/ui/rotations_81_over.png
-%%DATADIR%%/pixmaps/ui/rotations_82.png
-%%DATADIR%%/pixmaps/ui/rotations_82_over.png
-%%DATADIR%%/pixmaps/ui/rotations_83.png
-%%DATADIR%%/pixmaps/ui/rotations_83_over.png
-%%DATADIR%%/pixmaps/ui/rotations_84.png
-%%DATADIR%%/pixmaps/ui/rotations_84_over.png
-%%DATADIR%%/pixmaps/ui/shape_cursor.png
-%%DATADIR%%/pixmaps/ui/shape_selector.png
-%%DATADIR%%/pixmaps/ui/splash_01.png
-%%DATADIR%%/pixmaps/ui/teeth_01.png
-%%DATADIR%%/pixmaps/ui/teeth_01_over.png
-%%DATADIR%%/pixmaps/ui/teeth_02.png
-%%DATADIR%%/pixmaps/ui/teeth_02_over.png
-%%DATADIR%%/pixmaps/ui/teeth_03.png
-%%DATADIR%%/pixmaps/ui/teeth_04.png
-%%DATADIR%%/pixmaps/ui/teeth_05.png
-%%DATADIR%%/pixmaps/ui/teeth_06.png
-%%DATADIR%%/pixmaps/ui/teeth_color.png
-%%DATADIR%%/pixmaps/ui/tongue_color.png
-%%DATADIR%%/pixmaps/ui/toolbar_06.png
-%%DATADIR%%/pixmaps/ui/toolbar_06_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_07.png
-%%DATADIR%%/pixmaps/ui/toolbar_07_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_09.png
-%%DATADIR%%/pixmaps/ui/toolbar_09_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_10.png
-%%DATADIR%%/pixmaps/ui/toolbar_10_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_11.png
-%%DATADIR%%/pixmaps/ui/toolbar_11_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_12.png
-%%DATADIR%%/pixmaps/ui/toolbar_12_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_13.png
-%%DATADIR%%/pixmaps/ui/toolbar_13_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_body_det_real.png
-%%DATADIR%%/pixmaps/ui/toolbar_body_det_real_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_body_settings.png
-%%DATADIR%%/pixmaps/ui/toolbar_body_settings_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_charac_sett.png
-%%DATADIR%%/pixmaps/ui/toolbar_charac_sett_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_exp.png
-%%DATADIR%%/pixmaps/ui/toolbar_exp_collada.png
-%%DATADIR%%/pixmaps/ui/toolbar_exp_collada_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_exp_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_load.png
-%%DATADIR%%/pixmaps/ui/toolbar_load_bckgnd.png
-%%DATADIR%%/pixmaps/ui/toolbar_load_bckgnd_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_load_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_morph_list.png
-%%DATADIR%%/pixmaps/ui/toolbar_morph_list_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_pose_body_settings.png
-%%DATADIR%%/pixmaps/ui/toolbar_pose_body_settings_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_poses.png
-%%DATADIR%%/pixmaps/ui/toolbar_poses_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_rend.png
-%%DATADIR%%/pixmaps/ui/toolbar_rend_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_rend_preview.png
-%%DATADIR%%/pixmaps/ui/toolbar_rend_preview_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_reset.png
-%%DATADIR%%/pixmaps/ui/toolbar_reset_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_save.png
-%%DATADIR%%/pixmaps/ui/toolbar_save_over.png
-%%DATADIR%%/pixmaps/ui/toolbar_util.png
-%%DATADIR%%/pixmaps/ui/tooltips.png
-%%DATADIR%%/pixmaps/ui/tooltips_label_1.png
-%%DATADIR%%/pixmaps/ui/tooltips_label_2.png
-%%DATADIR%%/pixmaps/ui/tooltips_label_3.png
-%%DATADIR%%/pixmaps/ui/utilitiespanel_02.png
-%%DATADIR%%/pixmaps/ui/utilitiespanel_05.png
-%%DATADIR%%/pixmaps/ui/utilitiespanel_06.png
-%%DATADIR%%/pixmaps/ui/utilitybar_01.png
-%%DATADIR%%/pixmaps/ui/utilitybar_01_over.png
-%%DATADIR%%/pixmaps/ui/utilitybar_02.png
-%%DATADIR%%/pixmaps/ui/utilitybar_02_over.png
-%%DATADIR%%/pixmaps/ui/utilitybar_03.png
-%%DATADIR%%/pixmaps/ui/utilitybar_03_over.png
-%%DATADIR%%/pixmaps/ui/utilitybar_04.png
-%%DATADIR%%/pixmaps/ui/utilitybar_04_over.png
-%%DATADIR%%/pixmaps/ui/utilitybar_05.png
-%%DATADIR%%/pixmaps/ui/utilitybar_05_over.png
-%%DATADIR%%/pixmaps/ui/utilitybar_06.png
-%%DATADIR%%/pixmaps/ui/utilitybar_06_over.png
-%%DATADIR%%/pixmaps/ui/utilitybar_07.png
-%%DATADIR%%/pixmaps/ui/utilitybar_07_over.png
-%%DATADIR%%/pixmaps/ui/utilitybar_08.png
-%%DATADIR%%/pixmaps/ui/utilitybar_08_over.png
-%%DATADIR%%/pixmaps/ui/zcornea_color.png
-%%DATADIR%%/pixmaps/ui/zeyebrows_color.png
-%%DATADIR%%/pixmaps/ui/zeyelashes_color.png
-%%DATADIR%%/rib_data/rib_templates/out_render.rib.template
-%%DATADIR%%/rib_data/rib_templates_preview/out_render_preview.rib.template
-%%DATADIR%%/rib_data/rib_templates_toon/out_render_toon.rib.template
-%%DATADIR%%/rib_data/shaders_data/IDcs.sl
-%%DATADIR%%/rib_data/shaders_data/IDfill.sl
-%%DATADIR%%/rib_data/shaders_data/IDoutline.sl
-%%DATADIR%%/rib_data/shaders_data/alphafur.sl
-%%DATADIR%%/rib_data/shaders_data/cameravector.sl
-%%DATADIR%%/rib_data/shaders_data/cornea.sl
-%%DATADIR%%/rib_data/shaders_data/eyes.sl
-%%DATADIR%%/rib_data/shaders_data/onlyrefl.sl
-%%DATADIR%%/rib_data/shaders_data/onlytexture.sl
-%%DATADIR%%/rib_data/shaders_data/skin1.sl
-%%DATADIR%%/rib_data/shaders_data/skin2.sl
-%%DATADIR%%/rib_data/shaders_data/skinbump.sl
-%%DATADIR%%/rib_data/textures_data/body_bump.tif
-%%DATADIR%%/rib_data/textures_data/body_color.tif
-%%DATADIR%%/rib_data/textures_data/body_specular.tif
-%%DATADIR%%/rib_data/textures_data/eyebrows_alpha.tif
-%%DATADIR%%/rib_data/textures_data/eyebrows_color.tif
-%%DATADIR%%/rib_data/textures_data/eyelashes_color.tif
-%%DATADIR%%/rib_data/textures_data/eyes_color.tif
-%%DATADIR%%/rib_data/textures_data/eyes_reflection.tif
-%%DATADIR%%/rib_data/textures_data/head_bump.tif
-%%DATADIR%%/rib_data/textures_data/head_color.tif
-%%DATADIR%%/rib_data/textures_data/head_specular.tif
-%%DATADIR%%/rotations/000_right_footfinger_5_2/ROT1/00_X_LIMB_RFOOTFINGER53.rot
-%%DATADIR%%/rotations/000_right_footfinger_5_2/ROT1/00_X_LIMB_RFOOTFINGER53.rot.info
-%%DATADIR%%/rotations/000_right_footfinger_5_2/ROT1/01_X_LIMB_RFOOTFINGER52.rot
-%%DATADIR%%/rotations/000_right_footfinger_5_2/ROT1/01_X_LIMB_RFOOTFINGER52.rot.info
-%%DATADIR%%/rotations/001_right_footfinger_5_1/ROT1/00_X_LIMB_RFOOTFINGER51.rot
-%%DATADIR%%/rotations/001_right_footfinger_5_1/ROT1/00_X_LIMB_RFOOTFINGER51.rot.info
-%%DATADIR%%/rotations/002_right_footfinger_4_2/ROT1/00_X_LIMB_RFOOTFINGER43.rot
-%%DATADIR%%/rotations/002_right_footfinger_4_2/ROT1/00_X_LIMB_RFOOTFINGER43.rot.info
-%%DATADIR%%/rotations/002_right_footfinger_4_2/ROT1/01_X_LIMB_RFOOTFINGER42.rot
-%%DATADIR%%/rotations/002_right_footfinger_4_2/ROT1/01_X_LIMB_RFOOTFINGER42.rot.info
-%%DATADIR%%/rotations/003_right_footfinger_4_1/ROT1/00_X_LIMB_RFOOTFINGER41.rot
-%%DATADIR%%/rotations/003_right_footfinger_4_1/ROT1/00_X_LIMB_RFOOTFINGER41.rot.info
-%%DATADIR%%/rotations/004_right_footfinger_3_2/ROT1/00_X_LIMB_RFOOTFINGER33.rot
-%%DATADIR%%/rotations/004_right_footfinger_3_2/ROT1/00_X_LIMB_RFOOTFINGER33.rot.info
-%%DATADIR%%/rotations/004_right_footfinger_3_2/ROT1/01_X_LIMB_RFOOTFINGER32.rot
-%%DATADIR%%/rotations/004_right_footfinger_3_2/ROT1/01_X_LIMB_RFOOTFINGER32.rot.info
-%%DATADIR%%/rotations/005_right_footfinger_3_1/ROT1/00_X_LIMB_RFOOTFINGER31.rot
-%%DATADIR%%/rotations/005_right_footfinger_3_1/ROT1/00_X_LIMB_RFOOTFINGER31.rot.info
-%%DATADIR%%/rotations/006_right_footfinger_2_2/ROT1/00_X_LIMB_RFOOTFINGER23.rot
-%%DATADIR%%/rotations/006_right_footfinger_2_2/ROT1/00_X_LIMB_RFOOTFINGER23.rot.info
-%%DATADIR%%/rotations/006_right_footfinger_2_2/ROT1/01_X_LIMB_RFOOTFINGER22.rot
-%%DATADIR%%/rotations/006_right_footfinger_2_2/ROT1/01_X_LIMB_RFOOTFINGER22.rot.info
-%%DATADIR%%/rotations/007_right_footfinger_2_1/ROT1/00_X_LIMB_RFOOTFINGER21.rot
-%%DATADIR%%/rotations/007_right_footfinger_2_1/ROT1/00_X_LIMB_RFOOTFINGER21.rot.info
-%%DATADIR%%/rotations/007_right_footfinger_2_1/ROT1/00_X_LIMB_RFOOTFINGER21.target
-%%DATADIR%%/rotations/007_right_footfinger_2_1/ROT1/00_X_LIMB_RFOOTFINGER21.target.info
-%%DATADIR%%/rotations/008_right_footfinger_1_2/ROT1/00_X_LIMB_RFOOTFINGER12.rot
-%%DATADIR%%/rotations/008_right_footfinger_1_2/ROT1/00_X_LIMB_RFOOTFINGER12.rot.info
-%%DATADIR%%/rotations/009_right_footfinger_1_1/ROT1/00_X_LIMB_RFOOTFINGER11.rot
-%%DATADIR%%/rotations/009_right_footfinger_1_1/ROT1/00_X_LIMB_RFOOTFINGER11.rot.info
-%%DATADIR%%/rotations/009_right_footfinger_1_1/ROT1/00_X_LIMB_RFOOTFINGER11.target
-%%DATADIR%%/rotations/009_right_footfinger_1_1/ROT1/00_X_LIMB_RFOOTFINGER11.target.info
-%%DATADIR%%/rotations/020_right_foot/ROT1/00_X_LIMB_RFOOT-.rot
-%%DATADIR%%/rotations/020_right_foot/ROT1/00_X_LIMB_RFOOT-.rot.info
-%%DATADIR%%/rotations/020_right_foot/ROT1/00_X_LIMB_RFOOT-.target
-%%DATADIR%%/rotations/020_right_foot/ROT1/00_X_LIMB_RFOOT-.target.info
-%%DATADIR%%/rotations/020_right_foot/ROT1/00_X_LIMB_RFOOT.rot
-%%DATADIR%%/rotations/020_right_foot/ROT1/00_X_LIMB_RFOOT.rot.info
-%%DATADIR%%/rotations/020_right_foot/ROT1/00_X_LIMB_RFOOT.target
-%%DATADIR%%/rotations/020_right_foot/ROT1/00_X_LIMB_RFOOT.target.info
-%%DATADIR%%/rotations/020_right_foot/ROT2/00_Y_LIMB_RFOOT-.rot
-%%DATADIR%%/rotations/020_right_foot/ROT2/00_Y_LIMB_RFOOT-.rot.info
-%%DATADIR%%/rotations/020_right_foot/ROT2/00_Y_LIMB_RFOOT-.target
-%%DATADIR%%/rotations/020_right_foot/ROT2/00_Y_LIMB_RFOOT-.target.info
-%%DATADIR%%/rotations/020_right_foot/ROT2/00_Y_LIMB_RFOOT.rot
-%%DATADIR%%/rotations/020_right_foot/ROT2/00_Y_LIMB_RFOOT.rot.info
-%%DATADIR%%/rotations/020_right_foot/ROT2/00_Y_LIMB_RFOOT.target
-%%DATADIR%%/rotations/020_right_foot/ROT2/00_Y_LIMB_RFOOT.target.info
-%%DATADIR%%/rotations/021_left_footfinger_5_2/ROT1/00_X_LIMB_LFOOTFINGER53.rot
-%%DATADIR%%/rotations/021_left_footfinger_5_2/ROT1/00_X_LIMB_LFOOTFINGER53.rot.info
-%%DATADIR%%/rotations/021_left_footfinger_5_2/ROT1/01_X_LIMB_LFOOTFINGER52.rot
-%%DATADIR%%/rotations/021_left_footfinger_5_2/ROT1/01_X_LIMB_LFOOTFINGER52.rot.info
-%%DATADIR%%/rotations/022_left_footfinger_5_1/ROT1/00_X_LIMB_LFOOTFINGER51.rot
-%%DATADIR%%/rotations/022_left_footfinger_5_1/ROT1/00_X_LIMB_LFOOTFINGER51.rot.info
-%%DATADIR%%/rotations/023_left_footfinger_4_2/ROT1/00_X_LIMB_LFOOTFINGER43.rot
-%%DATADIR%%/rotations/023_left_footfinger_4_2/ROT1/00_X_LIMB_LFOOTFINGER43.rot.info
-%%DATADIR%%/rotations/023_left_footfinger_4_2/ROT1/01_X_LIMB_LFOOTFINGER42.rot
-%%DATADIR%%/rotations/023_left_footfinger_4_2/ROT1/01_X_LIMB_LFOOTFINGER42.rot.info
-%%DATADIR%%/rotations/024_left_footfinger_4_1/ROT1/00_X_LIMB_LFOOTFINGER41.rot
-%%DATADIR%%/rotations/024_left_footfinger_4_1/ROT1/00_X_LIMB_LFOOTFINGER41.rot.info
-%%DATADIR%%/rotations/025_left_footfinger_3_2/ROT1/00_X_LIMB_LFOOTFINGER33.rot
-%%DATADIR%%/rotations/025_left_footfinger_3_2/ROT1/00_X_LIMB_LFOOTFINGER33.rot.info
-%%DATADIR%%/rotations/025_left_footfinger_3_2/ROT1/01_X_LIMB_LFOOTFINGER32.rot
-%%DATADIR%%/rotations/025_left_footfinger_3_2/ROT1/01_X_LIMB_LFOOTFINGER32.rot.info
-%%DATADIR%%/rotations/026_left_footfinger_3_1/ROT1/00_X_LIMB_LFOOTFINGER31.rot
-%%DATADIR%%/rotations/026_left_footfinger_3_1/ROT1/00_X_LIMB_LFOOTFINGER31.rot.info
-%%DATADIR%%/rotations/027_left_footfinger_2_2/ROT1/00_X_LIMB_LFOOTFINGER23.rot
-%%DATADIR%%/rotations/027_left_footfinger_2_2/ROT1/00_X_LIMB_LFOOTFINGER23.rot.info
-%%DATADIR%%/rotations/027_left_footfinger_2_2/ROT1/01_X_LIMB_LFOOTFINGER22.rot
-%%DATADIR%%/rotations/027_left_footfinger_2_2/ROT1/01_X_LIMB_LFOOTFINGER22.rot.info
-%%DATADIR%%/rotations/028_left_footfinger_2_1/ROT1/00_X_LIMB_LFOOTFINGER21.rot
-%%DATADIR%%/rotations/028_left_footfinger_2_1/ROT1/00_X_LIMB_LFOOTFINGER21.rot.info
-%%DATADIR%%/rotations/028_left_footfinger_2_1/ROT1/00_X_LIMB_LFOOTFINGER21.target
-%%DATADIR%%/rotations/028_left_footfinger_2_1/ROT1/00_X_LIMB_LFOOTFINGER21.target.info
-%%DATADIR%%/rotations/029_left_footfinger_1_2/ROT1/00_X_LIMB_LFOOTFINGER12.rot
-%%DATADIR%%/rotations/029_left_footfinger_1_2/ROT1/00_X_LIMB_LFOOTFINGER12.rot.info
-%%DATADIR%%/rotations/030_left_footfinger_1_1/ROT1/00_X_LIMB_LFOOTFINGER11.rot
-%%DATADIR%%/rotations/030_left_footfinger_1_1/ROT1/00_X_LIMB_LFOOTFINGER11.rot.info
-%%DATADIR%%/rotations/030_left_footfinger_1_1/ROT1/00_X_LIMB_LFOOTFINGER11.target
-%%DATADIR%%/rotations/030_left_footfinger_1_1/ROT1/00_X_LIMB_LFOOTFINGER11.target.info
-%%DATADIR%%/rotations/040_left_foot/ROT1/00_X_LIMB_LFOOT-.rot
-%%DATADIR%%/rotations/040_left_foot/ROT1/00_X_LIMB_LFOOT-.rot.info
-%%DATADIR%%/rotations/040_left_foot/ROT1/00_X_LIMB_LFOOT-.target
-%%DATADIR%%/rotations/040_left_foot/ROT1/00_X_LIMB_LFOOT-.target.info
-%%DATADIR%%/rotations/040_left_foot/ROT1/00_X_LIMB_LFOOT.rot
-%%DATADIR%%/rotations/040_left_foot/ROT1/00_X_LIMB_LFOOT.rot.info
-%%DATADIR%%/rotations/040_left_foot/ROT1/00_X_LIMB_LFOOT.target
-%%DATADIR%%/rotations/040_left_foot/ROT1/00_X_LIMB_LFOOT.target.info
-%%DATADIR%%/rotations/040_left_foot/ROT2/00_Y_LIMB_LFOOT-.rot
-%%DATADIR%%/rotations/040_left_foot/ROT2/00_Y_LIMB_LFOOT-.rot.info
-%%DATADIR%%/rotations/040_left_foot/ROT2/00_Y_LIMB_LFOOT-.target
-%%DATADIR%%/rotations/040_left_foot/ROT2/00_Y_LIMB_LFOOT-.target.info
-%%DATADIR%%/rotations/040_left_foot/ROT2/00_Y_LIMB_LFOOT.rot
-%%DATADIR%%/rotations/040_left_foot/ROT2/00_Y_LIMB_LFOOT.rot.info
-%%DATADIR%%/rotations/040_left_foot/ROT2/00_Y_LIMB_LFOOT.target
-%%DATADIR%%/rotations/040_left_foot/ROT2/00_Y_LIMB_LFOOT.target.info
-%%DATADIR%%/rotations/041_right_pollex_3/ROT1/00_Z_LIMB_RFINGER13.rot
-%%DATADIR%%/rotations/041_right_pollex_3/ROT1/00_Z_LIMB_RFINGER13.rot.info
-%%DATADIR%%/rotations/041_right_pollex_3/ROT1/00_Z_LIMB_RFINGER13.target
-%%DATADIR%%/rotations/041_right_pollex_3/ROT1/00_Z_LIMB_RFINGER13.target.info
-%%DATADIR%%/rotations/042_right_pollex_2/ROT1/00_Z_LIMB_RFINGER12-.rot
-%%DATADIR%%/rotations/042_right_pollex_2/ROT1/00_Z_LIMB_RFINGER12-.rot.info
-%%DATADIR%%/rotations/042_right_pollex_2/ROT1/00_Z_LIMB_RFINGER12-.target
-%%DATADIR%%/rotations/042_right_pollex_2/ROT1/00_Z_LIMB_RFINGER12-.target.info
-%%DATADIR%%/rotations/042_right_pollex_2/ROT1/00_Z_LIMB_RFINGER12.rot
-%%DATADIR%%/rotations/042_right_pollex_2/ROT1/00_Z_LIMB_RFINGER12.rot.info
-%%DATADIR%%/rotations/042_right_pollex_2/ROT1/00_Z_LIMB_RFINGER12.target
-%%DATADIR%%/rotations/042_right_pollex_2/ROT1/00_Z_LIMB_RFINGER12.target.info
-%%DATADIR%%/rotations/043_right_pollex_1/ROT1/00_X_LIMB_RFINGER11-.rot
-%%DATADIR%%/rotations/043_right_pollex_1/ROT1/00_X_LIMB_RFINGER11-.rot.info
-%%DATADIR%%/rotations/043_right_pollex_1/ROT1/00_X_LIMB_RFINGER11-.target
-%%DATADIR%%/rotations/043_right_pollex_1/ROT1/00_X_LIMB_RFINGER11-.target.info
-%%DATADIR%%/rotations/043_right_pollex_1/ROT1/00_X_LIMB_RFINGER11.rot
-%%DATADIR%%/rotations/043_right_pollex_1/ROT1/00_X_LIMB_RFINGER11.rot.info
-%%DATADIR%%/rotations/043_right_pollex_1/ROT1/00_X_LIMB_RFINGER11.target
-%%DATADIR%%/rotations/043_right_pollex_1/ROT1/00_X_LIMB_RFINGER11.target.info
-%%DATADIR%%/rotations/044_right_forefinger_3/ROT1/00_Y_LIMB_RFINGER23.rot
-%%DATADIR%%/rotations/044_right_forefinger_3/ROT1/00_Y_LIMB_RFINGER23.rot.info
-%%DATADIR%%/rotations/044_right_forefinger_3/ROT1/00_Y_LIMB_RFINGER23.target
-%%DATADIR%%/rotations/044_right_forefinger_3/ROT1/00_Y_LIMB_RFINGER23.target.info
-%%DATADIR%%/rotations/045_right_forefinger_2/ROT1/00_Y_LIMB_RFINGER22.rot
-%%DATADIR%%/rotations/045_right_forefinger_2/ROT1/00_Y_LIMB_RFINGER22.rot.info
-%%DATADIR%%/rotations/045_right_forefinger_2/ROT1/00_Y_LIMB_RFINGER22.target
-%%DATADIR%%/rotations/045_right_forefinger_2/ROT1/00_Y_LIMB_RFINGER22.target.info
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT1/00_Y_LIMB_RFINGER21-.rot
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT1/00_Y_LIMB_RFINGER21-.rot.info
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT1/00_Y_LIMB_RFINGER21-.target
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT1/00_Y_LIMB_RFINGER21-.target.info
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT1/00_Y_LIMB_RFINGER21.rot
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT1/00_Y_LIMB_RFINGER21.rot.info
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT1/00_Y_LIMB_RFINGER21.target
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT1/00_Y_LIMB_RFINGER21.target.info
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT2/00_Z_LIMB_RFINGER21-.rot
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT2/00_Z_LIMB_RFINGER21-.rot.info
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT2/00_Z_LIMB_RFINGER21-.target
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT2/00_Z_LIMB_RFINGER21-.target.info
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT2/00_Z_LIMB_RFINGER21.rot
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT2/00_Z_LIMB_RFINGER21.rot.info
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT2/00_Z_LIMB_RFINGER21.target
-%%DATADIR%%/rotations/046_right_forefinger_1/ROT2/00_Z_LIMB_RFINGER21.target.info
-%%DATADIR%%/rotations/047_right_middlefinger_3/ROT1/00_Y_LIMB_RFINGER33.rot
-%%DATADIR%%/rotations/047_right_middlefinger_3/ROT1/00_Y_LIMB_RFINGER33.rot.info
-%%DATADIR%%/rotations/047_right_middlefinger_3/ROT1/00_Y_LIMB_RFINGER33.target
-%%DATADIR%%/rotations/047_right_middlefinger_3/ROT1/00_Y_LIMB_RFINGER33.target.info
-%%DATADIR%%/rotations/048_right_middlefinger_2/ROT1/00_Y_LIMB_RFINGER32.rot
-%%DATADIR%%/rotations/048_right_middlefinger_2/ROT1/00_Y_LIMB_RFINGER32.rot.info
-%%DATADIR%%/rotations/048_right_middlefinger_2/ROT1/00_Y_LIMB_RFINGER32.target
-%%DATADIR%%/rotations/048_right_middlefinger_2/ROT1/00_Y_LIMB_RFINGER32.target.info
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT1/00_Y_LIMB_RFINGER31-.rot
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT1/00_Y_LIMB_RFINGER31-.rot.info
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT1/00_Y_LIMB_RFINGER31-.target
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT1/00_Y_LIMB_RFINGER31-.target.info
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT1/00_Y_LIMB_RFINGER31.rot
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT1/00_Y_LIMB_RFINGER31.rot.info
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT1/00_Y_LIMB_RFINGER31.target
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT1/00_Y_LIMB_RFINGER31.target.info
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT2/00_Z_LIMB_RFINGER31-.rot
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT2/00_Z_LIMB_RFINGER31-.rot.info
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT2/00_Z_LIMB_RFINGER31-.target
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT2/00_Z_LIMB_RFINGER31-.target.info
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT2/00_Z_LIMB_RFINGER31.rot
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT2/00_Z_LIMB_RFINGER31.rot.info
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT2/00_Z_LIMB_RFINGER31.target
-%%DATADIR%%/rotations/049_right_middlefinger_1/ROT2/00_Z_LIMB_RFINGER31.target.info
-%%DATADIR%%/rotations/050_right_ringfinger_3/ROT1/00_Y_LIMB_RFINGER43.rot
-%%DATADIR%%/rotations/050_right_ringfinger_3/ROT1/00_Y_LIMB_RFINGER43.rot.info
-%%DATADIR%%/rotations/050_right_ringfinger_3/ROT1/00_Y_LIMB_RFINGER43.target
-%%DATADIR%%/rotations/050_right_ringfinger_3/ROT1/00_Y_LIMB_RFINGER43.target.info
-%%DATADIR%%/rotations/051_right_ringfinger_2/ROT1/00_Y_LIMB_RFINGER42.rot
-%%DATADIR%%/rotations/051_right_ringfinger_2/ROT1/00_Y_LIMB_RFINGER42.rot.info
-%%DATADIR%%/rotations/051_right_ringfinger_2/ROT1/00_Y_LIMB_RFINGER42.target
-%%DATADIR%%/rotations/051_right_ringfinger_2/ROT1/00_Y_LIMB_RFINGER42.target.info
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT1/00_Y_LIMB_RFINGER41-.rot
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT1/00_Y_LIMB_RFINGER41-.rot.info
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT1/00_Y_LIMB_RFINGER41-.target
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT1/00_Y_LIMB_RFINGER41-.target.info
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT1/00_Y_LIMB_RFINGER41.rot
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT1/00_Y_LIMB_RFINGER41.rot.info
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT1/00_Y_LIMB_RFINGER41.target
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT1/00_Y_LIMB_RFINGER41.target.info
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT2/00_Z_LIMB_RFINGER41-.rot
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT2/00_Z_LIMB_RFINGER41-.rot.info
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT2/00_Z_LIMB_RFINGER41-.target
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT2/00_Z_LIMB_RFINGER41-.target.info
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT2/00_Z_LIMB_RFINGER41.rot
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT2/00_Z_LIMB_RFINGER41.rot.info
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT2/00_Z_LIMB_RFINGER41.target
-%%DATADIR%%/rotations/052_right_ringfinger_1/ROT2/00_Z_LIMB_RFINGER41.target.info
-%%DATADIR%%/rotations/053_right_littlefinger_3/ROT1/00_Y_LIMB_RFINGER53.rot
-%%DATADIR%%/rotations/053_right_littlefinger_3/ROT1/00_Y_LIMB_RFINGER53.rot.info
-%%DATADIR%%/rotations/053_right_littlefinger_3/ROT1/00_Y_LIMB_RFINGER53.target
-%%DATADIR%%/rotations/053_right_littlefinger_3/ROT1/00_Y_LIMB_RFINGER53.target.info
-%%DATADIR%%/rotations/054_right_littlefinger_2/ROT1/00_Y_LIMB_RFINGER52.rot
-%%DATADIR%%/rotations/054_right_littlefinger_2/ROT1/00_Y_LIMB_RFINGER52.rot.info
-%%DATADIR%%/rotations/054_right_littlefinger_2/ROT1/00_Y_LIMB_RFINGER52.target
-%%DATADIR%%/rotations/054_right_littlefinger_2/ROT1/00_Y_LIMB_RFINGER52.target.info
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT1/00_Y_LIMB_RFINGER51-.rot
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT1/00_Y_LIMB_RFINGER51-.rot.info
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT1/00_Y_LIMB_RFINGER51-.target
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT1/00_Y_LIMB_RFINGER51-.target.info
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT1/00_Y_LIMB_RFINGER51.rot
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT1/00_Y_LIMB_RFINGER51.rot.info
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT1/00_Y_LIMB_RFINGER51.target
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT1/00_Y_LIMB_RFINGER51.target.info
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT2/00_Z_LIMB_RFINGER51-.rot
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT2/00_Z_LIMB_RFINGER51-.rot.info
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT2/00_Z_LIMB_RFINGER51-.target
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT2/00_Z_LIMB_RFINGER51-.target.info
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT2/00_Z_LIMB_RFINGER51.rot
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT2/00_Z_LIMB_RFINGER51.rot.info
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT2/00_Z_LIMB_RFINGER51.target
-%%DATADIR%%/rotations/055_right_littlefinger_1/ROT2/00_Z_LIMB_RFINGER51.target.info
-%%DATADIR%%/rotations/060_right_hand/ROT1/00_Y_LIMB_RHAND-.rot
-%%DATADIR%%/rotations/060_right_hand/ROT1/00_Y_LIMB_RHAND-.rot.info
-%%DATADIR%%/rotations/060_right_hand/ROT1/00_Y_LIMB_RHAND-.target
-%%DATADIR%%/rotations/060_right_hand/ROT1/00_Y_LIMB_RHAND-.target.info
-%%DATADIR%%/rotations/060_right_hand/ROT1/00_Y_LIMB_RHAND.rot
-%%DATADIR%%/rotations/060_right_hand/ROT1/00_Y_LIMB_RHAND.rot.info
-%%DATADIR%%/rotations/060_right_hand/ROT1/00_Y_LIMB_RHAND.target
-%%DATADIR%%/rotations/060_right_hand/ROT1/00_Y_LIMB_RHAND.target.info
-%%DATADIR%%/rotations/060_right_hand/ROT2/00_Z_LIMB_RHAND-.rot
-%%DATADIR%%/rotations/060_right_hand/ROT2/00_Z_LIMB_RHAND-.rot.info
-%%DATADIR%%/rotations/060_right_hand/ROT2/00_Z_LIMB_RHAND-.target
-%%DATADIR%%/rotations/060_right_hand/ROT2/00_Z_LIMB_RHAND-.target.info
-%%DATADIR%%/rotations/060_right_hand/ROT2/00_Z_LIMB_RHAND.rot
-%%DATADIR%%/rotations/060_right_hand/ROT2/00_Z_LIMB_RHAND.rot.info
-%%DATADIR%%/rotations/060_right_hand/ROT2/00_Z_LIMB_RHAND.target
-%%DATADIR%%/rotations/060_right_hand/ROT2/00_Z_LIMB_RHAND.target.info
-%%DATADIR%%/rotations/060_right_hand/ROT3/00_X_LIMB_RHAND-.rot
-%%DATADIR%%/rotations/060_right_hand/ROT3/00_X_LIMB_RHAND-.rot.info
-%%DATADIR%%/rotations/060_right_hand/ROT3/00_X_LIMB_RHAND.rot
-%%DATADIR%%/rotations/060_right_hand/ROT3/00_X_LIMB_RHAND.rot.info
-%%DATADIR%%/rotations/060_right_hand/ROT3/00_X_LIMB_RHAND.target
-%%DATADIR%%/rotations/060_right_hand/ROT3/00_X_LIMB_RHAND.target.info
-%%DATADIR%%/rotations/061_left_pollex_3/ROT1/00_Z_LIMB_LFINGER13.rot
-%%DATADIR%%/rotations/061_left_pollex_3/ROT1/00_Z_LIMB_LFINGER13.rot.info
-%%DATADIR%%/rotations/061_left_pollex_3/ROT1/00_Z_LIMB_LFINGER13.target
-%%DATADIR%%/rotations/061_left_pollex_3/ROT1/00_Z_LIMB_LFINGER13.target.info
-%%DATADIR%%/rotations/062_left_pollex_2/ROT1/00_Z_LIMB_LFINGER12-.rot
-%%DATADIR%%/rotations/062_left_pollex_2/ROT1/00_Z_LIMB_LFINGER12-.rot.info
-%%DATADIR%%/rotations/062_left_pollex_2/ROT1/00_Z_LIMB_LFINGER12-.target
-%%DATADIR%%/rotations/062_left_pollex_2/ROT1/00_Z_LIMB_LFINGER12-.target.info
-%%DATADIR%%/rotations/062_left_pollex_2/ROT1/00_Z_LIMB_LFINGER12.rot
-%%DATADIR%%/rotations/062_left_pollex_2/ROT1/00_Z_LIMB_LFINGER12.rot.info
-%%DATADIR%%/rotations/062_left_pollex_2/ROT1/00_Z_LIMB_LFINGER12.target
-%%DATADIR%%/rotations/062_left_pollex_2/ROT1/00_Z_LIMB_LFINGER12.target.info
-%%DATADIR%%/rotations/063_left_pollex_1/ROT1/00_X_LIMB_LFINGER11-.rot
-%%DATADIR%%/rotations/063_left_pollex_1/ROT1/00_X_LIMB_LFINGER11-.rot.info
-%%DATADIR%%/rotations/063_left_pollex_1/ROT1/00_X_LIMB_LFINGER11-.target
-%%DATADIR%%/rotations/063_left_pollex_1/ROT1/00_X_LIMB_LFINGER11-.target.info
-%%DATADIR%%/rotations/063_left_pollex_1/ROT1/00_X_LIMB_LFINGER11.rot
-%%DATADIR%%/rotations/063_left_pollex_1/ROT1/00_X_LIMB_LFINGER11.rot.info
-%%DATADIR%%/rotations/063_left_pollex_1/ROT1/00_X_LIMB_LFINGER11.target
-%%DATADIR%%/rotations/063_left_pollex_1/ROT1/00_X_LIMB_LFINGER11.target.info
-%%DATADIR%%/rotations/064_left_forefinger_3/ROT1/00_Y_LIMB_LFINGER23.rot
-%%DATADIR%%/rotations/064_left_forefinger_3/ROT1/00_Y_LIMB_LFINGER23.rot.info
-%%DATADIR%%/rotations/064_left_forefinger_3/ROT1/00_Y_LIMB_LFINGER23.target
-%%DATADIR%%/rotations/064_left_forefinger_3/ROT1/00_Y_LIMB_LFINGER23.target.info
-%%DATADIR%%/rotations/065_left_forefinger_2/ROT1/00_Y_LIMB_LFINGER22.rot
-%%DATADIR%%/rotations/065_left_forefinger_2/ROT1/00_Y_LIMB_LFINGER22.rot.info
-%%DATADIR%%/rotations/065_left_forefinger_2/ROT1/00_Y_LIMB_LFINGER22.target
-%%DATADIR%%/rotations/065_left_forefinger_2/ROT1/00_Y_LIMB_LFINGER22.target.info
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT1/00_Y_LIMB_LFINGER21-.rot
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT1/00_Y_LIMB_LFINGER21-.rot.info
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT1/00_Y_LIMB_LFINGER21-.target
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT1/00_Y_LIMB_LFINGER21-.target.info
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT1/00_Y_LIMB_LFINGER21.rot
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT1/00_Y_LIMB_LFINGER21.rot.info
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT1/00_Y_LIMB_LFINGER21.target
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT1/00_Y_LIMB_LFINGER21.target.info
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT2/00_Z_LIMB_LFINGER21-.rot
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT2/00_Z_LIMB_LFINGER21-.rot.info
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT2/00_Z_LIMB_LFINGER21-.target
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT2/00_Z_LIMB_LFINGER21-.target.info
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT2/00_Z_LIMB_LFINGER21.rot
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT2/00_Z_LIMB_LFINGER21.rot.info
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT2/00_Z_LIMB_LFINGER21.target
-%%DATADIR%%/rotations/066_left_forefinger_1/ROT2/00_Z_LIMB_LFINGER21.target.info
-%%DATADIR%%/rotations/067_left_middlefinger_3/ROT1/00_Y_LIMB_LFINGER33.rot
-%%DATADIR%%/rotations/067_left_middlefinger_3/ROT1/00_Y_LIMB_LFINGER33.rot.info
-%%DATADIR%%/rotations/067_left_middlefinger_3/ROT1/00_Y_LIMB_LFINGER33.target
-%%DATADIR%%/rotations/067_left_middlefinger_3/ROT1/00_Y_LIMB_LFINGER33.target.info
-%%DATADIR%%/rotations/068_left_middlefinger_2/ROT1/00_Y_LIMB_LFINGER32.rot
-%%DATADIR%%/rotations/068_left_middlefinger_2/ROT1/00_Y_LIMB_LFINGER32.rot.info
-%%DATADIR%%/rotations/068_left_middlefinger_2/ROT1/00_Y_LIMB_LFINGER32.target
-%%DATADIR%%/rotations/068_left_middlefinger_2/ROT1/00_Y_LIMB_LFINGER32.target.info
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT1/00_Y_LIMB_LFINGER31-.rot
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT1/00_Y_LIMB_LFINGER31-.rot.info
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT1/00_Y_LIMB_LFINGER31-.target
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT1/00_Y_LIMB_LFINGER31-.target.info
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT1/00_Y_LIMB_LFINGER31.rot
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT1/00_Y_LIMB_LFINGER31.rot.info
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT1/00_Y_LIMB_LFINGER31.target
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT1/00_Y_LIMB_LFINGER31.target.info
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT2/00_Z_LIMB_LFINGER31-.rot
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT2/00_Z_LIMB_LFINGER31-.rot.info
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT2/00_Z_LIMB_LFINGER31-.target
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT2/00_Z_LIMB_LFINGER31-.target.info
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT2/00_Z_LIMB_LFINGER31.rot
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT2/00_Z_LIMB_LFINGER31.rot.info
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT2/00_Z_LIMB_LFINGER31.target
-%%DATADIR%%/rotations/069_left_middlefinger_1/ROT2/00_Z_LIMB_LFINGER31.target.info
-%%DATADIR%%/rotations/070_left_ringfinger_3/ROT1/00_Y_LIMB_LFINGER43.rot
-%%DATADIR%%/rotations/070_left_ringfinger_3/ROT1/00_Y_LIMB_LFINGER43.rot.info
-%%DATADIR%%/rotations/070_left_ringfinger_3/ROT1/00_Y_LIMB_LFINGER43.target
-%%DATADIR%%/rotations/070_left_ringfinger_3/ROT1/00_Y_LIMB_LFINGER43.target.info
-%%DATADIR%%/rotations/071_left_ringfinger_2/ROT1/00_Y_LIMB_LFINGER42.rot
-%%DATADIR%%/rotations/071_left_ringfinger_2/ROT1/00_Y_LIMB_LFINGER42.rot.info
-%%DATADIR%%/rotations/071_left_ringfinger_2/ROT1/00_Y_LIMB_LFINGER42.target
-%%DATADIR%%/rotations/071_left_ringfinger_2/ROT1/00_Y_LIMB_LFINGER42.target.info
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT1/00_Y_LIMB_LFINGER41-.rot
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT1/00_Y_LIMB_LFINGER41-.rot.info
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT1/00_Y_LIMB_LFINGER41-.target
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT1/00_Y_LIMB_LFINGER41-.target.info
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT1/00_Y_LIMB_LFINGER41.rot
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT1/00_Y_LIMB_LFINGER41.rot.info
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT1/00_Y_LIMB_LFINGER41.target
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT1/00_Y_LIMB_LFINGER41.target.info
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT2/00_Z_LIMB_LFINGER41-.rot
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT2/00_Z_LIMB_LFINGER41-.rot.info
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT2/00_Z_LIMB_LFINGER41-.target
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT2/00_Z_LIMB_LFINGER41-.target.info
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT2/00_Z_LIMB_LFINGER41.rot
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT2/00_Z_LIMB_LFINGER41.rot.info
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT2/00_Z_LIMB_LFINGER41.target
-%%DATADIR%%/rotations/072_left_ringfinger_1/ROT2/00_Z_LIMB_LFINGER41.target.info
-%%DATADIR%%/rotations/073_left_littlefinger_3/ROT1/00_Y_LIMB_LFINGER53.rot
-%%DATADIR%%/rotations/073_left_littlefinger_3/ROT1/00_Y_LIMB_LFINGER53.rot.info
-%%DATADIR%%/rotations/073_left_littlefinger_3/ROT1/00_Y_LIMB_LFINGER53.target
-%%DATADIR%%/rotations/073_left_littlefinger_3/ROT1/00_Y_LIMB_LFINGER53.target.info
-%%DATADIR%%/rotations/074_left_littlefinger_2/ROT1/00_Y_LIMB_LFINGER52.rot
-%%DATADIR%%/rotations/074_left_littlefinger_2/ROT1/00_Y_LIMB_LFINGER52.rot.info
-%%DATADIR%%/rotations/074_left_littlefinger_2/ROT1/00_Y_LIMB_LFINGER52.target
-%%DATADIR%%/rotations/074_left_littlefinger_2/ROT1/00_Y_LIMB_LFINGER52.target.info
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT1/00_Y_LIMB_LFINGER51-.rot
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT1/00_Y_LIMB_LFINGER51-.rot.info
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT1/00_Y_LIMB_LFINGER51-.target
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT1/00_Y_LIMB_LFINGER51-.target.info
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT1/00_Y_LIMB_LFINGER51.rot
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT1/00_Y_LIMB_LFINGER51.rot.info
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT1/00_Y_LIMB_LFINGER51.target
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT1/00_Y_LIMB_LFINGER51.target.info
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT2/00_Z_LIMB_LFINGER51-.rot
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT2/00_Z_LIMB_LFINGER51-.rot.info
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT2/00_Z_LIMB_LFINGER51-.target
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT2/00_Z_LIMB_LFINGER51-.target.info
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT2/00_Z_LIMB_LFINGER51.rot
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT2/00_Z_LIMB_LFINGER51.rot.info
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT2/00_Z_LIMB_LFINGER51.target
-%%DATADIR%%/rotations/075_left_littlefinger_1/ROT2/00_Z_LIMB_LFINGER51.target.info
-%%DATADIR%%/rotations/080_left_hand/ROT1/00_Y_LIMB_LHAND-.rot
-%%DATADIR%%/rotations/080_left_hand/ROT1/00_Y_LIMB_LHAND-.rot.info
-%%DATADIR%%/rotations/080_left_hand/ROT1/00_Y_LIMB_LHAND-.target
-%%DATADIR%%/rotations/080_left_hand/ROT1/00_Y_LIMB_LHAND-.target.info
-%%DATADIR%%/rotations/080_left_hand/ROT1/00_Y_LIMB_LHAND.rot
-%%DATADIR%%/rotations/080_left_hand/ROT1/00_Y_LIMB_LHAND.rot.info
-%%DATADIR%%/rotations/080_left_hand/ROT1/00_Y_LIMB_LHAND.target
-%%DATADIR%%/rotations/080_left_hand/ROT1/00_Y_LIMB_LHAND.target.info
-%%DATADIR%%/rotations/080_left_hand/ROT2/00_Z_LIMB_LHAND-.rot
-%%DATADIR%%/rotations/080_left_hand/ROT2/00_Z_LIMB_LHAND-.rot.info
-%%DATADIR%%/rotations/080_left_hand/ROT2/00_Z_LIMB_LHAND-.target
-%%DATADIR%%/rotations/080_left_hand/ROT2/00_Z_LIMB_LHAND-.target.info
-%%DATADIR%%/rotations/080_left_hand/ROT2/00_Z_LIMB_LHAND.rot
-%%DATADIR%%/rotations/080_left_hand/ROT2/00_Z_LIMB_LHAND.rot.info
-%%DATADIR%%/rotations/080_left_hand/ROT2/00_Z_LIMB_LHAND.target
-%%DATADIR%%/rotations/080_left_hand/ROT2/00_Z_LIMB_LHAND.target.info
-%%DATADIR%%/rotations/080_left_hand/ROT3/00_X_LIMB_LHAND-.rot
-%%DATADIR%%/rotations/080_left_hand/ROT3/00_X_LIMB_LHAND-.rot.info
-%%DATADIR%%/rotations/080_left_hand/ROT3/00_X_LIMB_LHAND.rot
-%%DATADIR%%/rotations/080_left_hand/ROT3/00_X_LIMB_LHAND.rot.info
-%%DATADIR%%/rotations/080_left_hand/ROT3/00_X_LIMB_LHAND.target
-%%DATADIR%%/rotations/080_left_hand/ROT3/00_X_LIMB_LHAND.target.info
-%%DATADIR%%/rotations/100_right_lower_leg/ROT1/00_Z_LIMB_RLOWERLEG.rot
-%%DATADIR%%/rotations/100_right_lower_leg/ROT1/00_Z_LIMB_RLOWERLEG.rot.info
-%%DATADIR%%/rotations/100_right_lower_leg/ROT2/00_X_LIMB_RLOWERLEG0.rot
-%%DATADIR%%/rotations/100_right_lower_leg/ROT2/00_X_LIMB_RLOWERLEG0.rot.info
-%%DATADIR%%/rotations/100_right_lower_leg/ROT2/00_X_LIMB_RLOWERLEG0.target
-%%DATADIR%%/rotations/100_right_lower_leg/ROT2/00_X_LIMB_RLOWERLEG0.target.info
-%%DATADIR%%/rotations/100_right_lower_leg/ROT2/00_X_LIMB_RLOWERLEG1.rot
-%%DATADIR%%/rotations/100_right_lower_leg/ROT2/00_X_LIMB_RLOWERLEG1.rot.info
-%%DATADIR%%/rotations/100_right_lower_leg/ROT2/00_X_LIMB_RLOWERLEG1.target
-%%DATADIR%%/rotations/100_right_lower_leg/ROT2/00_X_LIMB_RLOWERLEG1.target.info
-%%DATADIR%%/rotations/120_left_lower_leg/ROT1/00_Z_LIMB_LLOWERLEG.rot
-%%DATADIR%%/rotations/120_left_lower_leg/ROT1/00_Z_LIMB_LLOWERLEG.rot.info
-%%DATADIR%%/rotations/120_left_lower_leg/ROT2/00_X_LIMB_LLOWERLEG0.rot
-%%DATADIR%%/rotations/120_left_lower_leg/ROT2/00_X_LIMB_LLOWERLEG0.rot.info
-%%DATADIR%%/rotations/120_left_lower_leg/ROT2/00_X_LIMB_LLOWERLEG0.target
-%%DATADIR%%/rotations/120_left_lower_leg/ROT2/00_X_LIMB_LLOWERLEG0.target.info
-%%DATADIR%%/rotations/120_left_lower_leg/ROT2/00_X_LIMB_LLOWERLEG1.rot
-%%DATADIR%%/rotations/120_left_lower_leg/ROT2/00_X_LIMB_LLOWERLEG1.rot.info
-%%DATADIR%%/rotations/120_left_lower_leg/ROT2/00_X_LIMB_LLOWERLEG1.target
-%%DATADIR%%/rotations/120_left_lower_leg/ROT2/00_X_LIMB_LLOWERLEG1.target.info
-%%DATADIR%%/rotations/140_right_lower_arm/ROT1/00_X_LIMB_RLOWERARM0.rot
-%%DATADIR%%/rotations/140_right_lower_arm/ROT1/00_X_LIMB_RLOWERARM0.rot.info
-%%DATADIR%%/rotations/140_right_lower_arm/ROT1/00_X_LIMB_RLOWERARM0.target
-%%DATADIR%%/rotations/140_right_lower_arm/ROT1/00_X_LIMB_RLOWERARM0.target.info
-%%DATADIR%%/rotations/140_right_lower_arm/ROT1/00_X_LIMB_RLOWERARM1.rot
-%%DATADIR%%/rotations/140_right_lower_arm/ROT1/00_X_LIMB_RLOWERARM1.rot.info
-%%DATADIR%%/rotations/140_right_lower_arm/ROT1/00_X_LIMB_RLOWERARM1.target
-%%DATADIR%%/rotations/140_right_lower_arm/ROT1/00_X_LIMB_RLOWERARM1.target.info
-%%DATADIR%%/rotations/160_left_lower_arm/ROT1/00_X_LIMB_LLOWERARM0.rot
-%%DATADIR%%/rotations/160_left_lower_arm/ROT1/00_X_LIMB_LLOWERARM0.rot.info
-%%DATADIR%%/rotations/160_left_lower_arm/ROT1/00_X_LIMB_LLOWERARM0.target
-%%DATADIR%%/rotations/160_left_lower_arm/ROT1/00_X_LIMB_LLOWERARM0.target.info
-%%DATADIR%%/rotations/160_left_lower_arm/ROT1/00_X_LIMB_LLOWERARM1.rot
-%%DATADIR%%/rotations/160_left_lower_arm/ROT1/00_X_LIMB_LLOWERARM1.rot.info
-%%DATADIR%%/rotations/160_left_lower_arm/ROT1/00_X_LIMB_LLOWERARM1.target
-%%DATADIR%%/rotations/160_left_lower_arm/ROT1/00_X_LIMB_LLOWERARM1.target.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1/00_Z_LIMB_RUPPERLEG-.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1/00_Z_LIMB_RUPPERLEG-.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1/00_Z_LIMB_RUPPERLEG-.target
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1/00_Z_LIMB_RUPPERLEG-.target.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1/00_Z_LIMB_RUPPERLEG.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1/00_Z_LIMB_RUPPERLEG.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1/00_Z_LIMB_RUPPERLEG.target
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1/00_Z_LIMB_RUPPERLEG.target.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST2/00_Y_LIMB_RUPPERLEG-.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST2/00_Y_LIMB_RUPPERLEG-.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST2/00_Y_LIMB_RUPPERLEG.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST2/00_Y_LIMB_RUPPERLEG.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE1/00_Y_LIMB_RUPPERLEG-.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE1/00_Y_LIMB_RUPPERLEG-.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE1/00_Y_LIMB_RUPPERLEG.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE1/00_Y_LIMB_RUPPERLEG.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE1/00_Y_LIMB_RUPPERLEG.target
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE1/00_Y_LIMB_RUPPERLEG.target.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2/00_X_LIMB_RUPPERLEG-.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2/00_X_LIMB_RUPPERLEG-.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2/00_X_LIMB_RUPPERLEG-.target
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2/00_X_LIMB_RUPPERLEG-.target.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2/00_X_LIMB_RUPPERLEG0.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2/00_X_LIMB_RUPPERLEG0.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2/00_X_LIMB_RUPPERLEG0.target
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2/00_X_LIMB_RUPPERLEG0.target.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE3/00_Y_LIMB_RUPPERLEG.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE3/00_Y_LIMB_RUPPERLEG.rot.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE3/00_Y_LIMB_RUPPERLEG.target
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE3/00_Y_LIMB_RUPPERLEG.target.info
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE3/01_X_LIMB_RUPPERLEG.rot
-%%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE3/01_X_LIMB_RUPPERLEG.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1/00_Z_LIMB_LUPPERLEG-.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1/00_Z_LIMB_LUPPERLEG-.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1/00_Z_LIMB_LUPPERLEG-.target
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1/00_Z_LIMB_LUPPERLEG-.target.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1/00_Z_LIMB_LUPPERLEG.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1/00_Z_LIMB_LUPPERLEG.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1/00_Z_LIMB_LUPPERLEG.target
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1/00_Z_LIMB_LUPPERLEG.target.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST2/00_Y_LIMB_LUPPERLEG-.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST2/00_Y_LIMB_LUPPERLEG-.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST2/00_Y_LIMB_LUPPERLEG.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST2/00_Y_LIMB_LUPPERLEG.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE1/00_Y_LIMB_LUPPERLEG-.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE1/00_Y_LIMB_LUPPERLEG-.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE1/00_Y_LIMB_LUPPERLEG.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE1/00_Y_LIMB_LUPPERLEG.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE1/00_Y_LIMB_LUPPERLEG.target
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE1/00_Y_LIMB_LUPPERLEG.target.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2/00_X_LIMB_LUPPERLEG-.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2/00_X_LIMB_LUPPERLEG-.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2/00_X_LIMB_LUPPERLEG-.target
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2/00_X_LIMB_LUPPERLEG-.target.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2/00_X_LIMB_LUPPERLEG0.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2/00_X_LIMB_LUPPERLEG0.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2/00_X_LIMB_LUPPERLEG0.target
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2/00_X_LIMB_LUPPERLEG0.target.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE3/00_Y_LIMB_LUPPERLEG.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE3/00_Y_LIMB_LUPPERLEG.rot.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE3/00_Y_LIMB_LUPPERLEG.target
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE3/00_Y_LIMB_LUPPERLEG.target.info
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE3/01_X_LIMB_LUPPERLEG.rot
-%%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE3/01_X_LIMB_LUPPERLEG.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST0/00_X_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST0/00_X_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST0/00_X_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST0/00_X_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST0/00_X_LIMB_RUPPERARM.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST0/00_X_LIMB_RUPPERARM.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST1/00_Y_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST1/00_Y_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST1/00_Y_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST1/00_Y_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST2/00_Z_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST2/00_Z_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST2/00_Z_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST2/00_Z_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/00_Y_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/00_Y_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/00_Y_LIMB_RUPPERARM-.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/00_Y_LIMB_RUPPERARM-.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/00_Y_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/00_Y_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/00_Y_LIMB_RUPPERARM.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/00_Y_LIMB_RUPPERARM.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/01_Y_LIMB_CLAVICLE.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1/01_Y_LIMB_CLAVICLE.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/00_Z_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/00_Z_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/00_Z_LIMB_RUPPERARM-.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/00_Z_LIMB_RUPPERARM-.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/00_Z_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/00_Z_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/00_Z_LIMB_RUPPERARM.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/00_Z_LIMB_RUPPERARM.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/01_Y_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/01_Y_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/01_Y_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/01_Y_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/02_Y_LIMB_CLAVICLE.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2/02_Y_LIMB_CLAVICLE.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/00_Y_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/00_Y_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/00_Y_LIMB_RUPPERARM.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/00_Y_LIMB_RUPPERARM.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/00_Z_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/00_Z_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/00_Z_LIMB_RUPPERARM-.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/00_Z_LIMB_RUPPERARM-.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/01_Y_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/01_Y_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/01_Z_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3/01_Z_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/00_Z_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/00_Z_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/00_Z_LIMB_RUPPERARM-.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/00_Z_LIMB_RUPPERARM-.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/00_Z_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/00_Z_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/00_Z_LIMB_RUPPERARM.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/00_Z_LIMB_RUPPERARM.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/01_Z_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4/01_Z_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Y_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Y_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Y_LIMB_RUPPERARM-.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Y_LIMB_RUPPERARM-.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Y_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Y_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Y_LIMB_RUPPERARM.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Y_LIMB_RUPPERARM.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Z_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Z_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Z_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/00_Z_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/01_Z_LIMB_RCLAVICLE-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5/01_Z_LIMB_RCLAVICLE-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Y_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Y_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Y_LIMB_RUPPERARM-.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Y_LIMB_RUPPERARM-.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Y_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Y_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Y_LIMB_RUPPERARM.target
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Y_LIMB_RUPPERARM.target.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Z_LIMB_RUPPERARM-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Z_LIMB_RUPPERARM-.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Z_LIMB_RUPPERARM.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/00_Z_LIMB_RUPPERARM.rot.info
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/01_Z_LIMB_RCLAVICLE-.rot
-%%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6/01_Z_LIMB_RCLAVICLE-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST0/00_X_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST0/00_X_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST0/00_X_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST0/00_X_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST0/00_X_LIMB_LUPPERARM.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST0/00_X_LIMB_LUPPERARM.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST1/00_Y_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST1/00_Y_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST1/00_Y_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST1/00_Y_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST2/00_Z_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST2/00_Z_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST2/00_Z_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST2/00_Z_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/00_Y_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/00_Y_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/00_Y_LIMB_LUPPERARM-.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/00_Y_LIMB_LUPPERARM-.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/00_Y_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/00_Y_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/00_Y_LIMB_LUPPERARM.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/00_Y_LIMB_LUPPERARM.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/01_Y_LIMB_CLAVICLE.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1/01_Y_LIMB_CLAVICLE.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/00_Z_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/00_Z_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/00_Z_LIMB_LUPPERARM-.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/00_Z_LIMB_LUPPERARM-.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/00_Z_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/00_Z_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/00_Z_LIMB_LUPPERARM.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/00_Z_LIMB_LUPPERARM.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/01_Y_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/01_Y_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/01_Y_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/01_Y_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/02_Y_LIMB_CLAVICLE.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2/02_Y_LIMB_CLAVICLE.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/00_Y_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/00_Y_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/00_Y_LIMB_LUPPERARM.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/00_Y_LIMB_LUPPERARM.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/00_Z_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/00_Z_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/00_Z_LIMB_LUPPERARM-.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/00_Z_LIMB_LUPPERARM-.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/01_Y_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/01_Y_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/01_Z_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3/01_Z_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/00_Z_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/00_Z_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/00_Z_LIMB_LUPPERARM-.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/00_Z_LIMB_LUPPERARM-.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/00_Z_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/00_Z_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/00_Z_LIMB_LUPPERARM.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/00_Z_LIMB_LUPPERARM.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/01_Z_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4/01_Z_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Y_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Y_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Y_LIMB_LUPPERARM-.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Y_LIMB_LUPPERARM-.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Y_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Y_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Y_LIMB_LUPPERARM.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Y_LIMB_LUPPERARM.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Z_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Z_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Z_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/00_Z_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/01_Z_LIMB_LCLAVICLE-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5/01_Z_LIMB_LCLAVICLE-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Y_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Y_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Y_LIMB_LUPPERARM-.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Y_LIMB_LUPPERARM-.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Y_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Y_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Y_LIMB_LUPPERARM.target
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Y_LIMB_LUPPERARM.target.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Z_LIMB_LUPPERARM-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Z_LIMB_LUPPERARM-.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Z_LIMB_LUPPERARM.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/00_Z_LIMB_LUPPERARM.rot.info
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/01_Z_LIMB_LCLAVICLE-.rot
-%%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6/01_Z_LIMB_LCLAVICLE-.rot.info
-%%DATADIR%%/rotations/260_right_collar/ROT1/00_Y_LIMB_RSCAPULA-.rot
-%%DATADIR%%/rotations/260_right_collar/ROT1/00_Y_LIMB_RSCAPULA-.rot.info
-%%DATADIR%%/rotations/260_right_collar/ROT1/00_Y_LIMB_RSCAPULA-.target
-%%DATADIR%%/rotations/260_right_collar/ROT1/00_Y_LIMB_RSCAPULA-.target.info
-%%DATADIR%%/rotations/260_right_collar/ROT1/00_Y_LIMB_RSCAPULA.rot
-%%DATADIR%%/rotations/260_right_collar/ROT1/00_Y_LIMB_RSCAPULA.rot.info
-%%DATADIR%%/rotations/260_right_collar/ROT1/00_Y_LIMB_RSCAPULA.target
-%%DATADIR%%/rotations/260_right_collar/ROT1/00_Y_LIMB_RSCAPULA.target.info
-%%DATADIR%%/rotations/260_right_collar/ROT2/00_Z_LIMB_RSCAPULA-.rot
-%%DATADIR%%/rotations/260_right_collar/ROT2/00_Z_LIMB_RSCAPULA-.rot.info
-%%DATADIR%%/rotations/260_right_collar/ROT2/00_Z_LIMB_RSCAPULA-.target
-%%DATADIR%%/rotations/260_right_collar/ROT2/00_Z_LIMB_RSCAPULA-.target.info
-%%DATADIR%%/rotations/260_right_collar/ROT2/00_Z_LIMB_RSCAPULA.rot
-%%DATADIR%%/rotations/260_right_collar/ROT2/00_Z_LIMB_RSCAPULA.rot.info
-%%DATADIR%%/rotations/260_right_collar/ROT2/00_Z_LIMB_RSCAPULA.target
-%%DATADIR%%/rotations/260_right_collar/ROT2/00_Z_LIMB_RSCAPULA.target.info
-%%DATADIR%%/rotations/260_right_collar/ROT3/00_X_LIMB_RSCAPULA-.rot
-%%DATADIR%%/rotations/260_right_collar/ROT3/00_X_LIMB_RSCAPULA-.rot.info
-%%DATADIR%%/rotations/260_right_collar/ROT3/00_X_LIMB_RSCAPULA-.target
-%%DATADIR%%/rotations/260_right_collar/ROT3/00_X_LIMB_RSCAPULA-.target.info
-%%DATADIR%%/rotations/260_right_collar/ROT3/00_X_LIMB_RSCAPULA.rot
-%%DATADIR%%/rotations/260_right_collar/ROT3/00_X_LIMB_RSCAPULA.rot.info
-%%DATADIR%%/rotations/260_right_collar/ROT3/00_X_LIMB_RSCAPULA.target
-%%DATADIR%%/rotations/260_right_collar/ROT3/00_X_LIMB_RSCAPULA.target.info
-%%DATADIR%%/rotations/280_left_collar/ROT1/00_Y_LIMB_LSCAPULA-.rot
-%%DATADIR%%/rotations/280_left_collar/ROT1/00_Y_LIMB_LSCAPULA-.rot.info
-%%DATADIR%%/rotations/280_left_collar/ROT1/00_Y_LIMB_LSCAPULA-.target
-%%DATADIR%%/rotations/280_left_collar/ROT1/00_Y_LIMB_LSCAPULA-.target.info
-%%DATADIR%%/rotations/280_left_collar/ROT1/00_Y_LIMB_LSCAPULA.rot
-%%DATADIR%%/rotations/280_left_collar/ROT1/00_Y_LIMB_LSCAPULA.rot.info
-%%DATADIR%%/rotations/280_left_collar/ROT1/00_Y_LIMB_LSCAPULA.target
-%%DATADIR%%/rotations/280_left_collar/ROT1/00_Y_LIMB_LSCAPULA.target.info
-%%DATADIR%%/rotations/280_left_collar/ROT2/00_Z_LIMB_LSCAPULA-.rot
-%%DATADIR%%/rotations/280_left_collar/ROT2/00_Z_LIMB_LSCAPULA-.rot.info
-%%DATADIR%%/rotations/280_left_collar/ROT2/00_Z_LIMB_LSCAPULA-.target
-%%DATADIR%%/rotations/280_left_collar/ROT2/00_Z_LIMB_LSCAPULA-.target.info
-%%DATADIR%%/rotations/280_left_collar/ROT2/00_Z_LIMB_LSCAPULA.rot
-%%DATADIR%%/rotations/280_left_collar/ROT2/00_Z_LIMB_LSCAPULA.rot.info
-%%DATADIR%%/rotations/280_left_collar/ROT2/00_Z_LIMB_LSCAPULA.target
-%%DATADIR%%/rotations/280_left_collar/ROT2/00_Z_LIMB_LSCAPULA.target.info
-%%DATADIR%%/rotations/280_left_collar/ROT3/00_X_LIMB_LSCAPULA-.rot
-%%DATADIR%%/rotations/280_left_collar/ROT3/00_X_LIMB_LSCAPULA-.rot.info
-%%DATADIR%%/rotations/280_left_collar/ROT3/00_X_LIMB_LSCAPULA-.target
-%%DATADIR%%/rotations/280_left_collar/ROT3/00_X_LIMB_LSCAPULA-.target.info
-%%DATADIR%%/rotations/280_left_collar/ROT3/00_X_LIMB_LSCAPULA.rot
-%%DATADIR%%/rotations/280_left_collar/ROT3/00_X_LIMB_LSCAPULA.rot.info
-%%DATADIR%%/rotations/280_left_collar/ROT3/00_X_LIMB_LSCAPULA.target
-%%DATADIR%%/rotations/280_left_collar/ROT3/00_X_LIMB_LSCAPULA.target.info
-%%DATADIR%%/rotations/300_head/ROT1/00_X_LIMB_HEAD-.rot
-%%DATADIR%%/rotations/300_head/ROT1/00_X_LIMB_HEAD-.rot.info
-%%DATADIR%%/rotations/300_head/ROT1/00_X_LIMB_HEAD-.target
-%%DATADIR%%/rotations/300_head/ROT1/00_X_LIMB_HEAD-.target.info
-%%DATADIR%%/rotations/300_head/ROT1/00_X_LIMB_HEAD.rot
-%%DATADIR%%/rotations/300_head/ROT1/00_X_LIMB_HEAD.rot.info
-%%DATADIR%%/rotations/300_head/ROT1/00_X_LIMB_HEAD.target
-%%DATADIR%%/rotations/300_head/ROT1/00_X_LIMB_HEAD.target.info
-%%DATADIR%%/rotations/300_head/ROT2/00_Z_LIMB_HEAD-.rot
-%%DATADIR%%/rotations/300_head/ROT2/00_Z_LIMB_HEAD-.rot.info
-%%DATADIR%%/rotations/300_head/ROT2/00_Z_LIMB_HEAD-.target
-%%DATADIR%%/rotations/300_head/ROT2/00_Z_LIMB_HEAD-.target.info
-%%DATADIR%%/rotations/300_head/ROT2/00_Z_LIMB_HEAD.rot
-%%DATADIR%%/rotations/300_head/ROT2/00_Z_LIMB_HEAD.rot.info
-%%DATADIR%%/rotations/300_head/ROT2/00_Z_LIMB_HEAD.target
-%%DATADIR%%/rotations/300_head/ROT2/00_Z_LIMB_HEAD.target.info
-%%DATADIR%%/rotations/300_head/ROT3/00_Y_LIMB_HEAD-.rot
-%%DATADIR%%/rotations/300_head/ROT3/00_Y_LIMB_HEAD-.rot.info
-%%DATADIR%%/rotations/300_head/ROT3/00_Y_LIMB_HEAD-.target
-%%DATADIR%%/rotations/300_head/ROT3/00_Y_LIMB_HEAD-.target.info
-%%DATADIR%%/rotations/300_head/ROT3/00_Y_LIMB_HEAD.rot
-%%DATADIR%%/rotations/300_head/ROT3/00_Y_LIMB_HEAD.rot.info
-%%DATADIR%%/rotations/300_head/ROT3/00_Y_LIMB_HEAD.target
-%%DATADIR%%/rotations/300_head/ROT3/00_Y_LIMB_HEAD.target.info
-%%DATADIR%%/rotations/320_neck/ROT1/00_X_LIMB_NECK-.rot
-%%DATADIR%%/rotations/320_neck/ROT1/00_X_LIMB_NECK-.rot.info
-%%DATADIR%%/rotations/320_neck/ROT1/00_X_LIMB_NECK-.target
-%%DATADIR%%/rotations/320_neck/ROT1/00_X_LIMB_NECK-.target.info
-%%DATADIR%%/rotations/320_neck/ROT1/00_X_LIMB_NECK.rot
-%%DATADIR%%/rotations/320_neck/ROT1/00_X_LIMB_NECK.rot.info
-%%DATADIR%%/rotations/320_neck/ROT1/00_X_LIMB_NECK.target
-%%DATADIR%%/rotations/320_neck/ROT1/00_X_LIMB_NECK.target.info
-%%DATADIR%%/rotations/320_neck/ROT2/00_Y_LIMB_NECK-.rot
-%%DATADIR%%/rotations/320_neck/ROT2/00_Y_LIMB_NECK-.rot.info
-%%DATADIR%%/rotations/320_neck/ROT2/00_Y_LIMB_NECK-.target
-%%DATADIR%%/rotations/320_neck/ROT2/00_Y_LIMB_NECK-.target.info
-%%DATADIR%%/rotations/320_neck/ROT2/00_Y_LIMB_NECK.rot
-%%DATADIR%%/rotations/320_neck/ROT2/00_Y_LIMB_NECK.rot.info
-%%DATADIR%%/rotations/320_neck/ROT2/00_Y_LIMB_NECK.target
-%%DATADIR%%/rotations/320_neck/ROT2/00_Y_LIMB_NECK.target.info
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO0-.rot
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO0-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO0-.target
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO0-.target.info
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO0.rot
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO0.rot.info
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO0.target
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO0.target.info
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO1-.rot
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO1-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO1.rot
-%%DATADIR%%/rotations/360_torso/ROT1/00_Y_LIMB_LOWERTORSO1.rot.info
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO0-.rot
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO0-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO0-.target
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO0-.target.info
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO0.rot
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO0.rot.info
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO0.target
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO0.target.info
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO1-.rot
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO1-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO1.rot
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO1.rot.info
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO2.rot
-%%DATADIR%%/rotations/360_torso/ROT2/00_X_LIMB_LOWERTORSO2.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO0-.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO0-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO0-.target
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO0-.target.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO0.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO0.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO0.target
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO0.target.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO1-.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO1-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO1.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO1.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO2-.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO2-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO2.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO2.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO3-.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO3-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO3.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO3.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO4-.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO4-.rot.info
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO4.rot
-%%DATADIR%%/rotations/360_torso/ROT3/00_Z_LIMB_LOWERTORSO4.rot.info
-%%DATADIR%%/rotations/380_pivot/ROT1/00_Z_LIMB_PIVOT-.rot
-%%DATADIR%%/rotations/380_pivot/ROT1/00_Z_LIMB_PIVOT-.rot.info
-%%DATADIR%%/rotations/380_pivot/ROT1/00_Z_LIMB_PIVOT.rot
-%%DATADIR%%/rotations/380_pivot/ROT1/00_Z_LIMB_PIVOT.rot.info
-%%DATADIR%%/rotations/380_pivot/ROT2/00_X_LIMB_PIVOT-.rot
-%%DATADIR%%/rotations/380_pivot/ROT2/00_X_LIMB_PIVOT-.rot.info
-%%DATADIR%%/rotations/380_pivot/ROT2/00_X_LIMB_PIVOT.rot
-%%DATADIR%%/rotations/380_pivot/ROT2/00_X_LIMB_PIVOT.rot.info
-%%DATADIR%%/rotations/380_pivot/ROT3/00_Y_LIMB_PIVOT-.rot
-%%DATADIR%%/rotations/380_pivot/ROT3/00_Y_LIMB_PIVOT-.rot.info
-%%DATADIR%%/rotations/380_pivot/ROT3/00_Y_LIMB_PIVOT.rot
-%%DATADIR%%/rotations/380_pivot/ROT3/00_Y_LIMB_PIVOT.rot.info
-%%DATADIR%%/selectors/ages/female_10.target
-%%DATADIR%%/selectors/ages/female_30.target
-%%DATADIR%%/selectors/ages/female_50.target
-%%DATADIR%%/selectors/ages/female_70.target
-%%DATADIR%%/selectors/ages/female_90.target
-%%DATADIR%%/selectors/ages/male_10.target
-%%DATADIR%%/selectors/ages/male_30.target
-%%DATADIR%%/selectors/ages/male_50.target
-%%DATADIR%%/selectors/ages/male_70.target
-%%DATADIR%%/selectors/ages/male_90.target
-%%DATADIR%%/selectors/breast/female_10_big_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_10_big_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_10_big_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_10_big_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_10_big_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_10_big_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_10_big_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_10_big_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_10_skinny_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_10_skinny_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_10_skinny_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_10_skinny_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_10_skinny_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_10_skinny_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_10_skinny_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_10_skinny_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_30_big_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_30_big_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_30_big_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_30_big_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_30_big_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_30_big_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_30_big_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_30_big_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_30_skinny_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_30_skinny_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_30_skinny_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_30_skinny_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_30_skinny_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_30_skinny_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_30_skinny_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_30_skinny_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_50_big_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_50_big_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_50_big_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_50_big_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_50_big_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_50_big_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_50_big_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_50_big_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_50_skinny_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_50_skinny_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_50_skinny_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_50_skinny_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_50_skinny_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_50_skinny_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_50_skinny_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_50_skinny_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_70_big_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_70_big_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_70_big_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_70_big_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_70_big_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_70_big_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_70_big_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_70_big_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_70_skinny_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_70_skinny_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_70_skinny_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_70_skinny_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_70_skinny_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_70_skinny_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_70_skinny_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_70_skinny_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_90_big_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_90_big_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_90_big_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_90_big_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_90_big_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_90_big_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_90_big_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_90_big_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_90_skinny_muscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_90_skinny_muscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_90_skinny_muscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_90_skinny_muscle_sphere_little.target
-%%DATADIR%%/selectors/breast/female_90_skinny_nomuscle_cone_big.target
-%%DATADIR%%/selectors/breast/female_90_skinny_nomuscle_cone_little.target
-%%DATADIR%%/selectors/breast/female_90_skinny_nomuscle_sphere_big.target
-%%DATADIR%%/selectors/breast/female_90_skinny_nomuscle_sphere_little.target
-%%DATADIR%%/selectors/muscleSize/female_10_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_10_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_10_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_10_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_30_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_30_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_30_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_30_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_50_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_50_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_50_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_50_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_70_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_70_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_70_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_70_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_90_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_90_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/female_90_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/female_90_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_10_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_10_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_10_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_10_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_30_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_30_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_30_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_30_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_50_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_50_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_50_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_50_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_70_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_70_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_70_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_70_skinny_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_90_big_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_90_big_nomuscle.target
-%%DATADIR%%/selectors/muscleSize/male_90_skinny_muscle.target
-%%DATADIR%%/selectors/muscleSize/male_90_skinny_nomuscle.target
-%%DATADIR%%/selectors/shapes/brevilinear_peershape.target
-%%DATADIR%%/selectors/shapes/brevilinear_vshape.target
-%%DATADIR%%/selectors/shapes/longilinear_peershape.target
-%%DATADIR%%/selectors/shapes/longilinear_vshape.target
-%%DATADIR%%/subd.parts
-%%DATADIR%%/targets/abdomen/abdomen.camera
-%%DATADIR%%/targets/cheek/cheek.camera
-%%DATADIR%%/targets/cheek/cheek001.target
-%%DATADIR%%/targets/cheek/cheek002.target
-%%DATADIR%%/targets/cheek/cheek003.target
-%%DATADIR%%/targets/cheek/cheek004.target
-%%DATADIR%%/targets/chin_jaw/chin_convex.target
-%%DATADIR%%/targets/chin_jaw/chin_jaw.camera
-%%DATADIR%%/targets/chin_jaw/chin_jaw001.target
-%%DATADIR%%/targets/chin_jaw/chin_jaw002.target
-%%DATADIR%%/targets/chin_jaw/chin_jaw002b.target
-%%DATADIR%%/targets/chin_jaw/chin_jaw003.target
-%%DATADIR%%/targets/chin_jaw/chin_jaw004.target
-%%DATADIR%%/targets/chin_jaw/chin_jaw005.target
-%%DATADIR%%/targets/chin_jaw/chin_jaw020.target
-%%DATADIR%%/targets/chin_jaw/chin_prominent.target
-%%DATADIR%%/targets/chin_jaw/chin_quadrangular.target
-%%DATADIR%%/targets/chin_jaw/chin_recessed.target
-%%DATADIR%%/targets/chin_jaw/chin_tapered.target
-%%DATADIR%%/targets/chin_jaw/jaw_biprognathism_in.target
-%%DATADIR%%/targets/chin_jaw/jaw_biprognathism_out.target
-%%DATADIR%%/targets/chin_jaw/jaw_prognathism_in.target
-%%DATADIR%%/targets/chin_jaw/jaw_prognathism_out.target
-%%DATADIR%%/targets/ears/ears.camera
-%%DATADIR%%/targets/ears/ears001.target
-%%DATADIR%%/targets/ears/ears002.target
-%%DATADIR%%/targets/ears/ears003.target
-%%DATADIR%%/targets/ears/ears004.target
-%%DATADIR%%/targets/ears/ears_backward.target
-%%DATADIR%%/targets/ears/ears_big.target
-%%DATADIR%%/targets/ears/ears_darwin nodule_a.target
-%%DATADIR%%/targets/ears/ears_darwin nodule_b.target
-%%DATADIR%%/targets/ears/ears_down.target
-%%DATADIR%%/targets/ears/ears_flap.target
-%%DATADIR%%/targets/ears/ears_forward.target
-%%DATADIR%%/targets/ears/ears_height_max.target
-%%DATADIR%%/targets/ears/ears_lobe_height_max.target
-%%DATADIR%%/targets/ears/ears_lobe_height_min.target
-%%DATADIR%%/targets/ears/ears_no_wind.target
-%%DATADIR%%/targets/ears/ears_rectangular.target
-%%DATADIR%%/targets/ears/ears_rot_backward.target
-%%DATADIR%%/targets/ears/ears_rot_forward.target
-%%DATADIR%%/targets/ears/ears_round.target
-%%DATADIR%%/targets/ears/ears_small.target
-%%DATADIR%%/targets/ears/ears_triangular.target
-%%DATADIR%%/targets/ears/ears_up.target
-%%DATADIR%%/targets/ears/ears_wide_max.target
-%%DATADIR%%/targets/ears/ears_wide_min.target
-%%DATADIR%%/targets/ears/ears_wind.target
-%%DATADIR%%/targets/eyes/eyes.camera
-%%DATADIR%%/targets/eyes/eyes001.target
-%%DATADIR%%/targets/eyes/eyes002.target
-%%DATADIR%%/targets/eyes/eyes003.target
-%%DATADIR%%/targets/eyes/eyes004.target
-%%DATADIR%%/targets/eyes/eyes005.target
-%%DATADIR%%/targets/eyes/eyes006.target
-%%DATADIR%%/targets/eyes/eyes007.target
-%%DATADIR%%/targets/eyes/eyes008.target
-%%DATADIR%%/targets/eyes/eyes009.target
-%%DATADIR%%/targets/eyes/eyes_big.target
-%%DATADIR%%/targets/eyes/eyes_close.target
-%%DATADIR%%/targets/eyes/eyes_distance_max.target
-%%DATADIR%%/targets/eyes/eyes_distance_min.target
-%%DATADIR%%/targets/eyes/eyes_down.target
-%%DATADIR%%/targets/eyes/eyes_lower_up.target
-%%DATADIR%%/targets/eyes/eyes_small.target
-%%DATADIR%%/targets/eyes/eyes_up.target
-%%DATADIR%%/targets/feet/feet.camera
-%%DATADIR%%/targets/forefinger/forefinger.camera
-%%DATADIR%%/targets/forehead/forehead.camera
-%%DATADIR%%/targets/forehead/forehead001.target
-%%DATADIR%%/targets/forehead/forehead002.target
-%%DATADIR%%/targets/forehead/forehead003.target
-%%DATADIR%%/targets/forehead/forehead004.target
-%%DATADIR%%/targets/forehead/forehead005.target
-%%DATADIR%%/targets/forehead/forehead006.target
-%%DATADIR%%/targets/forehead/forehead_backward.target
-%%DATADIR%%/targets/forehead/forehead_concave.target
-%%DATADIR%%/targets/forehead/forehead_rectilinear.target
-%%DATADIR%%/targets/hands/Hand001.target
-%%DATADIR%%/targets/hands/Hand002.target
-%%DATADIR%%/targets/hands/Hand003.target
-%%DATADIR%%/targets/hands/hands.camera
-%%DATADIR%%/targets/hands/hands_long_thin.target
-%%DATADIR%%/targets/head/head.camera
-%%DATADIR%%/targets/head/head001.target
-%%DATADIR%%/targets/head/head002.target
-%%DATADIR%%/targets/head/head003.target
-%%DATADIR%%/targets/head/head004.target
-%%DATADIR%%/targets/head/head005.target
-%%DATADIR%%/targets/head/head_frontal_vertex.target
-%%DATADIR%%/targets/head/head_occiput_flattened.target
-%%DATADIR%%/targets/head/head_occiput_protruded.target
-%%DATADIR%%/targets/head/head_ovoidal.target
-%%DATADIR%%/targets/head/head_ovoidal_invert.target
-%%DATADIR%%/targets/head/head_parietal_navicular.target
-%%DATADIR%%/targets/head/head_parietal_saddled.target
-%%DATADIR%%/targets/head/head_parietal_vertex.target
-%%DATADIR%%/targets/head/head_pentagonoidal.target
-%%DATADIR%%/targets/head/head_rectangular.target
-%%DATADIR%%/targets/head/head_rhomboidal.target
-%%DATADIR%%/targets/head/head_rounded.target
-%%DATADIR%%/targets/head/head_segmented_line.target
-%%DATADIR%%/targets/head/head_squarely.target
-%%DATADIR%%/targets/head/head_trapezioidal.target
-%%DATADIR%%/targets/head/head_trapezioidal_invert.target
-%%DATADIR%%/targets/head/old_head001.target
-%%DATADIR%%/targets/littlefinger/littlefinger.camera
-%%DATADIR%%/targets/lower_arms/lower_arms.camera
-%%DATADIR%%/targets/lower_arms/lowerarm_End-large.target
-%%DATADIR%%/targets/lower_arms/lowerarm_lenght_max.target
-%%DATADIR%%/targets/lower_arms/lowerarm_lenght_mix.target
-%%DATADIR%%/targets/lower_legs/lower_legs.camera
-%%DATADIR%%/targets/lower_legs/lowerleg_lenght_max.target
-%%DATADIR%%/targets/lower_legs/lowerleg_lenght_min.target
-%%DATADIR%%/targets/middlefinger/middlefinger.camera
-%%DATADIR%%/targets/mouth/mouth.camera
-%%DATADIR%%/targets/mouth/mouth001.target
-%%DATADIR%%/targets/mouth/mouth002.target
-%%DATADIR%%/targets/mouth/mouth003.target
-%%DATADIR%%/targets/mouth/mouth004.target
-%%DATADIR%%/targets/mouth/mouth005.target
-%%DATADIR%%/targets/mouth/mouth010.target
-%%DATADIR%%/targets/mouth/mouth011.target
-%%DATADIR%%/targets/mouth/mouth012.target
-%%DATADIR%%/targets/mouth/mouth013.target
-%%DATADIR%%/targets/mouth/mouth014.target
-%%DATADIR%%/targets/mouth/mouth015.target
-%%DATADIR%%/targets/mouth/mouth016.target
-%%DATADIR%%/targets/mouth/mouth017.target
-%%DATADIR%%/targets/mouth/mouth018.target
-%%DATADIR%%/targets/mouth/mouth019.target
-%%DATADIR%%/targets/mouth/mouth020.target
-%%DATADIR%%/targets/mouth/mouth_line_deep.target
-%%DATADIR%%/targets/mouth/mouth_line_removed.target
-%%DATADIR%%/targets/mouth/mouth_lips_deflatten.target
-%%DATADIR%%/targets/mouth/mouth_lips_inflatten.target
-%%DATADIR%%/targets/mouth/mouth_lips_lower_V.target
-%%DATADIR%%/targets/mouth/mouth_lips_lower_deflatten.target
-%%DATADIR%%/targets/mouth/mouth_lips_upper_V.target
-%%DATADIR%%/targets/mouth/mouth_lips_upper_deflatten.target
-%%DATADIR%%/targets/mouth/mouth_lips_upper_inflatten.target
-%%DATADIR%%/targets/mouth/mouth_wide_max.target
-%%DATADIR%%/targets/mouth/mouth_wide_min.target
-%%DATADIR%%/targets/neck/neck.camera
-%%DATADIR%%/targets/neck/neck001.target
-%%DATADIR%%/targets/neck/neck_high.target
-%%DATADIR%%/targets/neck/neck_large.target
-%%DATADIR%%/targets/neck/neck_short.target
-%%DATADIR%%/targets/neck/neck_slim.target
-%%DATADIR%%/targets/nose/nose.camera
-%%DATADIR%%/targets/nose/nose001.target
-%%DATADIR%%/targets/nose/nose002.target
-%%DATADIR%%/targets/nose/nose003.target
-%%DATADIR%%/targets/nose/nose004.target
-%%DATADIR%%/targets/nose/nose005.target
-%%DATADIR%%/targets/nose/nose006.target
-%%DATADIR%%/targets/nose/nose007.target
-%%DATADIR%%/targets/nose/nose008.target
-%%DATADIR%%/targets/nose/nose009.target
-%%DATADIR%%/targets/nose/nose010.target
-%%DATADIR%%/targets/nose/nose011.target
-%%DATADIR%%/targets/nose/nose012.target
-%%DATADIR%%/targets/nose/nose013.target
-%%DATADIR%%/targets/nose/nose014.target
-%%DATADIR%%/targets/nose/nose015.target
-%%DATADIR%%/targets/nose/nose016.target
-%%DATADIR%%/targets/nose/nose017.target
-%%DATADIR%%/targets/nose/nose018.target
-%%DATADIR%%/targets/nose/nose019.target
-%%DATADIR%%/targets/nose/nose020.target
-%%DATADIR%%/targets/nose/nose021.target
-%%DATADIR%%/targets/nose/nose022.target
-%%DATADIR%%/targets/nose/nose023.target
-%%DATADIR%%/targets/nose/nose024.target
-%%DATADIR%%/targets/nose/nose025.target
-%%DATADIR%%/targets/nose/nose026.target
-%%DATADIR%%/targets/nose/nose027.target
-%%DATADIR%%/targets/nose/nose028.target
-%%DATADIR%%/targets/nose/nose029.target
-%%DATADIR%%/targets/nose/nose030.target
-%%DATADIR%%/targets/nose/nose031.target
-%%DATADIR%%/targets/nose/nose_narrow.target
-%%DATADIR%%/targets/nose/nose_nostril_down.target
-%%DATADIR%%/targets/nose/nose_nostril_up.target
-%%DATADIR%%/targets/nose/nose_short.target
-%%DATADIR%%/targets/nose/nosebase001.target
-%%DATADIR%%/targets/nose/nosebase002.target
-%%DATADIR%%/targets/nose/nosebase003.target
-%%DATADIR%%/targets/nose/nosebase004.target
-%%DATADIR%%/targets/nose/nosebase005.target
-%%DATADIR%%/targets/pelvis/genital_female.target
-%%DATADIR%%/targets/pelvis/genital_male_foreskin.target
-%%DATADIR%%/targets/pelvis/genital_male_foreskin_none.target
-%%DATADIR%%/targets/pelvis/pelvis.camera
-%%DATADIR%%/targets/pollex/pollex.camera
-%%DATADIR%%/targets/ringfinger/ringfinger.camera
-%%DATADIR%%/targets/shoulders/shoulders.camera
-%%DATADIR%%/targets/teeth/teeth.camera
-%%DATADIR%%/targets/tongue/tongue.camera
-%%DATADIR%%/targets/torso/torso.camera
-%%DATADIR%%/targets/torso/torso_width_min.target
-%%DATADIR%%/targets/upper_arms/upper_arms.camera
-%%DATADIR%%/targets/upper_arms/upperarm_lenght_max.target
-%%DATADIR%%/targets/upper_arms/upperarm_lenght_min.target
-%%DATADIR%%/targets/upper_legs/thigs_size_decrease.target
-%%DATADIR%%/targets/upper_legs/thigs_size_increase.target
-%%DATADIR%%/targets/upper_legs/upper_legs.camera
-%%DATADIR%%/targets/upper_legs/upperleg_lenght_max.target
-%%DATADIR%%/targets/upper_legs/upperleg_lenght_min.target
-@dirrm %%DATADIR%%/targets/upper_legs
-@dirrm %%DATADIR%%/targets/upper_arms
-@dirrm %%DATADIR%%/targets/torso
-@dirrm %%DATADIR%%/targets/tongue
-@dirrm %%DATADIR%%/targets/teeth
-@dirrm %%DATADIR%%/targets/shoulders
-@dirrm %%DATADIR%%/targets/ringfinger
-@dirrm %%DATADIR%%/targets/pollex
-@dirrm %%DATADIR%%/targets/pelvis
-@dirrm %%DATADIR%%/targets/nose
-@dirrm %%DATADIR%%/targets/neck
-@dirrm %%DATADIR%%/targets/mouth
-@dirrm %%DATADIR%%/targets/middlefinger
-@dirrm %%DATADIR%%/targets/lower_legs
-@dirrm %%DATADIR%%/targets/lower_arms
-@dirrm %%DATADIR%%/targets/littlefinger
-@dirrm %%DATADIR%%/targets/head
-@dirrm %%DATADIR%%/targets/hands
-@dirrm %%DATADIR%%/targets/forehead
-@dirrm %%DATADIR%%/targets/forefinger
-@dirrm %%DATADIR%%/targets/feet
-@dirrm %%DATADIR%%/targets/eyes
-@dirrm %%DATADIR%%/targets/ears
-@dirrm %%DATADIR%%/targets/chin_jaw
-@dirrm %%DATADIR%%/targets/cheek
-@dirrm %%DATADIR%%/targets/abdomen
-@dirrm %%DATADIR%%/targets
-@dirrm %%DATADIR%%/selectors/shapes
-@dirrm %%DATADIR%%/selectors/muscleSize
-@dirrm %%DATADIR%%/selectors/breast
-@dirrm %%DATADIR%%/selectors/ages
-@dirrm %%DATADIR%%/selectors
-@dirrm %%DATADIR%%/rotations/380_pivot/ROT3
-@dirrm %%DATADIR%%/rotations/380_pivot/ROT2
-@dirrm %%DATADIR%%/rotations/380_pivot/ROT1
-@dirrm %%DATADIR%%/rotations/380_pivot
-@dirrm %%DATADIR%%/rotations/360_torso/ROT3
-@dirrm %%DATADIR%%/rotations/360_torso/ROT2
-@dirrm %%DATADIR%%/rotations/360_torso/ROT1
-@dirrm %%DATADIR%%/rotations/360_torso
-@dirrm %%DATADIR%%/rotations/320_neck/ROT2
-@dirrm %%DATADIR%%/rotations/320_neck/ROT1
-@dirrm %%DATADIR%%/rotations/320_neck
-@dirrm %%DATADIR%%/rotations/300_head/ROT3
-@dirrm %%DATADIR%%/rotations/300_head/ROT2
-@dirrm %%DATADIR%%/rotations/300_head/ROT1
-@dirrm %%DATADIR%%/rotations/300_head
-@dirrm %%DATADIR%%/rotations/280_left_collar/ROT3
-@dirrm %%DATADIR%%/rotations/280_left_collar/ROT2
-@dirrm %%DATADIR%%/rotations/280_left_collar/ROT1
-@dirrm %%DATADIR%%/rotations/280_left_collar
-@dirrm %%DATADIR%%/rotations/260_right_collar/ROT3
-@dirrm %%DATADIR%%/rotations/260_right_collar/ROT2
-@dirrm %%DATADIR%%/rotations/260_right_collar/ROT1
-@dirrm %%DATADIR%%/rotations/260_right_collar
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE6
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE5
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE4
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE3
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE2
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_BASE1
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST2
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST1
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm/ROT_ADJUST0
-@dirrm %%DATADIR%%/rotations/240_left_upper_arm
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE6
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE5
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE4
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE3
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE2
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_BASE1
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST2
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST1
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm/ROT_ADJUST0
-@dirrm %%DATADIR%%/rotations/220_right_upper_arm
-@dirrm %%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE3
-@dirrm %%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE2
-@dirrm %%DATADIR%%/rotations/200_left_upper_leg/ROT_BASE1
-@dirrm %%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST2
-@dirrm %%DATADIR%%/rotations/200_left_upper_leg/ROT_ADJUST1
-@dirrm %%DATADIR%%/rotations/200_left_upper_leg
-@dirrm %%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE3
-@dirrm %%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE2
-@dirrm %%DATADIR%%/rotations/180_right_upper_leg/ROT_BASE1
-@dirrm %%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST2
-@dirrm %%DATADIR%%/rotations/180_right_upper_leg/ROT_ADJUST1
-@dirrm %%DATADIR%%/rotations/180_right_upper_leg
-@dirrm %%DATADIR%%/rotations/160_left_lower_arm/ROT1
-@dirrm %%DATADIR%%/rotations/160_left_lower_arm
-@dirrm %%DATADIR%%/rotations/140_right_lower_arm/ROT1
-@dirrm %%DATADIR%%/rotations/140_right_lower_arm
-@dirrm %%DATADIR%%/rotations/120_left_lower_leg/ROT2
-@dirrm %%DATADIR%%/rotations/120_left_lower_leg/ROT1
-@dirrm %%DATADIR%%/rotations/120_left_lower_leg
-@dirrm %%DATADIR%%/rotations/100_right_lower_leg/ROT2
-@dirrm %%DATADIR%%/rotations/100_right_lower_leg/ROT1
-@dirrm %%DATADIR%%/rotations/100_right_lower_leg
-@dirrm %%DATADIR%%/rotations/080_left_hand/ROT3
-@dirrm %%DATADIR%%/rotations/080_left_hand/ROT2
-@dirrm %%DATADIR%%/rotations/080_left_hand/ROT1
-@dirrm %%DATADIR%%/rotations/080_left_hand
-@dirrm %%DATADIR%%/rotations/075_left_littlefinger_1/ROT2
-@dirrm %%DATADIR%%/rotations/075_left_littlefinger_1/ROT1
-@dirrm %%DATADIR%%/rotations/075_left_littlefinger_1
-@dirrm %%DATADIR%%/rotations/074_left_littlefinger_2/ROT1
-@dirrm %%DATADIR%%/rotations/074_left_littlefinger_2
-@dirrm %%DATADIR%%/rotations/073_left_littlefinger_3/ROT1
-@dirrm %%DATADIR%%/rotations/073_left_littlefinger_3
-@dirrm %%DATADIR%%/rotations/072_left_ringfinger_1/ROT2
-@dirrm %%DATADIR%%/rotations/072_left_ringfinger_1/ROT1
-@dirrm %%DATADIR%%/rotations/072_left_ringfinger_1
-@dirrm %%DATADIR%%/rotations/071_left_ringfinger_2/ROT1
-@dirrm %%DATADIR%%/rotations/071_left_ringfinger_2
-@dirrm %%DATADIR%%/rotations/070_left_ringfinger_3/ROT1
-@dirrm %%DATADIR%%/rotations/070_left_ringfinger_3
-@dirrm %%DATADIR%%/rotations/069_left_middlefinger_1/ROT2
-@dirrm %%DATADIR%%/rotations/069_left_middlefinger_1/ROT1
-@dirrm %%DATADIR%%/rotations/069_left_middlefinger_1
-@dirrm %%DATADIR%%/rotations/068_left_middlefinger_2/ROT1
-@dirrm %%DATADIR%%/rotations/068_left_middlefinger_2
-@dirrm %%DATADIR%%/rotations/067_left_middlefinger_3/ROT1
-@dirrm %%DATADIR%%/rotations/067_left_middlefinger_3
-@dirrm %%DATADIR%%/rotations/066_left_forefinger_1/ROT2
-@dirrm %%DATADIR%%/rotations/066_left_forefinger_1/ROT1
-@dirrm %%DATADIR%%/rotations/066_left_forefinger_1
-@dirrm %%DATADIR%%/rotations/065_left_forefinger_2/ROT1
-@dirrm %%DATADIR%%/rotations/065_left_forefinger_2
-@dirrm %%DATADIR%%/rotations/064_left_forefinger_3/ROT1
-@dirrm %%DATADIR%%/rotations/064_left_forefinger_3
-@dirrm %%DATADIR%%/rotations/063_left_pollex_1/ROT1
-@dirrm %%DATADIR%%/rotations/063_left_pollex_1
-@dirrm %%DATADIR%%/rotations/062_left_pollex_2/ROT1
-@dirrm %%DATADIR%%/rotations/062_left_pollex_2
-@dirrm %%DATADIR%%/rotations/061_left_pollex_3/ROT1
-@dirrm %%DATADIR%%/rotations/061_left_pollex_3
-@dirrm %%DATADIR%%/rotations/060_right_hand/ROT3
-@dirrm %%DATADIR%%/rotations/060_right_hand/ROT2
-@dirrm %%DATADIR%%/rotations/060_right_hand/ROT1
-@dirrm %%DATADIR%%/rotations/060_right_hand
-@dirrm %%DATADIR%%/rotations/055_right_littlefinger_1/ROT2
-@dirrm %%DATADIR%%/rotations/055_right_littlefinger_1/ROT1
-@dirrm %%DATADIR%%/rotations/055_right_littlefinger_1
-@dirrm %%DATADIR%%/rotations/054_right_littlefinger_2/ROT1
-@dirrm %%DATADIR%%/rotations/054_right_littlefinger_2
-@dirrm %%DATADIR%%/rotations/053_right_littlefinger_3/ROT1
-@dirrm %%DATADIR%%/rotations/053_right_littlefinger_3
-@dirrm %%DATADIR%%/rotations/052_right_ringfinger_1/ROT2
-@dirrm %%DATADIR%%/rotations/052_right_ringfinger_1/ROT1
-@dirrm %%DATADIR%%/rotations/052_right_ringfinger_1
-@dirrm %%DATADIR%%/rotations/051_right_ringfinger_2/ROT1
-@dirrm %%DATADIR%%/rotations/051_right_ringfinger_2
-@dirrm %%DATADIR%%/rotations/050_right_ringfinger_3/ROT1
-@dirrm %%DATADIR%%/rotations/050_right_ringfinger_3
-@dirrm %%DATADIR%%/rotations/049_right_middlefinger_1/ROT2
-@dirrm %%DATADIR%%/rotations/049_right_middlefinger_1/ROT1
-@dirrm %%DATADIR%%/rotations/049_right_middlefinger_1
-@dirrm %%DATADIR%%/rotations/048_right_middlefinger_2/ROT1
-@dirrm %%DATADIR%%/rotations/048_right_middlefinger_2
-@dirrm %%DATADIR%%/rotations/047_right_middlefinger_3/ROT1
-@dirrm %%DATADIR%%/rotations/047_right_middlefinger_3
-@dirrm %%DATADIR%%/rotations/046_right_forefinger_1/ROT2
-@dirrm %%DATADIR%%/rotations/046_right_forefinger_1/ROT1
-@dirrm %%DATADIR%%/rotations/046_right_forefinger_1
-@dirrm %%DATADIR%%/rotations/045_right_forefinger_2/ROT1
-@dirrm %%DATADIR%%/rotations/045_right_forefinger_2
-@dirrm %%DATADIR%%/rotations/044_right_forefinger_3/ROT1
-@dirrm %%DATADIR%%/rotations/044_right_forefinger_3
-@dirrm %%DATADIR%%/rotations/043_right_pollex_1/ROT1
-@dirrm %%DATADIR%%/rotations/043_right_pollex_1
-@dirrm %%DATADIR%%/rotations/042_right_pollex_2/ROT1
-@dirrm %%DATADIR%%/rotations/042_right_pollex_2
-@dirrm %%DATADIR%%/rotations/041_right_pollex_3/ROT1
-@dirrm %%DATADIR%%/rotations/041_right_pollex_3
-@dirrm %%DATADIR%%/rotations/040_left_foot/ROT2
-@dirrm %%DATADIR%%/rotations/040_left_foot/ROT1
-@dirrm %%DATADIR%%/rotations/040_left_foot
-@dirrm %%DATADIR%%/rotations/030_left_footfinger_1_1/ROT1
-@dirrm %%DATADIR%%/rotations/030_left_footfinger_1_1
-@dirrm %%DATADIR%%/rotations/029_left_footfinger_1_2/ROT1
-@dirrm %%DATADIR%%/rotations/029_left_footfinger_1_2
-@dirrm %%DATADIR%%/rotations/028_left_footfinger_2_1/ROT1
-@dirrm %%DATADIR%%/rotations/028_left_footfinger_2_1
-@dirrm %%DATADIR%%/rotations/027_left_footfinger_2_2/ROT1
-@dirrm %%DATADIR%%/rotations/027_left_footfinger_2_2
-@dirrm %%DATADIR%%/rotations/026_left_footfinger_3_1/ROT1
-@dirrm %%DATADIR%%/rotations/026_left_footfinger_3_1
-@dirrm %%DATADIR%%/rotations/025_left_footfinger_3_2/ROT1
-@dirrm %%DATADIR%%/rotations/025_left_footfinger_3_2
-@dirrm %%DATADIR%%/rotations/024_left_footfinger_4_1/ROT1
-@dirrm %%DATADIR%%/rotations/024_left_footfinger_4_1
-@dirrm %%DATADIR%%/rotations/023_left_footfinger_4_2/ROT1
-@dirrm %%DATADIR%%/rotations/023_left_footfinger_4_2
-@dirrm %%DATADIR%%/rotations/022_left_footfinger_5_1/ROT1
-@dirrm %%DATADIR%%/rotations/022_left_footfinger_5_1
-@dirrm %%DATADIR%%/rotations/021_left_footfinger_5_2/ROT1
-@dirrm %%DATADIR%%/rotations/021_left_footfinger_5_2
-@dirrm %%DATADIR%%/rotations/020_right_foot/ROT2
-@dirrm %%DATADIR%%/rotations/020_right_foot/ROT1
-@dirrm %%DATADIR%%/rotations/020_right_foot
-@dirrm %%DATADIR%%/rotations/009_right_footfinger_1_1/ROT1
-@dirrm %%DATADIR%%/rotations/009_right_footfinger_1_1
-@dirrm %%DATADIR%%/rotations/008_right_footfinger_1_2/ROT1
-@dirrm %%DATADIR%%/rotations/008_right_footfinger_1_2
-@dirrm %%DATADIR%%/rotations/007_right_footfinger_2_1/ROT1
-@dirrm %%DATADIR%%/rotations/007_right_footfinger_2_1
-@dirrm %%DATADIR%%/rotations/006_right_footfinger_2_2/ROT1
-@dirrm %%DATADIR%%/rotations/006_right_footfinger_2_2
-@dirrm %%DATADIR%%/rotations/005_right_footfinger_3_1/ROT1
-@dirrm %%DATADIR%%/rotations/005_right_footfinger_3_1
-@dirrm %%DATADIR%%/rotations/004_right_footfinger_3_2/ROT1
-@dirrm %%DATADIR%%/rotations/004_right_footfinger_3_2
-@dirrm %%DATADIR%%/rotations/003_right_footfinger_4_1/ROT1
-@dirrm %%DATADIR%%/rotations/003_right_footfinger_4_1
-@dirrm %%DATADIR%%/rotations/002_right_footfinger_4_2/ROT1
-@dirrm %%DATADIR%%/rotations/002_right_footfinger_4_2
-@dirrm %%DATADIR%%/rotations/001_right_footfinger_5_1/ROT1
-@dirrm %%DATADIR%%/rotations/001_right_footfinger_5_1
-@dirrm %%DATADIR%%/rotations/000_right_footfinger_5_2/ROT1
-@dirrm %%DATADIR%%/rotations/000_right_footfinger_5_2
-@dirrm %%DATADIR%%/rotations
-@dirrm %%DATADIR%%/rib_data/textures_data
-@dirrm %%DATADIR%%/rib_data/shaders_data
-@dirrm %%DATADIR%%/rib_data/rib_templates_toon
-@dirrm %%DATADIR%%/rib_data/rib_templates_preview
-@dirrm %%DATADIR%%/rib_data/rib_templates
-@dirrm %%DATADIR%%/rib_data
-@dirrm %%DATADIR%%/pixmaps/ui
-@dirrm %%DATADIR%%/pixmaps/tgimg/nose
-@dirrm %%DATADIR%%/pixmaps/tgimg/neck
-@dirrm %%DATADIR%%/pixmaps/tgimg/mouth
-@dirrm %%DATADIR%%/pixmaps/tgimg/lower_arms
-@dirrm %%DATADIR%%/pixmaps/tgimg/head
-@dirrm %%DATADIR%%/pixmaps/tgimg/hands
-@dirrm %%DATADIR%%/pixmaps/tgimg/forehead
-@dirrm %%DATADIR%%/pixmaps/tgimg/eyes
-@dirrm %%DATADIR%%/pixmaps/tgimg/ears
-@dirrm %%DATADIR%%/pixmaps/tgimg/chin_jaw
-@dirrm %%DATADIR%%/pixmaps/tgimg/cheek
-@dirrm %%DATADIR%%/pixmaps/tgimg
-@dirrm %%DATADIR%%/pixmaps/rotimg/380_pivot
-@dirrm %%DATADIR%%/pixmaps/rotimg/360_torso
-@dirrm %%DATADIR%%/pixmaps/rotimg/320_neck
-@dirrm %%DATADIR%%/pixmaps/rotimg/300_head
-@dirrm %%DATADIR%%/pixmaps/rotimg/280_left_collar
-@dirrm %%DATADIR%%/pixmaps/rotimg/260_right_collar
-@dirrm %%DATADIR%%/pixmaps/rotimg/240_left_upper_arm
-@dirrm %%DATADIR%%/pixmaps/rotimg/220_right_upper_arm
-@dirrm %%DATADIR%%/pixmaps/rotimg/200_left_upper_leg
-@dirrm %%DATADIR%%/pixmaps/rotimg/180_right_upper_leg
-@dirrm %%DATADIR%%/pixmaps/rotimg/160_left_lower_arm
-@dirrm %%DATADIR%%/pixmaps/rotimg/140_right_lower_arm
-@dirrm %%DATADIR%%/pixmaps/rotimg/120_left_lower_leg
-@dirrm %%DATADIR%%/pixmaps/rotimg/100_right_lower_leg
-@dirrm %%DATADIR%%/pixmaps/rotimg/080_left_hand
-@dirrm %%DATADIR%%/pixmaps/rotimg/075_left_littlefinger_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/074_left_littlefinger_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/073_left_littlefinger_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/072_left_ringfinger_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/071_left_ringfinger_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/070_left_ringfinger_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/069_left_middlefinger_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/068_left_middlefinger_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/067_left_middlefinger_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/066_left_forefinger_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/065_left_forefinger_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/064_left_forefinger_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/063_left_pollex_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/062_left_pollex_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/061_left_pollex_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/060_right_hand
-@dirrm %%DATADIR%%/pixmaps/rotimg/055_right_littlefinger_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/054_right_littlefinger_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/053_right_littlefinger_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/052_right_ringfinger_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/051_right_ringfinger_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/050_right_ringfinger_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/049_right_middlefinger_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/048_right_middlefinger_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/047_right_middlefinger_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/046_right_forefinger_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/045_right_forefinger_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/044_right_forefinger_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/043_right_pollex_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/042_right_pollex_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/041_right_pollex_3
-@dirrm %%DATADIR%%/pixmaps/rotimg/040_left_foot
-@dirrm %%DATADIR%%/pixmaps/rotimg/030_left_footfinger_1_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/029_left_footfinger_1_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/028_left_footfinger_2_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/027_left_footfinger_2_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/026_left_footfinger_3_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/025_left_footfinger_3_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/024_left_footfinger_4_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/023_left_footfinger_4_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/022_left_footfinger_5_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/021_left_footfinger_5_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/020_right_foot
-@dirrm %%DATADIR%%/pixmaps/rotimg/009_right_footfinger_1_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/008_right_footfinger_1_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/007_right_footfinger_2_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/006_right_footfinger_2_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/005_right_footfinger_3_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/004_right_footfinger_3_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/003_right_footfinger_4_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/002_right_footfinger_4_2
-@dirrm %%DATADIR%%/pixmaps/rotimg/001_right_footfinger_5_1
-@dirrm %%DATADIR%%/pixmaps/rotimg/000_right_footfinger_5_2
-@dirrm %%DATADIR%%/pixmaps/rotimg
-@dirrm %%DATADIR%%/pixmaps/bsimg/poses1
-@dirrm %%DATADIR%%/pixmaps/bsimg/characters1
-@dirrm %%DATADIR%%/pixmaps/bsimg
-@dirrm %%DATADIR%%/pixmaps
-@dirrm %%DATADIR%%/bs_data/poses1
-@dirrm %%DATADIR%%/bs_data/characters1
-@dirrm %%DATADIR%%/bs_data
-@dirrm %%DATADIR%%