Aqsis - Open source rendering software


Page 1 of 1
 
 

Post Aqsis - Open source rendering software

#1  melamkish 14 Mar 2006 04:21

I was doing a little research on rendering and ran across an open source, command line render software program called Aqsis (pronounced axis).  

From the website:

 "Aqsis is a high quality, photorealistic, 3D rendering solution. It complies with the Renderman® interface standard defined by Pixar.

Aqsis comprises a command line rendering tool, a tool for compiling shaders in the RSL language, a tool for preparing textures for optimal use, and various developer libraries to enable integration with third party tools.

Aqsis is licensed under the GPL license, with some parts under the LGPL."


Aqsis will render a RIB file (RenderMan Interface Bytestream) that can be exported by Poser 6, possibly earlier versions and other programs as well.

For those that like to try this type of software, the way is:

http://www.aqsis.org/xoops/modules/news/

Additional information on Renderman is located here:

http://www.renderman.org/RMR/index.html
 




____________
Too many projects, too little time.
 
avatar
 melamkish Gender: Male
Forums Veteran
Forums Veteran
Life + 1
Life + 1
 
Joined: December 2005
Location: Southeast Idaho
Posts: 462
Tomatoes 3560
Lemons 2820
hearts 0

  • Back to top Page bottom
 

Post 

#2  tda42 14 Mar 2006 08:04

Let me no when you get it to work. I havn't figured out where it will help me on Poser renders. Would like to see what a good render from it would do. Perhaps someone could do a tutorial on it using Poser. Thanks for the link.
 



 
avatar
blank.gif tda42 Gender: Male
...Pink Paws...
...Pink Paws...
Posette enthusiast
Posette enthusiast
Life + 1
Life + 1
Old Timer
Old Timer
 
Joined: November 2003
Location: Tennessee, The Great Polecat State
Posts: 2551
Tomatoes 22450
Lemons 12546
hearts 3910

  • Back to top Page bottom
 

Post 

#3  Posy 14 Mar 2006 08:04

And for my part, I would like to show it to you, but I can't.
 




____________
I won the Loebner prize !
 
avatar
it.png Posy Gender: Female
Posette enthusiast
Posette enthusiast
Life + 1
Life + 1
Renderosity Ban
Renderosity Ban
 
Joined: July 2003
Location: Pantigliate
Posts: 5073
Tomatoes 50470
Lemons 26123
hearts 99

  • Back to top Page bottom
 

Post 

#4  melamkish 14 Mar 2006 12:55

It was getting late when I found the site, so didn't do much reading, but the latest build is supposed to be stable.  I'll d/l this morning, and take a look.
 




____________
Too many projects, too little time.
 
avatar
 melamkish Gender: Male
Forums Veteran
Forums Veteran
Life + 1
Life + 1
 
Joined: December 2005
Location: Southeast Idaho
Posts: 462
Tomatoes 3560
Lemons 2820
hearts 0

  • Back to top Page bottom
 

Post 

#5  pangor 15 Mar 2006 04:45

Great a new Renderman compatible renderer!  It has been a while since Bluemoon went away.  I have been trying to work with a non-test Poser to POV-Ray export resder for a Radiosity but the traslation software is getting confused and making major mistakes with the texture map assignement.  Maybe this program can help.
 



 
avatar
 pangor 
Guest
 

  • Back to top Page bottom
 

Post 

#6  Tormie 15 Mar 2006 09:23

WOW ! It worths a try   !! Thank you melamkish   !!
 




____________
 
avatar
it.png Tormie Gender: Male
Posette enthusiast
Posette enthusiast
Life + 1
Life + 1
Renderosity Ban
Renderosity Ban
 
Joined: March 2003
Posts: 8280
Tomatoes 72512
Lemons 50450
hearts 5031

  • Back to top Page bottom
 

Post 

#7  pangor 15 Mar 2006 17:48

Tried the precompiled version for Linux, incompatible with my current installation of teh Standard C++ library.  Will have to try to compile it from source code.
 



 
avatar
 pangor 
Guest
 

  • Back to top Page bottom
 

Post 

#8  melamkish 15 Mar 2006 18:57

I tried a quick test with a Poser 6 exported RIB.  Got a parser error.  Will have to take some time this weekend to look at the docs.
 




____________
Too many projects, too little time.
 
avatar
 melamkish Gender: Male
Forums Veteran
Forums Veteran
Life + 1
Life + 1
 
Joined: December 2005
Location: Southeast Idaho
Posts: 462
Tomatoes 3560
Lemons 2820
hearts 0

  • Back to top Page bottom
 

Post Re: Aqsis - Open source rendering software

#9  melamkish 21 Mar 2006 00:50

It works...sort of

Went to Pixar's website and read the Renderman Compliant specification.  I then took a look at a test rib I exported from Poser and made a couple of hacks to the file.  I finally got a partially rendered scene with enough errors to give me an idea of where to go next.

It seems that Poser's RIB specifies an output about the size of a pin head. Looking at the first few lines of the RIB looks like this:

##RenderMan RIB-Structure 1.0
##Scene Saved
##Creator Poser 4.0
##Frames 1
version 3.03
FrameAspectRatio 1.000000
ScreenWindow [-1 1.000000 -1 1.000000]
Projection "perspective"  "fov" [36.960341]
Clipping .01 1000.0
FrameBegin 1
Transform [1.000000 0.000000 0.000000 0.000000 0.000000 0.996195 -0.087156 0.000000 0.000000 -0.087156 -0.996195 0.000000 0.019716 -0.359022 1.530000
1.000000]
WorldBegin

I made the following changes:

##RenderMan RIB-Structure 1.0
##Scene Saved
##Creator Poser 4.0
##Frames 1
version 3.03
Format 640 480 -1.0
FrameAspectRatio 1.000000
ScreenWindow [0 1.000000 0 1.000000]
Projection "perspective"  "fov" [36.960341]
Clipping 1 1000.0
FrameBegin 1
Transform [1.000000 0.000000 0.000000 0.000000 0.000000 0.996195 -0.087156 0.000000 0.000000 -0.087156 -0.996195 0.000000 0.019716 -0.359022 1.530000
1.000000]
WorldBegin

I added or changed the bold items.  The Transform line is supposed to translate the camera position, but it still gives a parser error.  Also, Aqsis wants Tiff format textures not Jpegs.

I finally got an image big enough to see, but it was dark.
 




____________
Too many projects, too little time.
 
avatar
 melamkish Gender: Male
Forums Veteran
Forums Veteran
Life + 1
Life + 1
 
Joined: December 2005
Location: Southeast Idaho
Posts: 462
Tomatoes 3560
Lemons 2820
hearts 0

  • Back to top Page bottom
 

Post 

#10  melamkish 21 Mar 2006 05:07

It's starting to work!  

Well, it seems the Format command has to be changed to render to your screen.  The screen window changes have to be made, also.  I haven't played with the Clipping other than to change it once.  Aqsis seems to ignore the parser error.

My assumption gathered from some of the Aqsis documentation about TIFF textures was correct.  My test file was Mayadoll in a bikini with hair and nothing else.  The rib file references the jpeg texture over 125 times.  Luckily I only had to convert about 5 or 6 jpegs to tif's.  Changing the file reference is another story.  With over 50,000 lines, notepad is very slow in finding and replacing anything.  

After I changed about half the file references to tif, I tried to render the rib file and got about half of a rendered picture.   

Since there was no background, everything without a texture was very dark, but the tif textured parts showed up nicely.  After the aniversary, I shall spend some more time trying to figure out how to get Aqsis to works completely.
 




____________
Too many projects, too little time.
 
avatar
 melamkish Gender: Male
Forums Veteran
Forums Veteran
Life + 1
Life + 1
 
Joined: December 2005
Location: Southeast Idaho
Posts: 462
Tomatoes 3560
Lemons 2820
hearts 0

  • Back to top Page bottom
 

Post 

#11  pangor 21 Mar 2006 08:58

I have gotten a render to work with this program.  After working a bit with hand editing of the RIB a bit as well.  IT seems though that the Poser 5 RIB export is a bit different than your version's export.

The format line already existed, but was sized to the workspace prefview size rather than that of the rende rsetting.  Have posted the results in the MBotW forum.
 



 
avatar
 pangor 
Guest
 

  • Back to top Page bottom
 

Post 

#12  melamkish 22 Mar 2006 04:52

Finally got a complete render, so the above settings are a start for working with Aqsis in Windows from a Poser output.  

Something I should mention.  The default rendered picture name was ri.pic a PICT format. I saved my RIB to my C: root directory to make it easy to find, and that is where I found ri.pic.

Should be able to save it in a tif format based on the tutorial I'm hacking from.
 




____________
Too many projects, too little time.
 
avatar
 melamkish Gender: Male
Forums Veteran
Forums Veteran
Life + 1
Life + 1
 
Joined: December 2005
Location: Southeast Idaho
Posts: 462
Tomatoes 3560
Lemons 2820
hearts 0

  • Back to top Page bottom
 

Post 

#13  pangor 22 Mar 2006 08:47

It already is a tiff file.  The output filename is ri.pic but the format is tiff.  Also the program expects all texture maps to be tiff files, if they are not they are converted on the fly at render time.  Pixie on the other had also requires tiff file for texture maps, but it won't convert files to tiff, it will simply treat every texture map reference as returning black, 0,0,0
 



 
avatar
 pangor 
Guest
 

  • Back to top Page bottom
 


HideWas this topic useful?
Link this topic
URL
BBCode
HTML

Page 1 of 1
 



Users browsing this topic: 0 Registered, 0 Hidden and 1 Visitor
Registered Users: None