Aqsis hosts its code at git://aqsis.git.sourceforge.net/gitroot/aqsis/aqsis.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:aqsis

See all merge proposals.

Aqsis has 2 active branches owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:aqsis
Series: testing
1 Development 2011-08-22 05:38:52 UTC
1430. Bugfix 3094580: -echoapi crashes with...

Author: Chris Foster
Revision Date: 2011-08-22 05:38:52 UTC

Bugfix 3094580: -echoapi crashes with procedurals

This bug was due to two problems:
* RibWriter unconditionally freed procedural data after printing the
  procedural. This left the renderer with a dangling pointer.
* RibWriter doesn't know how to print custom procedurals which have been
  dynamically loaded.

The solution taken here is to turn off all handling of procedurals for
the RibWriter instance used for echoing the API.

In order to make the output valid RIB, there's also some changes to the
TeeFilter class so that the RIB writer *End scope ending functions are
called after the main renderer's End functions. This ensures that
WorldEnd is printed after all procedurals are expanded.

lp:~vcs-imports/aqsis/trunk 1 Development 2009-04-11 22:18:11 UTC
1840. Bugfix for CqSampleIterator to avoid ...

Author: c42f
Revision Date: 2009-04-11 22:18:11 UTC

Bugfix for CqSampleIterator to avoid crash for empty CqRegions.

The CqSampleIterator interface (new in r2838) allowed invalid pixel access when
the CqRegion provided was empty. A check is inserted to fix this.

Also fixed a problem with invalid code inside an assert() which caused the
debug build to fail.

12 of 2 results
You can't create new branches for Aqsis.