Blender Animation 3D Artists

79 readers
2 users here now

A community where budding animators can ask their questions while the pro would be guiding them. All kinds of visual artists are welcome in this space.

Open ended questions are always welcome in this community ๐Ÿ˜Š๐Ÿ˜Š๐Ÿ˜Š

founded 2 weeks ago
MODERATORS
1
 
 

cross-posted from: https://sopuli.xyz/post/26277197

  • My profile picture is the low resolution 50x50 pixel animated version of this scene
  • I used the default cube, inset its faces, deleted them, and used the solidify modifier on it, to create the green "scaffold" cube.
  • I put a rotating animated cube inside it, with a glowing blue material.
  • used sun to throw a rotating shadow on the red floor.
  • rendered in cycles renderer.

To create the animated webp file: Rendered the image sequence. I got a bunch of static webp inages inside the output folder.

To create a single animated webp file from this, I used the webpmux command from libwebp:

webpmux \
-frame ./anim10001.webp +3+0+0+0-b \
-frame ./anim10002.webp +3+0+0+0-b \
-frame ./anim10003.webp +3+0+0+0-b \
โ€ฆ
-o output.webp

the 3 means 3 milliseconds per frame.

2
3
4
 
 
5
6
7
8
9
10
11
12
13