Rotación en tiempo disponible en Blender

PHOTO EMBED

Sat Feb 24 2024 01:09:07 GMT+0000 (Coordinated Universal Time)

Saved by @vjg

frame*((360/(frame_end+1))/57.296)

// a = 360 / (timeline_length + 1)
// a = 57.296 * b
// b = a / 57.296
// x = frame * b
content_copyCOPY