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
- hos_PSDLayersFusion 6.x, 7.x, 8.xversion: 1.6
- hos_PSDLayersFusion 6.x, 7.xversion: 1.4
- hos_PSDLayersFusion 6.xversion: 1.3
- hos_PSDLayersFusion 6.xversion: 1.2
- hos_PSDLayersFusion 6.xversion: 1.0
- show previous versions
- hide previous versions
The scripts seems nice, if I would get it working. Once I load any PSD file and activate the script, the log says it’s not a PSD file. I have Fusion 7.5 (black magic design). Any suggestion? Thanks.
Hi Steve, there was a bug in 7.5 that prevented psd files from working (all layers always showed the merged image). I haven’t tested it but maybe that throws off Sven’s script? You can get a fixed 7.6 from blackmagic (just register/download again for the free version).
Pingback: Fusion: Problem Solving | tomfosterctp
Good day!
Does this work in Fusion8.2 on Windows10?
I get this error when running the script:
attempt to index global โfileโ (a nil value)
Hi Maria,
seems the script fails with the bmd/eyeon module (this was fixed for the EXR script, but seeing this script uses the same preference saving functionality and thus has the same bug, i need to fix it here as well.)
In order to quickly fix it is be just editing the script and enter
return {}
on the line aftermyscriptprefs = function(op)
Cheers,
Sven
Hi Sven!
Just wanted to say your super script is still super awesome.
I used it alot back in 6.4 and Im trying to get it to work under 8.2.
I tried adding the line return {} on the line after myscriptprefs = function(op)
I thought i did it but now I get the following error:
[string “???”]:1: …lackmagic Design/Fusion 8/Scripts/Tool/hos_PSDLayers.lua:42: ‘end’ expected (to close ‘function’ at line 36) near ‘local’
Now I will admit I am complete n00b when comes to scripts so it could be I just did not understand where to add your quick fix in the script.
Can u point out what I am doing wrong?
With kind regards,
Albert ‘t Hooft
http://www.anikey.nl
Hey Albert,
it should work in Fusion 8 now as well, applied the same fix as with the OpenEXR script.
Hi Sven,
Thanks for having a look at your script again.
I updated the script to the 1.6 version.
but i got a different error message this time:
…lackmagic Design/Fusion 8/Scripts/Tool/hos_PSDLayers.lua:80: attempt to index global ‘file’ (a nil value)
Do i still need to apply the same fix as you previous stated :
return {} on the line after myscriptprefs = function(op)
Good news your custom menu did pop up this time so its off to good start ๐
Once again many thanks for your time!
Grtn,
Albert