Page 1 of 1

Initialize Octane from python ?

Posted: Sun Jan 11, 2015 3:41 am
by hoddie
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() ???

Re: Initialize Octane from python ?

Posted: Sun Jan 11, 2015 5:08 am
by face_off
Hi - what outcome are you trying to achieve? If you open the Setup window (octanePlugin.UiManager.ShowSetupForm()), that will start and initialize Octane. Have you read the following blog posts?

http://poserphysics.blogspot.com.au/201 ... -from.html
http://poserphysics.blogspot.com.au/201 ... -data.html
http://poserphysics.blogspot.com.au/201 ... ering.html

Paul

Re: Initialize Octane from python ?

Posted: Sun Jan 11, 2015 8:06 am
by hoddie
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