u/LeleXSI
All outputs from P.D.E - [Open Source Experimental System]
All output examples from the updated version of my experimental multi-source video player for TouchDesigner, designed for frame-accurate video switching, playback manipulation, and display/render interventions.
Want access to the updated system + a detailed breakdown of exactly how I achieved the continuous motion effect on this piece? You can freely access the system, and the detailed breakdown from my Patreon.
[Plus, here's a discount code for the community to use at the shop: "AVPLAST", and for memberships: "AVPMEMB". First come, first serve!]
Plus, many more experiments through my Instagram profile.
3D anatomy tool, this model is scan data created in a medical lab, to download and use in ZBrush. FREE download shared by Derek Pendleton.
Free Maya rigs and Maya Character rigs
“Ultimate Bony” – A Body Skeleton System Ready to Animate!
We would like to share this interesting resource for all animators: ready-made rigs designed to help you learn the principles of animation, ideal for creating advanced body mechanics animations. Resource by Ugur Ulvi Yetiskin.
https://www.3dart.it/en/free-maya-rigs-and-maya-character-rigs/
Spent 4 months of sleepless nights on this 6-minute action short. What do you think?
China open-sourced a model that reconstructs any scene in 3D from a regular video, in real-time
I made a toolkit for VFX editors in DaVinci Resolve Studio
I'll be the one to say it. We VFX editors work like accountants.
I couldn't help but automate a bunch of our work... mainly:
export timeline to Excel sheets
bring modified Excel sheets back to timeline
re-do 1 and 2 because the edit changed
Next on my wish list is the overcut aka. bring VFX vendor submissions back to timeline.
If you work in Resolve, give Theia a try! If you work in other editing softwares, export an AAF and import that into Resolve and give Theia a try!
Or even better, fork the project and make it your own!
VFX editors in Resolve is probably a rare species... May Theia bring me bug reports and accountants alike.
Theia's GUI is pretty frugal! Read some documentation before you proceed: https://theia-docs.ming-q.com/
Made a free, open-source alternative to Flow and Motion 4
Here's the code: https://github.com/meszmate/rebound
Google AI Reconstructs an Animation-Ready 3D Head From Multi-View
Google researchers introduced SHELLS, a new system for reconstructing detailed 3D heads from calibrated multi-view images.
Instead of creating an unstructured scan and then spending minutes or hours fitting a common topology onto it, SHELLS directly predicts an 18K-vertex mesh with consistent topology. Every generated head shares the same vertex layout, which is especially useful for animation, facial tracking and performance capture.
Highlights:
- Reconstructs an 18K-vertex head in 0.08 seconds
- Uses around 2.4 GB of GPU memory during inference
- Approximately 3.5× faster than previous volumetric approaches
- Reduces median registration error by 21–29%
- Produces the same topology across different people and expressions
- Can process facial performances frame by frame while maintaining temporally stable geometry
- Remains usable with as few as two input views
- Trained entirely on synthetic data, but generalizes to real captures
The consistent topology is probably the most practically important part. Corresponding vertices always represent the same facial regions, making the results easier to use for blendshapes, animation retargeting, facial datasets, 3D morphable models and digital-human pipelines.
There are still some limitations. It requires calibrated multi-camera images, so this is not a casual single-image head generator. The current output captures the skin surface beneath hair and clothing rather than reconstructing their outer volume, and the geometry does not include tiny details such as pores or fine wrinkles. Certain extreme tongue expressions can also fail.
The project page currently provides the research paper, but does not list a public codebase or pretrained model release. Humanity has once again invented something extremely fast and then neglected to give everyone the download button.