Skip to content

Instantly share code, notes, and snippets.

View DryreL's full-sized avatar
🏠
Working from home

Gökdeniz Çetin DryreL

🏠
Working from home
View GitHub Profile
@RiggingRanger
RiggingRanger / resetBindPose.py
Created August 3, 2020 02:19
Reset / Save Bind Pose in Maya
"""Reset bind pose for selected joints."""
import maya.cmds as cmds
cmds.dagPose(bindPose=True, reset=True)
@Srfigie
Srfigie / .gitattributes
Created February 2, 2020 14:30 — forked from nemotoo/.gitattributes
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf