Skip to content

Instantly share code, notes, and snippets.

View mkolar's full-sized avatar
💥
Building pipelines

Milan Kolar mkolar

💥
Building pipelines
View GitHub Profile
@mkolar
mkolar / action_thumbToChildren
Last active February 6, 2016 00:04
Ftrack Action that pushes thumbnail from selected entities to their direct parents
# :coding: utf-8
# :copyright: Copyright (c) 2015 Milan Kolar
import sys
import argparse
import logging
import getpass
import ftrack
@mkolar
mkolar / action_thumbToParent.py
Created February 6, 2016 00:01
Ftrack Action that pushes thumbnail from selected entities to their direct parents
# :coding: utf-8
# :copyright: Copyright (c) 2015 Milan Kolar
import sys
import argparse
import logging
import getpass
import ftrack