Also, what about other plugins? have you try running any other plugin? Because if I'm not mistaken to run python on windows you have to install something first, but I'm not sure about that yet.
Why don't you make an announcement of the app to other sites, so you can get more help? Like gimpusers or even blenderartists. From what I've seen so far a lot of people are looking for this app. And now that you made it work for gimp 2.8.6 a lot of people will want to help you with it, especially from the Blender and Gimp community. I can do that if you want, start threads to several sites, to have the app update faster. And all of the threads will pinpoint to only one site of your choice.
Why not take the code from an existing Filter with a preview window (and a sphere) and modify it, so it fits your likes. I just started studying python so I can't really help you with the code yet.
It doesn't work under Gimp 2.8.6 either. If you don't have time to modify it yourself, can you point us at some instructions to do it ourselves? Thank you in advance.
This is an older version for windows:
http://www20.zippyshare.com/v/56113619/file.html
(The download button is at the top right, looks like an ad :P )
I haven't even tried it. I use the standalone so I didn't check if it works, but why shouldn't it?
You can try the standalone program. It can be found here: https://sites.google.com/site/ccdsurgeon/download
Both for linux and windows. And for more documentation visit the blenderartist page here: http://blenderartists.org/forum/showthread.php?317041-Insane-Bump-2-0-ov...
For the gimp plugin, you'll have to wait for messie. He is the mastermind after all :D
Try open the InsaneBump.py file with a text editor (like notepad) and change the "32" with "64" everywhere if its a path line, like this one :
C:\Program Files\GIMP 2\32\lib\gimp\2.0\python\gimpfu.py
change it to :
C:\Program Files\GIMP 2\64\lib\gimp\2.0\python\gimpfu.py
Also, what about other plugins? have you try running any other plugin? Because if I'm not mistaken to run python on windows you have to install something first, but I'm not sure about that yet.
Why don't you make an announcement of the app to other sites, so you can get more help? Like gimpusers or even blenderartists. From what I've seen so far a lot of people are looking for this app. And now that you made it work for gimp 2.8.6 a lot of people will want to help you with it, especially from the Blender and Gimp community.
I can do that if you want, start threads to several sites, to have the app update faster. And all of the threads will pinpoint to only one site of your choice.
Why not take the code from an existing Filter with a preview window (and a sphere) and modify it, so it fits your likes.
I just started studying python so I can't really help you with the code yet.
Works perfectly! Thank you very much for the quick reply. If you want help with any other project let us know, we owe you one :)
It doesn't work under Gimp 2.8.6 either. If you don't have time to modify it yourself, can you point us at some instructions to do it ourselves?
Thank you in advance.