Get it on Google Play


Wm뮤 :: Wm뮤

블로그 이미지
가끔 그림그리거나 3D모델링하거나
취미로 로봇만드는
퇴직한 전자과 게임프로그래머
2020.3.48f1 , 2022.3.6f1 주로 사용
모카쨩
@Ahzkwid

Recent Comment

Archive


'전체 글'에 해당되는 글 1020건

  1. 19:01:13 캐릭터별 의상 익스포트 옵션
  2. 2024.05.15 블렌더 Basis 교체
  3. 2024.05.14 블렌더 웨이트 복사
  4. 2024.05.12 유니티 라이트 레졸루션 개별설정
2024. 5. 17. 19:01 게임/VRChat

 

.

 

마누카

'게임 > VRChat' 카테고리의 다른 글

VRChat 3인칭 카메라 사용법  (0) 2024.04.02
VRChat 발 들릴때 해결 방법  (0) 2024.03.22
VRChat 아바타 다리 돌아가는 문제 수정  (0) 2024.03.21
posted by 모카쨩
2024. 5. 15. 17:34 블렌더

 

 

 

 

이거로 교체하면 박살난다

 

 

먼저 쉐이프키를 다 지우고 Basis 카피본을 만든다

 

그리고 Basis를 지우면 바로 아래의 쉐이프키가 Basis가 되면서 전부 자동수정된다

 

 

그리고 카피본과 변경된 Basis의 이름을 맞춰준다

 

 

'블렌더' 카테고리의 다른 글

블렌더 웨이트 복사  (0) 2024.05.14
ヘッドホンパーカーセット 작업일지  (0) 2024.05.12
블렌더 텍스처 베이크  (0) 2024.05.11
posted by 모카쨩
2024. 5. 14. 13:04 블렌더

 

 

 

 

 

 

 

 

 

 

바지웨이트를 몸통에서 가져올것이다

 

 

 

 

 

 

포즈를 정자세로 정렬한다

 

 

 

옷을 누르고 바디를 누른다

 

 

 

 

Transfer Mesh Data

 

 

 

 

 

 

이렇게 설정하면 된다

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

'블렌더' 카테고리의 다른 글

블렌더 Basis 교체  (0) 2024.05.15
ヘッドホンパーカーセット 작업일지  (0) 2024.05.12
블렌더 텍스처 베이크  (0) 2024.05.11
posted by 모카쨩
2024. 5. 12. 12:01 Unity/C#

 

 

SettingLightResolution.unitypackage
0.00MB

 

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

[ExecuteAlways]
public class SettingLightResolution : MonoBehaviour
{
    public Light light;
    public int resolution = 256;
    // Start is called before the first frame update
    void Start()
    {
    }

    // Update is called once per frame
    void Update()
    {
        if (light==null)
        {
            return;
        }
        light.shadowCustomResolution = resolution;
#if UNITY_EDITOR
        UnityEditor.EditorUtility.SetDirty(light);
#endif
    }
}



어쩌다보니 만들게 됨

 

 

 

 

 

 

 

 

'Unity > C#' 카테고리의 다른 글

유니티 프리팹 드래그 드랍  (0) 2024.05.09
AutomaticShadowDistance  (0) 2024.04.18
c# Dictionary(딕셔너리) 관련  (0) 2024.03.19
posted by 모카쨩

  • total
  • today
  • yesterday

Recent Post

저사양 유저용 블로그 진입