- San Francisco - CA
Pinned Loading
-
Cygwin Windows Installation
Cygwin Windows Installation 1@echo off
23set curdir=%~dp0
45if not exist "%curdir%\setup-x86_64.exe" (
-
Get Quicktime Media DateEncoded Exif...
Get Quicktime Media DateEncoded Exif data 1'''
2These are 5 different methods that attempt to retrieve the Quicktime property metadata "Media DateEncoded" from an 'mp4' file.
3'''
45import os
-
Recursively import all nested refere...
Recursively import all nested references in a Maya scene. 1// IMPORT ONLY TOP LEVEL REFERENCES
2string $references[] = `ls -type "reference"`;
3for ( $r in $references)
4{
5string $ref = `referenceQuery -filename $r`;
-
A quick way to reset the feather cur...
A quick way to reset the feather curves in Nuke's Roto node 1# Current frame on the timeline
2frm = nuke.frame()
34# Iterate over all Roto nodes
5for rotoNode in nuke.allNodes('Roto'):
-
Autodesk Maya tool with user interfa...
Autodesk Maya tool with user interface to fit a rigid transform to a set of locators. 1import numpy as np
2from math import sqrt
3import maya.cmds as cmds
4from maya.api import OpenMaya
5 -
Converts all keys and values of a di...
Converts all keys and values of a dictionary to ASCII strings 1import unicodedata
23def stringify_dictionary(dic):
4"""
5Converts all keys and values of a dictionary to ascii strings
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.