diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-12-04 20:02:25 +0000 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-18 23:31:08 +0300 |
| commit | b3bfe05494aa12d87728f7df93ce72bc25019b33 (patch) | |
| tree | 45e694a763839cd72ef208a5f5b22f0f669014e6 /scripts/content_tools/anim_tool.py | |
| parent | 307db06310d6d3dc5a38da5543d0f074266fb12a (diff) | |
SL-10025 - via Cathy Foil, all bones now have standard alias 'avatar_' + name.
# Conflicts:
# scripts/content_tools/anim_tool.py
Diffstat (limited to 'scripts/content_tools/anim_tool.py')
| -rw-r--r-- | scripts/content_tools/anim_tool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/content_tools/anim_tool.py b/scripts/content_tools/anim_tool.py index 205fc2b6e1..4a0773951e 100644 --- a/scripts/content_tools/anim_tool.py +++ b/scripts/content_tools/anim_tool.py @@ -611,6 +611,7 @@ def main(*argv): parser = argparse.ArgumentParser(description="process SL animations") parser.add_argument("--verbose", help="verbose flag", action="store_true") parser.add_argument("--dump", help="dump to stdout", action="store_true") + parser.add_argument("--use_aliases", help="use alias names for bones", action="store_true") parser.add_argument("--rot", help="specify sequence of rotations", type=float_triple, nargs="+") parser.add_argument("--rand_pos", help="request NUM random positions (default %(default)s)", metavar="NUM", type=int, default=2) |
