diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-28 13:44:36 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-28 13:44:36 -0400 |
commit | 3da9762eee8052855089df6aa5d33aea94553c5d (patch) | |
tree | 25670395e8a74ff7bbd4f58853f19e42bd76cf63 /scripts/content_tools/skel_tool.py | |
parent | f3fb80c9479c14b8c9afc8794b053fcf74957f77 (diff) |
SL-374, SL-375 - dae_tool.py for dae manipulation, initially to make joint offset test content
Diffstat (limited to 'scripts/content_tools/skel_tool.py')
-rw-r--r-- | scripts/content_tools/skel_tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/content_tools/skel_tool.py b/scripts/content_tools/skel_tool.py index bb52ae3f3e..caf8070071 100644 --- a/scripts/content_tools/skel_tool.py +++ b/scripts/content_tools/skel_tool.py @@ -354,7 +354,7 @@ def compare_skel_trees(atree,btree): if __name__ == "__main__": - parser = argparse.ArgumentParser(description="process SL animations") + parser = argparse.ArgumentParser(description="process SL avatar_skeleton/avatar_lad files") parser.add_argument("--verbose", action="store_true",help="verbose flag") parser.add_argument("--ogfile", help="specify file containing base bones") parser.add_argument("--ref_file", help="specify another file containing replacements for missing fields") |