BATtools (Bake Animation Tools)
The tool works in Maya 2023/2024/2025
Save folder "BATtools" in Maya scripts folder (C:\Users\your_name\Documents\maya\202*\scripts\)
run Python command:
import imp
from BATtools import BAT as BAT
imp.reload(BAT)
BAT.UI()
-!-
fixed the error of the window hanging after an incorrect script launch
-Baking:
- works with selected attributes
- works with the selected time period
- Baking animation into the locator:
- works with selected attributes
- works with the selected time period
- bake an animation from the selected geometry component
- Baking animation into the new animLayer:
- works with selected attributes
- works with the selected time period
- Transmit motion
- works with selected attributes
- works with the selected time period
ABS - Transferring motion from one object to another without maintaining displacement (translate, rotate).
TR - Transferring motion from one object to another while maintaining displacement (translate, rotate).
T - Transferring motion from one object to another while maintaining displacement (translate).
R - Transferr
BATtools (Bake Animation Tools)
BATtools (Bake Animation Tools)
The tool works in Maya 2023/2024/2025
Save folder "BATtools" in Maya scripts folder (C:\Users\your_name\Documents\maya\202*\scripts\)
run Python command:
import imp
from BATtools import BAT as BAT
imp.reload(BAT)
BAT.UI()
-!-
fixed the error of the window hanging after an incorrect script launch
-Baking:
- works with selected attributes
- works with the selected time period
- Baking animation into the locator:
- works with selected attributes
- works with the selected time period
- bake an animation from the selected geometry component
- Baking animation into the new animLayer:
- works with selected attributes
- works with the selected time period
- Transmit motion
- works with selected attributes
- works with the selected time period
ABS - Transferring motion from one object to another without maintaining displacement (translate, rotate).
TR - Transferring motion from one object to another while maintaining displacement (translate, rotate).
T - Transferring motion from one object to another while maintaining displacement (translate).
R - Transferr