Skip to content

Instantly share code, notes, and snippets.

@metalix00
metalix00 / blenderCmds.py
Created July 3, 2014 11:38
Blender Utilities
"""
Blender Utilities created by Alex Telford for Metalix Studios
alextelford.carbonmade.com
This file contains a sub section of the commands I have converted from Maya to Blender. Enjoy!
"""
import bpy
#from core.lib.types import fi, li, asList, parseArgs
#from blender.utils.nodeTree import addDriver
@metalix00
metalix00 / cudaTest.cpp
Created August 31, 2014 02:28
Example code for http://vfxcode.blogspot.co.nz/ cuda intro
#include "cudaTest.h"
CudaTest::CudaTest()
{
}
void* CudaTest::creator()
{
return new CudaTest;
}