Skip to content

Instantly share code, notes, and snippets.

View alexmalyutindev's full-sized avatar

Alexander Malyutin alexmalyutindev

View GitHub Profile
@alexmalyutindev
alexmalyutindev / bake_morph_textures.py
Last active February 21, 2024 04:36
Vertex animation baker for Blender.
# Source
# Vertex animation textures, beanbags and boneless animations
# by Martin Donald
# https://www.youtube.com/watch?v=NQ5Dllbxbz4
import bpy
import bmesh
import mathutils