cpetry
(cpetry)
July 3, 2014, 5:28am
1
For everyone who needs a NormalMap Generator for Windows, Mac, Linux and whatever…:
I have build an online in-browser free normal map generator.
http://cpetry.github.io/NormalMap-Online/
Screenshot:
Please give feedback, post ideas or problems you encounter.
Greetz,
Christian
how about, that just tried it out , work’s perfectly. woho alway’s amazed at the thing’s the blender community puts out’s there. this is really gonna come in handy. great job, thank’s
Lamoot
(Lamoot)
July 3, 2014, 1:43pm
4
Not sure how it relates to Blender addons, but it’s a nice and useful tool with a live preview. It’s also platform independent, which is great.
Is there a chance for an offline version, even if it’s used locally in the browser?
As a suggestion a larger preview windows would be useful.
Other than that, good work
nice tool
@Lamoot : in your browser, open the normal map generator online page, then do: File->Save as-> something.html
then open that file, to use it offline. it will work
vvoovv
(vvoovv)
July 4, 2014, 8:38am
6
It’s possible to run it locally.
Download https://github.com/cpetry/NormalMap-Online/archive/gh-pages.zip , unpack it.
In the comand line:
cd to the directory containing index.html
python -m SimpleHTTPServer
The last command starts a simple local webbrowser.
Then open http://localhost:8000/index.html in your browser
Lamoot
(Lamoot)
July 7, 2014, 3:00am
7
@chaosbard , @vvoovv : thanks for the tip.
That’s great! Do you plan the ability to generate other maps such as the Crazy bump"?
This is really cool. Kinda reminds me of Knald a bit. As a suggestion: More types of 3d Models for the previewer. Maybe allowing for custom models?
cpetry
(cpetry)
July 17, 2014, 6:39am
10
Thank you very much!
I’m in the middle of my exams and don’t have much time at the moment.
For now I will only let it create normalmaps.
Perhaps when I got more time, I consider (like crazy bump) getting more info out of photos.
As for 3D-Models it would be more difficult… perhaps it’s possible for “.fbx”-files.
But I will see to it, that it is something you guys would really use from time to time!
That would be great!
BTW:
It will remain free and inside browser for as long as the internet lives! ^^
cpetry
(cpetry)
July 17, 2014, 7:25am
11
Lamoot:
Not sure how it relates to Blender addons, but it’s a nice and useful tool with a live preview. It’s also platform independent, which is great.
Is there a chance for an offline version, even if it’s used locally in the browser?
As a suggestion a larger preview windows would be useful.
Other than that, good work
Oh yes, larger preview is implemented! (magnify-icon)
I can’t understand why you would want to use it offline (it’s inside the browser anyway)
but yes you could do that with a python server.
BUT ! then no automatic updates for you
cpetry
(cpetry)
July 21, 2014, 3:25am
12
Added displacement map.
How would you want to change the displacement map?
For now I added a function to change contrast.
Try it out!
Greetz,
Christian
cpetry
(cpetry)
August 17, 2014, 10:26am
13
As you can see I added ambient occlusion maps.
I think I will add some explanations and help texts next.
cpetry
(cpetry)
December 9, 2014, 4:31am
16
Added some more features:
Downloadable filesize now much higher (browser specific ~ 600MB max)
Download file choosable with name and type as PNG or JPG (with compression settings)
Input dimensions (heightmap) are now equal to output dimensions
Simple filechooser
cpetry
(cpetry)
April 27, 2015, 11:21pm
19
Huge performance update!
Now switched to GPU with shaders for normal maps (all other maps will be updated too)
~90% faster calculation!
Please report any problems if you get any!
Great news :yes:
Edit
Something is wrong when I switch view to a different model …