Skip to content

Instantly share code, notes, and snippets.

View caron's full-sized avatar
🤖
tinkering...

Steven Caron caron

🤖
tinkering...
View GitHub Profile
@caron
caron / DrawContents.canvas
Created May 10, 2016 00:06
Added support for Alembic Points
{
"objectType" : "Graph",
"metadata" : {
"uiTextColor" : "{\n \"r\" : 20,\n \"g\" : 20,\n \"b\" : 20\n }",
"uiNodeColor" : "{\n \"r\" : 170,\n \"g\" : 130,\n \"b\" : 100\n }",
"uiGraphZoom" : "{\n \"value\" : 0.6569217443466187\n }",
"uiTooltip" : "Draws all of the content of an alembic file providing several filters.",
"uiGraphPan" : "{\n \"x\" : 33.15381622314453,\n \"y\" : -371.6441650390625\n }"
},
"title" : "DrawContents",
@caron
caron / setupDorito()
Created October 15, 2012 23:50
working version of this code... http://www.softimageblog.com/archives/209
#imports
import win32com.client
from win32com.client import constants
from win32com.client import Dispatch
#globals
xsi = Dispatch( "XSI.Application" ).Application
xsiPrint = xsi.LogMessage
def setupDorito():