OctaneRender™ for Blender 2.25 - 9.12 Linux [OBSOLETE]

Forums: OctaneRender™ for Blender 2.25 - 9.12 Linux [OBSOLETE]
Sub forum for plugin releases

OctaneRender™ for Blender 2.25 - 9.12 Linux [OBSOLETE]

Postby JimStar » Wed Jun 29, 2016 9:07 pm

JimStar Wed Jun 29, 2016 9:07 pm
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 repeating crash bug.


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 - v9.12 Linux

DEMO is available..

Blender Octane Edition DEMO - v9.12 Linux

For network slave and daemon please download standalone installer here:
viewtopic.php?f=24&t=52329


Please, if you decided to report a bug:

- Don't post here the reports about how Octane engine works - use the Octane Standalone forum sections for that.
- Give a meaningful description about what you think is wrong and how to reproduce it (in addition to screenshots if any). I can't solve the "one screenshot" rebuses without any meaningful description...
- If you use Google-translator to post here - check please what you got before posting it, and edit it before posting. Ask your friends to check it if you don't speak English.
- If you like to discuss something about the plugin - create a separate thread, don't flood in these testing threads please.

Any meaningless or rebus-like "reports" here will be deleted, just to keep the testing threads clean - because these threads are directly used as the source for fixing and improving the plugin.
Last edited by JimStar on Wed Aug 31, 2016 12:24 am, edited 1 time in total.
User avatar
JimStar
OctaneRender Team
OctaneRender Team
 
Posts: 3781
Joined: Thu Jul 28, 2011 8:19 pm
Location: Auckland, New Zealand

Re: OctaneRender™ for Blender 2.25 - 9.12 Linux [CURRENT]

Postby Synthercat » Sun Jul 03, 2016 6:50 am

Synthercat Sun Jul 03, 2016 6:50 am
Tried this on a fresh Mint 18 (BETA) setup because windows (9.12 Blender Octane) kept crashing my Octane server on project

Now....
I get a "error while loading shared libraries: libvpx.so.1: cannot open shared object file: No such file or directory"
Do I search and make link to that?
Linux Mint 19.3 | GTX-1080Ti | AMD FX-8320 (OCed 4.4GHz) | 16GB RAM
User avatar
Synthercat
Licensed Customer
Licensed Customer
 
Posts: 284
Joined: Mon Aug 30, 2010 11:12 am
Location: Thessaloniki Greece

Re: OctaneRender™ for Blender 2.25 - 9.12 Linux [CURRENT]

Postby afecelis » Tue Jul 05, 2016 7:11 pm

afecelis Tue Jul 05, 2016 7:11 pm
Synthercat wrote:Tried this on a fresh Mint 18 (BETA) setup because windows (9.12 Blender Octane) kept crashing my Octane server on project

Now....
I get a "error while loading shared libraries: libvpx.so.1: cannot open shared object file: No such file or directory"
Do I search and make link to that?


Hi Synthercat,
That's one of the issues when running the latest and greatest version of mint (and other linux-based OSs). No problem here with Linux Mint 17.2. Try doing a symlink to the library and see if it starts. ;)

regards,
Alvaro
Win10 Pro | Geforce GTX1070 8gb Vram X2 (display/render) | Intel Core I7 4770K 3.5GHz | 32GB DDR3 1600 Ram |Nvidia 378.78 drivers | Cuda 8.0 | Blender/Modo/Sketchup
User avatar
afecelis
Licensed Customer
Licensed Customer
 
Posts: 188
Joined: Sun Jan 17, 2010 4:26 pm
Location: Bucaramanga, Colombia

Re: OctaneRender™ for Blender 2.25 - 9.12 Linux [CURRENT]

Postby grimm » Tue Jul 05, 2016 9:20 pm

grimm Tue Jul 05, 2016 9:20 pm
I'm running 17.3 with no issues so far.
Linux Mint 20 x64 | Nvidia GTX 980 4GB (displays) RTX 2070 8GB| Intel I7 5820K 3.8 Ghz | 32Gb Memory | Nvidia Driver 460.56
User avatar
grimm
Licensed Customer
Licensed Customer
 
Posts: 1321
Joined: Wed Jan 27, 2010 8:11 pm
Location: Spokane, Washington, USA

Re: OctaneRender™ for Blender 2.25 - 9.12 Linux [CURRENT]

Postby Synthercat » Thu Jul 07, 2016 7:29 am

Synthercat Thu Jul 07, 2016 7:29 am
For all you with a fresh install of Mint 18 :

1.
Code: Select all
cd /usr/lib/x86_64-linux-gnu
sudo ln -s libvpx.so.3 libvpx.so.1
sudo ln -s libopenjpeg.so.1.5.2 libopenjpeg.so.2


2.
Then just create a launcher that points to a text file that contains this :
OctaneServer &
/usr/local/OctaneBlender/blender

3.
Right click that text file and go to properties
Go to Permissions and click Allow executing file as program
Linux Mint 19.3 | GTX-1080Ti | AMD FX-8320 (OCed 4.4GHz) | 16GB RAM
User avatar
Synthercat
Licensed Customer
Licensed Customer
 
Posts: 284
Joined: Mon Aug 30, 2010 11:12 am
Location: Thessaloniki Greece

Re: OctaneRender™ for Blender 2.25 - 9.12 Linux [CURRENT]

Postby afecelis » Thu Jul 07, 2016 11:10 pm

afecelis Thu Jul 07, 2016 11:10 pm
Synthercat wrote:For all you with a fresh install of Mint 18 :

1.
Code: Select all
cd /usr/lib/x86_64-linux-gnu
sudo ln -s libvpx.so.3 libvpx.so.1
sudo ln -s libopenjpeg.so.1.5.2 libopenjpeg.so.2


2.
Then just create a launcher that points to a text file that contains this :
OctaneServer &
/usr/local/OctaneBlender/blender

3.
Right click that text file and go to properties
Go to Permissions and click Allow executing file as program


Great! thanks a lot! :D
Win10 Pro | Geforce GTX1070 8gb Vram X2 (display/render) | Intel Core I7 4770K 3.5GHz | 32GB DDR3 1600 Ram |Nvidia 378.78 drivers | Cuda 8.0 | Blender/Modo/Sketchup
User avatar
afecelis
Licensed Customer
Licensed Customer
 
Posts: 188
Joined: Sun Jan 17, 2010 4:26 pm
Location: Bucaramanga, Colombia

Re: OctaneRender™ for Blender 2.25 - 9.12 Linux [CURRENT]

Postby Synthercat » Fri Jul 08, 2016 10:15 am

Synthercat Fri Jul 08, 2016 10:15 am
I get the "Color management: using fallback mode for management" message on terminal and color management does not work (I am locked to sRGB and can't change it)
Normal blender downloaded to a folder and run from there has a working color management and does not produce that warning on terminal
Linux Mint 19.3 | GTX-1080Ti | AMD FX-8320 (OCed 4.4GHz) | 16GB RAM
User avatar
Synthercat
Licensed Customer
Licensed Customer
 
Posts: 284
Joined: Mon Aug 30, 2010 11:12 am
Location: Thessaloniki Greece

Re: OctaneRender™ for Blender 2.25 - 9.12 Linux [OBSOLETE]

Postby JimStar » Wed Aug 31, 2016 12:26 am

JimStar Wed Aug 31, 2016 12:26 am
Next version HERE.
User avatar
JimStar
OctaneRender Team
OctaneRender Team
 
Posts: 3781
Joined: Thu Jul 28, 2011 8:19 pm
Location: Auckland, New Zealand

Return to Releases


Who is online

Users browsing this forum: Google [Bot] and 3 guests

Thu Apr 18, 2024 12:37 pm [ UTC ]