Page 1 of 2

OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [OBSOLETE]

Posted: Fri Oct 25, 2013 12:24 am
by JimStar
The Linux version of OctaneRender™ for Blender plugin, 64-bit.

Image


The bundle consists from two parts:
1. OctaneRender™ Server
2. Blender - OctaneRender™ edition.

The first part (server) should be run on the same computer as the second one..
After the server is run - you can start rendering (or open a rendered view) from inside Blender. Before the very first rendering you should fill in the server address (only 127.0.0.1 at the time), login and password (your license key info) to activate the server. After the first rendering the server will remember this activation info, and you will not need to enter it again.

You should use only OctaneRender materials inside Blender scenes - the plugin knows nothing about Blender specific materials and textures (about any Blender nodes, generally speaking).


FIXES AND NEW FEATURES SINCE LAST RELEASE
  • Fixed the UV-unwrap bug in Octane image textures.
  • Now Octane image textures are visible in Blender viewport.
  • LiveDB now is serialized as graph, not as tree. So, you should get no doubled nodes from now on...
  • Added Octane Imager preset.
  • Minor improvements and bug fixes...

Installation:
- Just run the installer to see its command line keys.;)
- If you need to run the OctaneServer - run it as daemon:

Code: Select all

# OctaneServer &

DOWNLOAD
Blender Octane Edition - v2.5 beta Linux (128MB autoinstaller file)

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 3:50 am
by grimm
Thanks Jimstar, I poked around a bit and it looks like it's running very well. LiveDB appears faster, but it could have been the materials I played with.

Any chance of adding a button to launch stand alone with the current scene? I wanted to do a quick turntable anim and because it's not in the plugin yet I was thinking that a launch button would be nice.

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 4:01 am
by JimStar
grimm wrote:Thanks Jimstar, I poked around a bit and it looks like it's running very well. LiveDB appears faster, but it could have been the materials I played with.
Yep, the LiveDB should be faster, as now it uses much less traffic, and creates less nodes not doubling them.
grimm wrote:Any chance of adding a button to launch stand alone with the current scene? I wanted to do a quick turntable anim and because it's not in the plugin yet I was thinking that a launch button would be nice.
It will be better to spend the work-time on the integrated animation features itself than on translation the scene back to standalone...;)
I will start working on Motion Blur in this plugin right now, so I think "Movable proxy" and "Camera only" animation modes are in the same chunk of work...

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 4:23 am
by grimm
No problem, I understand. Motion blur and animation stuff sound great too. Excellent! :D

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 5:04 am
by kaiwas
Hi!

OctaneServer 2.5 does`t start (

we have to use from 2.4.

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 6:18 am
by grimm
Hi

You probably have an previous version of the liboctane.so file in your path. Make sure to remove all the old libraries and just point to the new version.

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 6:21 am
by kaiwas
These files are not replaced by new ones when you install *. run?

try it

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 6:23 am
by grimm
Jimstar, after using the plugin for awhile the viewport or the render screen no longer updates as the render is running. It displays 1 sample per pixel and then stops. Only after the render stops at the max samples does it display the final render image.

The good news is that OctaneServer has been running for a long time and hasn't crashed on me yet. I will leave it running over night and see how it is in the morning.

Thanks,

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 6:32 am
by grimm
kaiwas wrote:These files are not replaced by new ones when you install *. run?

try it
I install mine manually because the install program doesn't work on my distro. I had this same error when I installed this new version. The reason for the error is that there are new functions in liboctane.so that are not in the older versions of the library. I put the library in /usr/lib64 but I still had an older version in /usr/lib. The OS finds the /usr/lib file before the /usr/lib64 directory is searched so the new version of the plugin tried to use an older version of the library and it will not work.

It's possible that Jimstar has changed how the installer works and it's placing the library in a different spot. You could go into your /usr/lib and /usr/lib64 and remove all liboctane.so files, then re-install. That would fix it, just be careful to not delete any other files. :)

Re: OctaneRender™ for Blender 1.20.2 - 2.5 beta Linux [CURRE

Posted: Fri Oct 25, 2013 6:52 am
by kaiwas
Thank you!
everything worked