Search found 18 matches
- Mon Feb 16, 2015 7:15 pm
- Forum: DAZ Studio
- Topic: OcDS 2.1 PRE RELEASE 5th
- Replies: 595
- Views: 236693
Re: OcDS 2.1 PRE RELEASE 5th
As always thanks t_3 - a great achievement, its really stable and looking like a final product
- Sun Jan 11, 2015 8:06 am
- Forum: Poser
- Topic: Initialize Octane from python ?
- Replies: 2
- Views: 1397
Re: Initialize Octane from python ?
Handy Blog ! Will keep checking it for updates.
Thats the ticket, works great, had been messing around with .Py script to load up scene on startup with Octane running
Thanks
Thats the ticket, works great, had been messing around with .Py script to load up scene on startup with Octane running
Thanks
- Sun Jan 11, 2015 3:41 am
- Forum: Poser
- Topic: Initialize Octane from python ?
- Replies: 2
- Views: 1397
Initialize Octane from python ?
Hi there
been trying to initialize Octane from Python
on looking via python shell at modules UiManager etc seems there is a method initiateOctane
been trying to run this via shell
anyone any idea on how to instantiate ?
OctaneWrapper.UiManager.initiateOctane() ???
been trying to initialize Octane from Python
on looking via python shell at modules UiManager etc seems there is a method initiateOctane
been trying to run this via shell
anyone any idea on how to instantiate ?
OctaneWrapper.UiManager.initiateOctane() ???
- Sun Nov 09, 2014 10:06 pm
- Forum: DAZ Studio
- Topic: OcDS 2.1 PRE RELEASE 3rd
- Replies: 53
- Views: 21558
Re: OcDS 2.1 PRE RELEASE 3rd
Thanks t_3 your a hero this version is getting more and more stable by each time, much appreciated !
- Tue Jul 08, 2014 12:17 am
- Forum: DAZ Studio
- Topic: We need an update...
- Replies: 12
- Views: 5195
Re: We need an update...
Eeesh - reading over the daz forum, what a veritable can of worms; I remember having a wild guess on daz forum before regarding Reality having such a delay due to Daz "holding something back" and it was immediately removed for "speculation"; this kinda consolidates my suspicions. I guess its not in ...
- Sun Jun 29, 2014 1:28 am
- Forum: DAZ Studio
- Topic: We need an update...
- Replies: 12
- Views: 5195
Re: We need an update...
Damn I feel all bad for raising it now...so the ball is in Daz's court...I wouldn't be surprised if they are holding back been a few third party plugins held back, och well..heers's hopign it comes together someday
- Fri Jun 20, 2014 6:16 am
- Forum: DAZ Studio
- Topic: We need an update...
- Replies: 12
- Views: 5195
We need an update...
Upgrading to Daz 4.6.3.52 today - and Octane just doesn't function as intended anymore
1) Select Camera to focus doesn't always work
2) Upon starting octane with figure no materials are carried over
3) NGE material selector doesn't work anymore
4) Cant import and map daz textures to figure
5 ...
1) Select Camera to focus doesn't always work
2) Upon starting octane with figure no materials are carried over
3) NGE material selector doesn't work anymore
4) Cant import and map daz textures to figure
5 ...
- Sat Mar 08, 2014 4:20 pm
- Forum: DAZ Studio
- Topic: OcDS UPDATE v1.2.120.3430
- Replies: 38
- Views: 48176
Re: OcDS UPDATE v1.2.120.3430 - CURRENT
Noticed a bit of a bug in newest version of Daz 4.6.2.118 with Octane V1.2.120.3430
While Octane works flawlessly, it does seem to interrupt flow or execution of any other DSE's or plug ins
for example Reality 2.5
DEBUG: 0: Toolkit found: C:/Program Files/DAZ 3D/DAZStudio4/scripts/Reality ...
While Octane works flawlessly, it does seem to interrupt flow or execution of any other DSE's or plug ins
for example Reality 2.5
DEBUG: 0: Toolkit found: C:/Program Files/DAZ 3D/DAZStudio4/scripts/Reality ...
- Sun Jun 23, 2013 5:14 pm
- Forum: Poser
- Topic: OctaneRender® for Poser beta WIN - build 1.17a [STABLE]
- Replies: 51
- Views: 24302
Re: OctaneRender® for Poser beta WIN - build 1.17a [TEST]
Awesome thanks, I rarely require the settings from the Pz3
- Sat Jun 22, 2013 5:20 am
- Forum: Poser
- Topic: OctaneRender® for Poser beta WIN - build 1.17a [STABLE]
- Replies: 51
- Views: 24302
Re: OctaneRender® for Poser beta WIN - build 1.17a [TEST]
Hey Face off any chance of updating the little Launcher script for starting via python Palette ?
was...
import poser
import os, sys
(folder, bundle) = os.path.split(poser.AppLocation())
sys.path.insert(0, os.path.join(folder, "Runtime", "Python", "addons", "OctaneRender for Poser"))
import ...
was...
import poser
import os, sys
(folder, bundle) = os.path.split(poser.AppLocation())
sys.path.insert(0, os.path.join(folder, "Runtime", "Python", "addons", "OctaneRender for Poser"))
import ...