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_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_PSDLayer v1.2

Here’s a small update to the hos_PSDLayers eyeonscript. What’s new in v1.2: Added Prefix string Added saveSettings and loadSettings for newly created Loaders, so they ‘inherit’ the original PSD Loader settings (needs further testing though, as Global In and Out seem to do their usual freaky shit.) visit the original post or download below download…

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…

Fusion: hos_SplitEXR_V1.3

Updated the plugin with a very small feature request, this needs proper testing to see it works in all possible pipelines. The script now renames the newly created loaders to the channel prefix of the group it contains (so SPEC:specular.camera.R,G,B,A creates a Loader with SPEC as name) visit the original post for the update

Fusion : hos_SplitEXR v1.2

Updated the hos_SplitEXR script to version 1.2. This version should have the ’attempt to index global ‘tool’ (a nil value)’ error fixed. I still have no idea why this seemingly random error occurred, but adding the extra TOOLST_Clip_FormatName check seems to have fixed it (at least i can’t reproduce it anymore as i could before.)…

Fusion : hos_incrementalSave v1.2

Here’s an update to the incremental save script, for some reason the pattern matching function returned a nil value when a certain file name used (for example ‘vfx_shot_01_31-448.comp’ would break the gsub function somehow.) So, as for changes made in this version : Changed the incremental save file pattern matching. visit the original post for…

Fusion : HoS_PixelMapper.plugin v1.1 update

Been using the plug-in a bit and added some  features and made some changes (some of which change the resulting output to the previous version.) changes v1.1 Added a Flip X, Flip Y and Rotate option so it is possible to flip the mapping image or rotate it in 90 degree steps (these operations happen…

Fusion : hos_incrementalSave.eyeonscript update

Updated the incremental save script for Fusion to version 1.1. The following changes where made: Creating the backup incremental file now uses the os.rename function to move the file, this worked in Lightwave and seems to behave the same in Fusion, this prevents the DOS box popup on saving. Renamed the script to match our…