Skip to content

Commit

Permalink
Sensor fit
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgardXIV committed Dec 8, 2022
1 parent 62e5370 commit 5871922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Blender/xat_addon/camera/camera_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def export(context: Context, camera: Object, out_filepath):
f = CameraFrame()
f.translation = cur.to_translation()
f.rotation = cur.to_quaternion()
f.fov = camera.data.angle_y
f.fov = camera.data.angle

key_frames.append(f)

Expand Down
5 changes: 0 additions & 5 deletions Dalamud/XAT.Plugin/Cutscene/CutsceneManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ public class CutsceneManager : IDisposable
public CameraState? CameraState { get; private set; }
public GameCamera RestoreCameraState { get; private set; }


public Vector3 LookAtPosition { get; private set; }
public Quaternion LookAtRotation { get; private set; }
public float FoV { get; private set; }

private XATPlugin Plugin { get; }

public bool IsRunning => Stopwatch.IsRunning;
Expand Down

0 comments on commit 5871922

Please sign in to comment.