summaryrefslogtreecommitdiff
path: root/scripts/content_tools/anim_tool.py
AgeCommit message (Collapse)Author
2024-05-29Trim trailing whitespaceBennett Goble
Start trimming trailing whitespace, but limit the blast radius to a handful of file types.
2022-05-18SL-10025 - via Cathy Foil, all bones now have standard alias 'avatar_' + name.Brad Payne (Vir Linden)
# Conflicts: # scripts/content_tools/anim_tool.py
2022-05-18SL-10163 - allow joint aliases in animation uploads. Names are canonicalized ↵Brad Payne (Vir Linden)
before sending to simulator. # Conflicts: # indra/newview/llviewerassetupload.cpp # indra/newview/llvoavatar.cpp # scripts/content_tools/anim_tool.py
2021-12-10SL-15742: Convert build scripts to Python 3Bennett Goble
This changeset makes it possible to build the Second Life viewer using Python 3. It is designed to be used with an equivalent Autobuild branch so that a developer can compile without needing Python 2 on their machine. Breaking change: Python 2 support ending Rather than supporting two versions of Python, including one that was discontinued at the beginning of the year, this branch focuses on pouring future effort into Python 3 only. As a result, scripts do not need to be backwards compatible. This means that build environments, be they on personal computers and on build agents, need to have a compatible interpreter. Notes - SLVersionChecker will still use Python 2 on macOS - Fixed the message template url used by template_verifier.py
2018-09-27mergeBrad Payne (Vir Linden)
2018-09-10SL-966 - animated object size/pos constraints cont, including some settings ↵Brad Payne (Vir Linden)
for debugging. additional options to anim_tool.py for making test animations
2018-08-09Merge in anim_tool.py refactoring from server-side script.Nat Goodspeed
2016-12-21MAINT-7005 - added ability to set base priority and joint priority in ↵Brad Payne (Vir Linden)
anim_tool.py
2016-06-21SL-353 - anim_tool.py has more reasonable default location for skeleton and ↵Brad Payne (Vir Linden)
lad files
2016-06-14SL-353 - additional anim_tool.py option, --num_pos, to enable creation of ↵Brad Payne (Vir Linden)
large test files
2016-05-19SL-315 - option to skip hud joints in anim_tool.pyBrad Payne (Vir Linden)
2016-04-13SL-353 - improved handling of skeleton and lad options in anim_tool.pyBrad Payne (Vir Linden)
2016-04-12SL-338 - added --set_version to anim_tool.py, for creating files to test ↵Brad Payne (Vir Linden)
upload of unsupported file versions.
2016-03-24SL-353 - bento: utilities for skeleton and anim file manipulation.Brad Payne (Vir Linden)