def pyaw(ary):
rv3d = bpy.context.window_manager.windows[0].screen.areas[1].spaces[0].region_3d
rv3d.view_rotation.rotate(mathutils.Euler(( float(ary[2]) , 0 , float(ary[1]) ))) #pitch roll
#yaw = ob.rotation_euler.z
#pitch = ob.rotation_euler.y
#roll = ob.rotation_euler.x
3dmouse_plugin_alpha.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录