Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

How to create an Alembic mesh animation for Blender

License

NotificationsYou must be signed in to change notification settings

cgmb/alembic-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a minimal example of an Alembic mesh animation compatible with Blender.Each frame is an independent mesh that may not share anything at all with theprevious frame.

Ubuntu Dependencies

sudo apt install cmake build-essential ninja-build \    libopenexr-dev extra-cmake-modules

How to Build

cmake -H. -Bbuild -G Ninja && cmake --build build

How to Run

build/alex frames/*

Working with Alembic files

The output file isout.abc. Note that the version of Blender distributed byapt on Ubuntu 18.04 does not support Alembic. Use the official binary releasefromblender.org to import Alembic files.

Example Animation

The example animation inframes/ is very low-resolution, but still lookspretty good when filtered and rendered in Blender.

Rendered example animation of a droplet spreading.

License

The Alembic library itself is governed by theAlembic license. All othercode in this repository was authored and published by Cordell Bloor in 2019under theCC0 license.

About

How to create an Alembic mesh animation for Blender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp