This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "cudaTest.h" | |
CudaTest::CudaTest() | |
{ | |
} | |
void* CudaTest::creator() | |
{ | |
return new CudaTest; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |