Bug 289189 - bumpmap filter is broken
Summary: bumpmap filter is broken
Status: RESOLVED INTENTIONAL
Alias: None
Product: krita
Classification: Applications
Component: Filters (show other bugs)
Version: git master (please specify the git hash!)
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 12:03 UTC by Halla Rempt
Modified: 2012-04-23 13:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
example of image to create a bump map for (22.41 KB, image/png)
2012-03-03 22:48 UTC, Roald Osinga
Details
result of the process (27.58 KB, image/png)
2012-03-03 22:49 UTC, Roald Osinga
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Halla Rempt 2011-12-17 12:03:55 UTC
The bumpmap filter is broken. It basically doesn't do anything atm.
Comment 1 Halla Rempt 2012-02-29 18:02:15 UTC
Git commit 1eca36a8747499d1a42a2a8da91ba84acc88cee2 by Boudewijn Rempt.
Committed on 29/02/2012 at 15:33.
Pushed by rempt into branch 'master'.

2.4 RELEASE: disable bumpmap, emboss

Re-enable and fix after the release

REVERT after 2.4

M  +2    -2    krita/plugins/filters/CMakeLists.txt

http://commits.kde.org/calligra/1eca36a8747499d1a42a2a8da91ba84acc88cee2
Comment 2 Roald Osinga 2012-03-03 22:48:07 UTC
Created attachment 69263 [details]
example of image to create a bump map for

I also experienced problems with the bump maps. It looks like creating a bump map of the attached file fails somewhere during the process. In another attachment I'll post the result
Comment 3 Roald Osinga 2012-03-03 22:49:59 UTC
Created attachment 69264 [details]
result of the process

So this is is the result. I'll prepare the .kra - file by stripping everything. Let me know if you need it.
Comment 4 Roald Osinga 2012-03-03 22:54:14 UTC
It looks like the size of the picture gives problems, though my computer only uses 0,8GB of ram and no swap atm. Hopefully this gives you something to look for.
Comment 5 Halla Rempt 2012-04-23 13:47:46 UTC
We removed the bumpmap filter -- the phong bumpmap filter does the work instead.