자꾸 질문하게되네요 프로그래밍쪽에 잘 몰라서...
orientataion constraints
postion constraints
사용방법을 알고싶어요.
제가 원하는거는 예를들면
box01 이라는 오브젝트를
바이패드 toe01에 orientataion constraints 이랑 postion constraints 를 걸어서
100% 따라가게 만들고 싶거든요. 스크립트로요.
관련 명령어를 모르겠어요 헬프파일봐도 모르겠고 어떻게 접근해야할지...
첫댓글 헬퍼에 나와있는대로 하면posCtrl = Position_Constraint()$box01.position.controller = posCtrlposConstraintInterface = posCtrl.constraintsposConstraintInterface.appendTarget $'Bip001 L Toe01' 100이렇게 되네요.
우와 감사합니다. 핼프파일 봐도 초보라 어떻게 해야할지 잘 이해가 안됬었는데 감사합니다~~
첫댓글 헬퍼에 나와있는대로 하면
posCtrl = Position_Constraint()
$box01.position.controller = posCtrl
posConstraintInterface = posCtrl.constraints
posConstraintInterface.appendTarget $'Bip001 L Toe01' 100
이렇게 되네요.
우와 감사합니다. 핼프파일 봐도 초보라 어떻게 해야할지 잘 이해가 안됬었는데 감사합니다~~