|
|
e4ca30b98a
|
Refactor : LimbWeightController, FingerShapedController를 Serializable 모듈로 전환
- LimbWeightController: MonoBehaviour → [Serializable] 모듈, CRS.limbWeight로 통합
- FingerShapedController: MonoBehaviour → [Serializable] 모듈, CRS.fingerShaped로 통합
- GetHand()를 FindObjectsOfType<LimbWeightController> → FindObjectsByType<CustomRetargetingScript>로 리팩토링
- HumanPoseHandler 라이프사이클을 Initialize/Cleanup 패턴으로 전환
- RetargetingControlWindow: 모든 GetComponent 호출을 CRS SO의 중첩 프로퍼티 경로로 변경
- RetargetingRemoteController: 직접 script.limbWeight/fingerShaped 접근으로 변경
- LimbWeightControllerEditor, FingerShapedControllerEditor 삭제
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-07 23:21:12 +09:00 |
|
|
|
64a2069b69
|
Refactor : TwoBoneIKSolver를 Serializable 모듈로 전환
- TwoBoneIKSolver: MonoBehaviour → [Serializable] 클래스
- Start()/Update() → Initialize(Animator)/OnUpdate()
- CRS에서 ikSolver 필드로 소유 및 호출
- FootGroundingController/LimbWeightController: GetComponent<TwoBoneIKSolver> → crs.ikSolver로 변경
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-07 23:04:55 +09:00 |
|
|
|
14874d5b6e
|
Fix : 리타겟팅 시스템 추가 패치
|
2026-03-07 00:14:16 +09:00 |
|
KINDNICK
|
9536426996
|
Fix : 의자 높이 보정 기능 패치
|
2025-12-01 03:36:18 +09:00 |
|
KINDNICK
|
5a0cc1a433
|
Fix : 기존 리타겟팅으로 롤백
|
2025-09-01 23:28:35 +09:00 |
|
|
|
f58543435a
|
Fix : 스크립트 속성및 설정 업데이트
|
2025-08-29 14:54:39 +09:00 |
|
|
|
5915440f39
|
Fix : 의자 높이 간의 조절 기능
|
2025-08-29 14:45:09 +09:00 |
|
|
|
f38a53e00e
|
Fix : 장갑 데이터 분석 부분 수정
|
2025-08-12 00:25:43 +09:00 |
|
|
|
8278a6d7c8
|
Fix : 장갑 모션데이터 전달 불량 수정
|
2025-06-22 22:35:35 +09:00 |
|
|
|
a17764e307
|
ADD : 로코코 장갑 기능추가
|
2025-06-17 23:40:17 +09:00 |
|
|
|
12593ed999
|
Fix : 코드 수정사항 패치
|
2025-05-06 10:17:39 +09:00 |
|
KINDNICK
|
ed72287a5c
|
ADD : 스트리밍글 초기 설정파일 업데이트
|
2025-04-25 21:09:24 +09:00 |
|