- Move the casks to the new location
sudo mv /opt/homebrew-cask/Caskroom /usr/local| // UPGRADED TO SWIFT 3 | |
| // fn_lister.swift | |
| // MTB_Kit | |
| // | |
| // Created by Mel Massadian on 04/10/16. | |
| // Copyright © 2016 Mel Massadian. All rights reserved. | |
| // | |
| import Cocoa | |
| import Foundation | |
| import AppKit |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| // NORMALIZE in VEX for Houdini | |
| // Normalize input mesh (resize it to 1 unit) and centers it. | |
| //INIT | |
| vector min, max; | |
| getbbox(min, max); | |
| vector center = (min+max)/2; | |
| vector size = set(max.x - min.x,max.y -min.y,max.z - min.z); |
| #################################### | |
| # File name: edl_write # | |
| # Author: Mel Massadian # | |
| # Submission: 12/12/17 # | |
| #################################### | |
| import os | |
| import sys | |
| from timecode import Timecode |