-
This is very likely because aqsis_tex isn't memory efficient when downsampling: it simply reads the entire image into memory before doing any operations. Fixing this problem is probably a task for after the OIIO texture library integration. (OIIO may even have memory efficient downsampling already in which case we won't need to do anything!)
2009-12-07 07:13:10 UTC in Aqsis Renderer
-
c42f pushed 1 commit(s) to refs/heads/master in the aqsis Git repository of the Aqsis Renderer project.
2009-11-27 22:08:16 UTC in Aqsis Renderer
-
This patch is exactly right and is now committed, thanks!
2009-10-05 13:13:21 UTC in Aqsis Renderer
-
c42f committed revision 2896 to the Aqsis Renderer SVN repository, changing 3 files.
2009-10-05 13:13:10 UTC in Aqsis Renderer
-
Ok, this is now fixed courtesy of a patch from Ricardo Mayor on the mailing list. Thanks Ricardo!
2009-10-05 12:54:36 UTC in Aqsis Renderer
-
c42f committed revision 2895 to the Aqsis Renderer SVN repository, changing 4 files.
2009-10-04 00:48:30 UTC in Aqsis Renderer
-
This one is fixed as of 809e878bf2c58bd2d76b2cc6bfcc3671029f8b79.
The artifacts were due to incorrect filtering. There was a bad interaction between the bucket overlap caching and "rendering" of buckets which were fully outside of the crop region: The sample region of a bucket could be reduced in side due to application of a cache from a non-rendered bucket, and then reduced in size again...
2009-10-03 09:33:15 UTC in Aqsis Renderer
-
c42f committed revision 2893 to the Aqsis Renderer SVN repository, changing 3 files.
2009-10-03 02:09:29 UTC in Aqsis Renderer
-
This bugs seems to be something to do with the filtering code: it's only present when the filter width is exactly an even integer. So if I have a crop window in conjunction with
PixelFilter "gaussian" 4 4
I see the bug, but with widths of 3.9 3.9 or 4.00001 4.00001 the bug goes away!
2009-09-29 05:41:00 UTC in Aqsis Renderer
-
c42f committed revision 2892 to the Aqsis Renderer SVN repository, changing 1 files.
2009-09-28 07:38:48 UTC in Aqsis Renderer