habeebweeb / MeidoPhotoStudio

An alternative to COM3D2 Studio Mode
2 stars 0 forks source link

Fix maid IK bug introduced in COM3D 2.5 #54

Open habeebweeb opened 1 year ago

habeebweeb commented 1 year ago

Update 1.57 COM3D 2.5 introduced changes where IKCtrlData is now AIKCtrl. Changing class name fixes errors in the console but a new bug is introduced.

Even though the class names have been changed, it seems like something has changed with the IK system that prevents the maid from solving IK properly. I noticed that this issue does not exist in edit mode for the maid that's being edited. Other maids that are called will have the issue though. This fact means that maids called in daily mode will have the issue.

I need to figure out what is done with the edit mode maid in order for the IK to be solved properly.

Originally posted on 2021-04-08T07:10:16+02:00 (last updated on 2022-09-02T20:27:29+02:00).

habeebweeb commented 1 year ago

Fix compilation issues for COM3D2.5...

Originally posted on 2022-08-21T19:44:04+02:00.