import bpy
import hou
import maya.cmds as mc
import nuke as nk
import pxr
class WhoAmI():
def __init__(self):
self.name = "Christopher Hosken"
self.role = "Generalist TD"
self.website = "cjhosken.github.io"
self.email = "hoskenchristopher@gmail.com"
def getEducation(self):
return "Bournemouth University"
def isWorking(self):
return [True, "Electric Theatre Collective", "R&D Intern"]
def getLocation(self):
return "London"
def getHobbies(self):
return {
"Sport" : ["Basketball", "Football", "Climbing", "Frisbee"],
"Music" : ["Guitar"]
}
Computer Animation Technical Arts student at Bournemouth University
✞
Highlights
- Pro
Pinned Loading
-
ncca-lab-scripts
ncca-lab-scripts PublicGo commands and other tools that are used in the NCCA Labs
Shell
-
NCCARenderFarmTools
NCCARenderFarmTools PublicMy attempt at improving the NCCA renderfarm.
Python 1
-
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.