Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View whaison's full-sized avatar

whaison whaison

View GitHub Profile
@whaison
whaison / ShowWSHInfo_sift_jis_00100_.vbs
Created February 5, 2017 04:34
ShowWSHInfo_sift_jis_00100_.vbs DebugLog
Option Explicit
'WScript.Echo "WSHの実行ファイル名:" & WScript.Name & vbCrLf & _
' "実行ファイルのあるフォルダ・パス:" & WScript.Path & vbCrLf & _
' "実行ファイルのフルパス:" & WScript.FullName & vbCrLf & _
' "バージョン:" & WScript.Version
'---------------------------
'Windows Script Host
'---------------------------
'WSHの実行ファイル名:Windows Script Host
@whaison
whaison / ShowWSHInfo_Shift_Jis00100.vbs
Created February 5, 2017 04:22
ShowWSHInfo_Shift_Jis.vbs v00100
Option Explicit
'WScript.Echo "WSHの実行ファイル名:" & WScript.Name & vbCrLf & _
' "実行ファイルのあるフォルダ・パス:" & WScript.Path & vbCrLf & _
' "実行ファイルのフルパス:" & WScript.FullName & vbCrLf & _
' "バージョン:" & WScript.Version
'---------------------------
'Windows Script Host
'---------------------------
'WSHの実行ファイル名:Windows Script Host
@whaison
whaison / DebugLogger00100.py
Last active February 3, 2017 10:48
DebugLogger00100.py >> GetKeyCurve00110.py |  WriteReadTrans_Z_00310.py | FbxImport_WriteReadTrans_Z_00610.py | DebugLogger00100.py
# -*- coding: utf-8 -*-
import os, sys
import re
#===================class Node=========================
class DebugLogger00100() :
Yen="\\"
FileName= "DebugLogger00100__Log.txt"
#print("HD FULL PATH =")
#HD_FULL_PATH=os.path.abspath(__file__)
#print("os.path.abspath(__file__) = " + HD_FULL_PATH)
@whaison
whaison / WriteReadTrans_Z_00310.py
Last active February 3, 2017 10:48
WriteReadTrans_Z_00310.py >>>>GetKeyCurve00110.py |  WriteReadTrans_Z_00310.py | FbxImport_WriteReadTrans_Z_00610.py | DebugLogger00100.py
# -*- coding: utf-8 -*-
import os, sys
import re
#===================class Node=========================
class WriteReadTrans_Z_00310() :
Yen="\\"
FileName= "WriteReadTrans_Z_00310__Log.csv"
#print("HD FULL PATH =")
#HD_FULL_PATH=os.path.abspath(__file__)
#print("os.path.abspath(__file__) = " + HD_FULL_PATH)
@whaison
whaison / GetKeyCurve00110.py
Last active February 3, 2017 12:45
GetKeyCurve00110.py>>> |  WriteReadTrans_Z_00310.py | FbxImport_WriteReadTrans_Z_00610.py | DebugLogger00100.py
# -*- coding: utf-8 -*-
import os, sys
import re
#===================class Node=========================
import DebugLogger00100
from fbx import *
import FbxCommon
from fbx import FbxAnimStack
import inspect
#===================class Node=========================
@whaison
whaison / FbxImport_WriteReadTrans_Z_00610.py
Last active February 3, 2017 13:13
FbxImport_WriteReadTrans_Z_00610.py >> GetKeyCurve00110.py |  WriteReadTrans_Z_00310.py | FbxImport_WriteReadTrans_Z_00610.py | DebugLogger00100.py
# -*- coding: utf-8 -*-
from fbx import *
import DebugLogger00100
import WriteReadTrans_Z_00310
import GetKeyCurve00110
#===================class Node=========================
import FbxCommon
#===================class Node=========================
class Node() :
def __init__(self, name, parent) :
@whaison
whaison / FbxImport_WriteReadTrans_Z_00510.py
Created February 3, 2017 08:09
FbxImport_WriteReadTrans_Z_00510.py
# -*- coding: utf-8 -*-
from fbx import *
import DebugLogger00100
import WriteReadTrans_Z_00310
#===================class Node=========================
import FbxCommon
#===================class Node=========================
class Node() :
def __init__(self, name, parent) :
self.name = name
@whaison
whaison / bb
Created February 3, 2017 08:03
cc
aa
@whaison
whaison / FbxWriteReadTrans_Z_00310.py
Last active February 3, 2017 08:09
FbxWriteReadTrans_Z_00310.py Visual Studio
# -*- coding: utf-8 -*-
import os, sys
import re
#===================class Node=========================
class WriteReadTrans_Z_00310() :
Yen="\\"
FileName= "WriteReadTrans_Z_00310__Log.csv"
#print("HD FULL PATH =")
#HD_FULL_PATH=os.path.abspath(__file__)
#print("os.path.abspath(__file__) = " + HD_FULL_PATH)
@whaison
whaison / DebugLogger00100.py
Last active February 3, 2017 08:09
DebugLogger00100.py visualstudio
# -*- coding: utf-8 -*-
import os, sys
import re
#===================class Node=========================
class DebugLogger00100() :
Yen="\\"
FileName= "DebugLogger00100__Log.txt"
#print("HD FULL PATH =")
#HD_FULL_PATH=os.path.abspath(__file__)
#print("os.path.abspath(__file__) = " + HD_FULL_PATH)