uhlik / bpy

blender python scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the rotation matrix and t vector when blender a single object?

zhangxiaodi opened this issue · comments

I use code to blender a single object, but I set a camera location use 'cam.location = (0, 1, 0.6)'. So if I want to know its rotation matrix and t vector. what should I do?