2 Days Ago
WIP refactor * Allow MovieClip to be a resource, so doesn't reference GameObjects directly * Make MovieTrack more general, to support action blocks in the future etc * MovieTrack stores compiled version of curves / constants, so fast to read and doesn't assume anything about how the data is created in the editor Simple movie maker test scene Getting things working again Test with QuadraticInOut easing Basic demo of a .movie resource Make it easy to retarget a .movie in a scene https://files.facepunch.com/ziks/2025-01-25/sbox-dev_OOMXIyOyis.mp4 First pass at drawing curves for each track https://files.facepunch.com/ziks/2025-01-26/sbox-dev_L4KcsdWKxm.mp4 Track curve tweaks Move curve drawing fixes, support booleans https://files.facepunch.com/ziks/2025-01-27/sbox-dev_szjSGXh5Ck.mp4 Fix saving to resource rather than embedded Make scene mapping serialization deterministic Show thumbnails for resource values in the timeline https://files.facepunch.com/ziks/2025-01-27/sbox-dev_4BvLH82u6x.png WIP make track groups collapsible Expand / collapse nested tracks https://files.facepunch.com/ziks/2025-01-27/sbox-dev_SuwPHb2RtY.mp4 Make track preview rendering more flexible