Hello! I’ve just finished working on a script for Photoshop that combines normal maps using the “detail-oriented” technique described here: http://blog.selfshadow.com/publications/blending-in-detail/. The script takes all the visible layers from your document and combines them. It should work with 8 and 16 bit images. You…
Hey cptSwing, I've fixed the bug(s)! (at least I hope so :poly122:) I've uploaded the new version on my website (1.0.1). So now you should be able to successfully launch the application using the script in Photoshop CS2, it should also no longer tell you that you don't have any visible layer when in fact you do! (This was…
Hey man. Executing "Combine Normals" from the scripts submenu throws me an error: Error 21: undefined is not an object. Line:5 -> var index = filePath.lastIndexOf("/"); Attempting to execute CombineNormals.exe manually gives me the error "no layers are visible". I'm using an ancient Photoshop CS2, and using the 32bit…
Hmm, what kind of error message do you get when it crashes? I've never tested this on Photoshop CC, I'll download the trial and see if I can re-produce/fix it. EDIT: I've installed the trial, and everything seems to run fine, could you check if these files are in the right place? Combine Normals.jsx, CombineNormal_x64.dll…