From 3da9762eee8052855089df6aa5d33aea94553c5d Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Thu, 28 Apr 2016 13:44:36 -0400 Subject: SL-374, SL-375 - dae_tool.py for dae manipulation, initially to make joint offset test content --- scripts/content_tools/skel_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/content_tools/skel_tool.py') 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") -- cgit v1.2.3