Fusion : hos_PSDLayers 1.6

Here’s a small update to the hos_PSDLayers eyeonscript, this should work in Fusion 8 now as well. What’s new in v1.6: v1.6 Added checksum to see which fusion version is running v1.5 Fixed preference saving, iterating over the table needs to be done using pairs, rather than ipairs visit the original post or download below

Fusion: hos_SplitEXR 1.7

Added a Fusion version check to the script so it should work more reliably (when it detects a version below 7.5 the eyeon module is used, otherwise the bmd module is used.) Again, in order for it to work in Fusion 7 and 6, rename the extension back to .eyeonscript

Fusion: hos_SplitEXR 1.6

Seems like I forget to post this when it was updated (more than a year ago), so, my apologies. This version should work in Fusion 8 (in order for it to work in Fusion 7 and 6, rename the extension back to .eyeonscript)

Fusion : hos_DuplicateTool v1.1

Here’s a small update to the hos_DuplicateTool eyeonscript, seems i forgot to upload the fixed version a while ago. What’s new in v1.1: Added Fusion 7 support by using pairs to iterate over data. visit the original post or download below

Fusion : hos_PSDLayers 1.4

Here’s a small update to the hos_PSDLayers eyeonscript, forgot to fix Fusion 7 support, sorry for that folks. What’s new in v1.4: Added Fusion 7 support by iterating over tables by using ipairs. visit the original post or download below

Fusion: hos_SplitEXR 1.5

Fixed two errors that made the script unusable for everyone using Windows 7,8 or Fusion 7 Fixed the preference saving on Win 7 and 8. This is the same problem that occurs on all tools that use the script preference saving function this tool uses. Added Fusion 7 support by explicitly using ipairs when iterating…

Fusion : hos_PSDLayers 1.3

Here’s a small update to the hos_PSDLayers eyeonscript. What’s new in v1.3: Fixed an error on Win7/8 where a script no longer has permissions on the filesystem to dump the tool settings to any folder other than the user’s home directory. Fixed filmback aspect ratio problem (plane not matching camera fov) visit the original post…

Fusion: hos_Macro2Group eyeonscript

This simple tool script converts a Macro to a Group and vice versa. So, with that cleared up: download : hos_Macro2Group_v0.1.zip here To install, unpack into your ../Scripts/Tool folder. To use, RMB on the Macro/Group and choose scripts->hos_Macro2Group.

Fusion: hos_HeatMap version 0.1

Here’s a small comp script written just for fun, and maybe it may be of some use to someone. When you render a frame, each tool remembers the time it took to render (results may vary though per tool, situation or implementation), this script allows you to color all (or the currently selected) tools to…

Fusion: hos_SplitEXR_V1.4

Added some new placement options as per request. Created Loaders can now be placed on a grid (every nth loader the placement will start over on one axis and step one position further on the other axis.) Setting grid placement to 0 or 1 makes the script behave in the old way, setting the grid…