blender-python-examples:基于Python脚本的Blender动画的简单示例

时间:2021-02-01 10:08:53
【文件属性】:
文件名称:blender-python-examples:基于Python脚本的Blender动画的简单示例
文件大小:6.51MB
文件格式:ZIP
更新时间:2021-02-01 10:08:53
python creative-coding examples blender python-script 关于 基于Python脚本的Blender动画的简单示例。 如何 在Blender中打开: blender --python the_script.py 转换为GIF: convert -delay 4 -loop 0 *.png animation.gif 制作视频: ffmpeg -framerate 30 -f image2 -i '/tmp/%*.png' -c:v libx264 -profile:v high -crf 16 -pix_fmt yuv420p blender_render.mp4 剧本
【文件预览】:
blender-python-examples-master
----.gitignore(5B)
----planes_rotations_xz.py(782B)
----images()
--------trippy.gif(3.94MB)
--------z_axis.gif(596KB)
--------xz.gif(1.07MB)
--------x_axis.gif(971KB)
----trippy_tunnel.py(6KB)
----utils.py(2KB)
----README.md(767B)
----planes_rotation_z_axis.py(725B)
----planes_utils.py(2KB)
----planes_rotation_x_axis.py(720B)
----planes_rotation_y_axis.py(720B)

网友评论