Skip to content

Commit 146ff42

Browse files
committed
Merge pull request #33 from eral/SeparateMMDConverter
MMDConverterをPMDConverterとVMDConverterに分離
2 parents 3bc41fa + c368f7c commit 146ff42

File tree

6 files changed

+1563
-1566
lines changed

6 files changed

+1563
-1566
lines changed

Editor/MMDLoader/PMDLoaderWindow.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
using UnityEngine;
22
using System.Collections;
33
using UnityEditor;
4-
using MMD.PMD;
54

65
public class PMDLoaderWindow : EditorWindow {
76
Object pmdFile = null;
87
bool rigidFlag = true;
98
bool use_mecanim = false;
10-
PMDConverter.ShaderType shader_type = PMDConverter.ShaderType.MMDShader;
9+
MMD.PMDConverter.ShaderType shader_type = MMD.PMDConverter.ShaderType.MMDShader;
1110

1211
bool use_ik = true;
1312
float scale = 0.085f;

0 commit comments

Comments
 (0)