
blender
blender操作和自动化代码实现
霹雳书生
这个作者很懒,什么都没留下…
展开
-
利用blender实现截取模型六视图
import bpyfrom mathutils import Matrix, Vectorimport numpy as npimport mathresolution = 1024# 引擎设置scene = bpy.data.scenes["Scene"]scene.camera.data.type = 'ORTHO'scene.camera.location = 5 * Vector([1, 0, 0])scene.render.resolution_x = resolutio.原创 2020-07-18 15:59:39 · 1946 阅读 · 2 评论 -
Blender烘焙AO操作及对应的python代码
教你如何用blender进行AO烘焙,并利用python代码进行自动化原创 2023-11-20 14:22:24 · 1762 阅读 · 0 评论