File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4444Changelog
4545=========
4646
47+ ### 2.2.3
48+ - Fix to iClone 8.7 accessory Skeleton Component bug.
49+ - Fix to Sync view frame calculation at fps other than 60.
50+
4751### 2.2.2
4852- Send buttons disabled when waiting for remote response.
4953- Relink will sync selected characters Link ID back to CC/iC.
Original file line number Diff line number Diff line change @@ -2942,7 +2942,8 @@ def receive_camera_sync(self, data):
29422942
29432943 def send_frame_sync (self ):
29442944 self .update_link_status (f"Sending Frame Sync" )
2945- link_fps = self .get_link_fps ()
2945+ # Unity Timeline frame is based on 60fps
2946+ link_fps = RFps .Fps60 #self.get_link_fps()
29462947 start_time = RGlobal .GetStartTime ()
29472948 end_time = RGlobal .GetEndTime ()
29482949 current_time = RGlobal .GetTime ()
You can’t perform that action at this time.
0 commit comments