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
| # 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. | |
| # |
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
| ################################################################ | |
| # | |
| # h's hacky Houdini --> Fusion camera animation exporter | |
| # | |
| # Last mod: 20/3/2020 / [email protected] | |
| # | |
| # | |
| # | |
| # | |
| # Notes: |
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
| <!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 |
OlderNewer