Skip to content

Commit

Permalink
4.01
Browse files Browse the repository at this point in the history
VmdSizing_4.01_64bit.zip
http://xfs.jp/rFd6N6
・Bugfix: 「センター」がないモデルを変換先に指定すると落ちてしまっていたのを修正
  • Loading branch information
miu200521358 committed Oct 29, 2019
1 parent 5ceff54 commit a194589
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VmdSizing_32bit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
[],
name='VmdSizing_4.00_32bit',
name='VmdSizing_4.01_32bit',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
2 changes: 1 addition & 1 deletion VmdSizing_64bit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
[],
name='VmdSizing_4.00_64bit',
name='VmdSizing_4.01_64bit',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
3 changes: 3 additions & 0 deletions archive/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ https://github.com/miu200521358/vmd_sizing

�� �����@----------------------------------------

ver4.01�@�i2019/10/29�j
�@�@�EBugfix: �u�Z���^�[�v���Ȃ����f����ϊ���Ɏw�肷��Ɨ����Ă��܂��Ă����̂��C��

ver4.00�@�i2019/10/25�j
�@�@�E�J�����T�C�W���O�@�\�lj�
�@�@�E���ʒu���킹�I�v�V�����@�\�lj�
Expand Down
2 changes: 1 addition & 1 deletion src/VmdSizingForm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class VmdSizingForm3 ( wx.Frame ):

def __init__( self, parent ):
wx.Frame.__init__ ( self, parent, id = wx.ID_ANY, title = u"VMDサイジング ローカル版 ver4.00", pos = wx.DefaultPosition, size = wx.Size( 600,600 ), style = wx.DEFAULT_FRAME_STYLE|wx.TAB_TRAVERSAL )
wx.Frame.__init__ ( self, parent, id = wx.ID_ANY, title = u"VMDサイジング ローカル版 ver4.01", pos = wx.DefaultPosition, size = wx.Size( 600,600 ), style = wx.DEFAULT_FRAME_STYLE|wx.TAB_TRAVERSAL )

# 初期化(クラス外の変数) -----------------------
# モーフ置換配列
Expand Down
2 changes: 1 addition & 1 deletion src/sub_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def cal_center_z_offset(trace_model, replace_model, bone_name):

return True
else:
print("Zオフセットなし: %s: %s" % ( bone_name, replace_model.bones[bone_name].offset_z))
print("Zオフセットなし: %s" % ( bone_name ))

return False

Expand Down

0 comments on commit a194589

Please sign in to comment.