Skip to content

Instantly share code, notes, and snippets.

View whaison's full-sized avatar

whaison whaison

View GitHub Profile
@whaison
whaison / choco install git.shell
Last active February 12, 2017 04:22
choco install git
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> choco install git
Chocolatey v0.10.3
Installing the following packages:
git
By installing you accept licenses for the packages.
chocolatey-core.extension v1.0.6 [Approved]
@whaison
whaison / choco install git.shell
Created February 11, 2017 14:06
choco install git
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> choco install git
Chocolatey v0.10.3
Installing the following packages:
git
By installing you accept licenses for the packages.
chocolatey-core.extension v1.0.6 [Approved]
@whaison
whaison / choco install git.shell
Created February 11, 2017 14:06
choco install git
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> choco install git
Chocolatey v0.10.3
Installing the following packages:
git
By installing you accept licenses for the packages.
chocolatey-core.extension v1.0.6 [Approved]
@whaison
whaison / choco list -h.shell
Created February 11, 2017 13:17
choco list -h.shell
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> choco list -h
Chocolatey v0.10.3
List/Search Command
Chocolatey will perform a search for a package local or remote. Some
may prefer to use `clist` as a shortcut for `choco list`.
@whaison
whaison / choco -h .shell
Last active February 11, 2017 13:08
choco -h .shell
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> choco -h
This is a listing of all of the different things you can pass to choco.
Commands
* list - lists remote or local packages
* search - searches remote or local packages (alias for list)
@whaison
whaison / C_Pelvis_XYZ_to_Root_setting_Read.py
Created February 9, 2017 11:09
C_Pelvis_XYZ_to_Root_setting_Read.py | C_Pelvis_XYZ_to_Root_setting.txt
# -*- coding: utf-8 -*-
import os, sys
import re
#===================class Node=========================
"""
class C_Pelvis_XYZ_to_Root_setting_Write() :
Yen="\\"
FileName= "C_Pelvis_XYZ_to_Root_setting_Read__Log.csv"
#print("HD FULL PATH =")
#HD_FULL_PATH=os.path.abspath(__file__)
@whaison
whaison / FbxImport_WriteReadTrans_Z_00610.py
Created February 8, 2017 09:40
FbxImport_WriteReadTrans_Z_00610.py | pScene = <fbx.FbxScene object at 0x0000000002882EA0> | lGlobalSettings = <fbx.FbxGlobalSettings object at 0x0000000002882F28> | lTime =<fbx.FbxTime object at 0x0000000002A00730> | GlobalSettings_GetTimeMode_ = 3 | | FbxTime_GetFrameRate_ = 60.0 | pGlobalSettings.GetTimeMode() = 3 | lTimeModes_Arr_pGlobalSett…
# -*- 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 / ImportScene_00100.py
Last active February 7, 2017 12:56
ImportScene_00100.py included ||||||\from DisplayGlobalSettings import * from DisplayHierarchy import DisplayHierarchy from DisplayMarker import DisplayMarker from DisplayMesh import DisplayMesh from DisplayUserProperties import DisplayUserProperties from DisplayPivotsAndLimits import DisplayPivotsAndLimits from DisplaySkeleton import DisplaySke…
# -*- coding: utf-8 -*-
from fbx import *
import os, sys
import re
#===================class Node=========================
import FbxCommon
#===================class Node=========================
#====================================================
#================== DisplayCommon.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 / FBXSDK201701_fbxproj_ConvertScene00400main.cxx
Created February 7, 2017 08:07
FBXSDK201701_fbxproj_ConvertScene00400main.cxx
/****************************************************************************************
Copyright (C) 2015 Autodesk, Inc.
All rights reserved.
Use of this software is subject to the terms of the Autodesk license agreement
provided at the time of installation or download, or which otherwise accompanies
this software in either electronic or hard copy form.
****************************************************************************************/