Skip to content

Commit

Permalink
blender: Fix goof with blender plugin
Browse files Browse the repository at this point in the history
Accidentally staged this, my bad
  • Loading branch information
vkoskiv committed Dec 12, 2023
1 parent 9709e16 commit 8c88873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/blender_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def sync_scene(self, renderer, depsgraph, b_scene):
bl_cam = bl_cam_eval.data

cr_cam = cr_scene.camera_new()
mtx = fix_coord(ob_main.matrix_world)
mtx = ob_main.matrix_world
euler = mtx.to_euler('XYZ')
loc = mtx.to_translation()
cr_cam.set_param(c_ray.cam_param.fov, 80) #todo
Expand Down

0 comments on commit 8c88873

Please sign in to comment.