Skip to content

Instantly share code, notes, and snippets.

@groakat
groakat / gist:e7d8394d57fd4d3fe016
Last active March 25, 2024 11:28 — forked from anonymous/gist:5663418
Blender python script to export the motion tracking markers to .csv files.
from __future__ import print_function
import bpy
import os
D = bpy.data
printFrameNums = True # include frame numbers in the csv file
relativeCoords = False # marker coords will be relative to the dimensions of the clip
proj_folder = os.path.join(bpy.path.abspath('//'))
@groakat
groakat / using_local_reveal.ipynb
Last active December 20, 2015 10:30 — forked from damianavila/using_local_reveal.ipynb
Changed RevealExporter to SlidesExporter to make it working with IPython 1.0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.