|
3rd party dll's
|
|
06-02-2016, 12:37 PM
Post: #3
|
|||
|
|||
|
RE: 3rd party dll's
I'll show the Python Client to give you an idea
Code: from ctypes import *Thea has a built in remote server which you can start from the command line ie thea -noshow -remoteserver then basically you just past commands and wait for a reply, like in the example you can get scene information and change it. Its only really any good for loading a scene getting information, engine cores, rendering settings, display (iso, fnumber) It can't do a lists of commands so you couldn't get the materials or change them, the only way I found was to write and xml material file and use merge to replace the original |
|||
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
3rd party dll's - nigec - 06-01-2016, 06:57 PM
RE: 3rd party dll's - dgud - 06-02-2016, 11:22 AM
RE: 3rd party dll's - nigec - 06-02-2016 12:37 PM
RE: 3rd party dll's - dgud - 06-02-2016, 12:46 PM
RE: 3rd party dll's - nigec - 06-02-2016, 01:49 PM
RE: 3rd party dll's - nigec - 06-03-2016, 11:54 AM
RE: 3rd party dll's - dgud - 06-03-2016, 01:13 PM
RE: 3rd party dll's - micheus - 06-03-2016, 04:20 PM
RE: 3rd party dll's - nigec - 06-03-2016, 04:53 PM
RE: 3rd party dll's - nigec - 06-06-2016, 04:17 PM
|
User(s) browsing this thread: 1 Guest(s)



