← Go back DownloadDownloadDownloadDownload
Scripts
Blender Scripts
Simple Blender python scripts
Advanced Align
Align objects based on positions only. Align pivot-only/pivot + object switch.
Random Rotate
Blender's random rotation doesn't work on local axes. This script makes random rotation possible on local axes with local/global toggle switch. Per axis randomization.
Custom Fork of Miu3V tools
SimpleJiggle
SimpleJiggle adds secondary motion to mesh vertices using a spring-damper simulation per vertex. Each frame it applies an impulse from object movement, then integrates velocity and offset via explicit Euler (a = -k·x - c·v), clamps them, and writes the result back to the mesh.