Skip to content

Instantly share code, notes, and snippets.

@howiemnet
howiemnet / houdini_to_blender.py
Created August 22, 2019 15:31
Houdini to Blender camera animation exporter
# Houdini to Blender camera exporter thingy
# [email protected] / 22 Aug 2019
#
# v1.0: hacky but seemingly working
#
# Pop this into a toolbar button's script window in Houdini
# Select a camera (or a camera switcher) and press the button
#
# A newly generated python script is now on the clipboard.
#
@howiemnet
howiemnet / Houdini-->Fusion animation exporter thingy.py
Last active January 14, 2024 20:48
Early version of Houdini to Fusion animation exporter
################################################################
#
# h's hacky Houdini --> Fusion camera animation exporter
#
# Last mod: 20/3/2020 / [email protected]
#
#
#
#
# Notes:
@howiemnet
howiemnet / highlighter.html
Created May 17, 2023 14:06
Hacky JS file hilighter - takes a URL to a JS file (in the querystring - add ?file=https://url.to/my/javascript/file.js) and renders it nicely... -ish.
<!DOCTYPE html>
<html>
<body>
<div style="font-family: sans-serif; font-size: large; width: 100%; padding: 10px; margin:0 0 30px 0; border: 2px solid black;" id="titlebar"></div>
<div id="myDiv">
</div>
<script>
// h quick util: takes a querystring URL - ?file=URL_to_JS_file and renders out as hilighted JS