質問編集履歴

2

書き換え

2015/09/08 10:01

投稿

44heee
44heee

スコア9

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- #fld = r'Z:\user\maya\python\rig' 階層をセット。この階層下にパッケージ characterization_rig_creation がある。
35
+ #fld = r'Z:\user\maya\python\rig' 階層をセット。この階層下にパッケージ chara_creation がある。
36
36
 
37
37
  fldA = r'Z:/user/maya/python/rig'
38
38
 
@@ -40,7 +40,7 @@
40
40
 
41
41
  sys.path.insert(0, fldA)
42
42
 
43
- print '# Add python path "%s as characterization_rig_creation package."' % fldA
43
+ print '# Add python path "%s as chara_creation package."' % fldA
44
44
 
45
45
  #
46
46
 

1

間違え

2015/09/08 10:00

投稿

44heee
44heee

スコア9

test CHANGED
File without changes
test CHANGED
@@ -28,8 +28,6 @@
28
28
 
29
29
  import maya.cmds as cmds
30
30
 
31
- import maya.OpenMaya as om
32
-
33
31
  import maya.mel as mel
34
32
 
35
33