Search found 12 matches
- 24 Oct 2019, 11:19
- Forum: Repositorium
- Topic: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
- Replies: 10
- Views: 2687
Re: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
Added two movies and link to the scripts for them. 0JOOMomCgrU Text and scripts: https://biglode.com/ptsxpy-uforum/viewtopic.php?f=6&t=2360 Already autumn in the northern hemisphere? That is certainly true :-) xZ8a8gRP0VY Text and scripts: https://biglode.com/ptsxpy-uforum/viewtopic.php?f=6&t=108526
- 24 Apr 2019, 17:25
- Forum: Repositorium
- Topic: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
- Replies: 10
- Views: 2687
Re: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
Added two samples. ctlwyJqCz-E Text and script: https://biglode.com/ptsxpy-uforum/viewtopic.php?f=6&t=33 Before executing the script for above, you need to select the "Simple volumetric" by hand as a foreground shader. M5DDVG3kz0E Text and script: https://biglode.com/ptsxpy-uforum/viewtopic.php?f=6&...
- 13 Mar 2019, 18:43
- Forum: Scripts and SDK
- Topic: Foreground Shader selection from tsxAPI?
- Replies: 0
- Views: 709
Foreground Shader selection from tsxAPI?
In the Model side of tS7.x or tS5/6, how can we switch the mode of "Foreground Effects Shader" (e.g. to "Simple Volumetric") from a plugin? After I selected the mode by clicking the button, I can get/set the parameter value using tsxScene[GS]etShaderXXXXXX() API functions. But I would like to manipu...
- 10 Mar 2019, 18:21
- Forum: Repositorium
- Topic: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
- Replies: 10
- Views: 2687
Re: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
Thank you.
Added a sample script for collision detecting functions.
Text and script: https://biglode.com/ptsxpy-uforum/viewt ... p?f=6&t=30
(edited Oct 24 2019: Added link to each text and script.)
- 05 Mar 2019, 14:03
- Forum: Repositorium
- Topic: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
- Replies: 10
- Views: 2687
Re: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
Added two movies.
Text and script: https://biglode.com/ptsxpy-uforum/viewt ... p?f=6&t=16
Text and script: https://biglode.com/ptsxpy-uforum/viewt ... p?f=6&t=20
(edited Oct 24 2019: Added link to each text and script.)
Text and script: https://biglode.com/ptsxpy-uforum/viewt ... p?f=6&t=16
Text and script: https://biglode.com/ptsxpy-uforum/viewt ... p?f=6&t=20
(edited Oct 24 2019: Added link to each text and script.)
- 04 Mar 2019, 19:30
- Forum: Repositorium
- Topic: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
- Replies: 10
- Views: 2687
Re: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
I have an idea, maybe if you place it at the start of the path instead of the end then maybe it finds your dll first. Something like this: I'm sorry for confusing you. The code I wrote (mistakingly) in my first reply was not for loading pythonXX.dll but for loading ptsx2pysb66.dll etc. from ptsx2py...
- 04 Mar 2019, 07:04
- Forum: Repositorium
- Topic: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
- Replies: 10
- Views: 2687
Re: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
I have python 2.7 64bit installed on my system. Would I be able to use the python 3 32bit version of your plugin without any interference or problems from the other python? As I wrote to "Trouble Shooting" in FAQ page, unfortunately pythonxx.dll in the system directory interferes the plugin. - C:\W...
- 03 Mar 2019, 18:46
- Forum: Repositorium
- Topic: Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
- Replies: 10
- Views: 2687
Primitive tsxPython (ptsxpy), another Python interpreter plugin for tS series
I finished to remaster my old plugin, "primitive tsxPython" (ptsxpy), for tS4.3, tS5.1, tS6.0, tS6.6, and Model side of ts7.6*. Primitive tsxPython (ptsxpy) is another Python interpreter plugin for the trueSpace series. You can execute almost all tsxAPI functions defined in tSx (trueSpace extension)...
- 09 Jun 2018, 22:52
- Forum: General Discussion
- Topic: Are the tsxAPI*.doc redistributable? License terms?
- Replies: 4
- Views: 1611
Re: Are the tsxAPI*.doc redistributable? License terms?
Thank you for the replies.
I will prepare some original brief syntax documents that don't include information from the SDK as far as possible.
I will prepare some original brief syntax documents that don't include information from the SDK as far as possible.
- 07 Jun 2018, 13:10
- Forum: General Discussion
- Topic: Are the tsxAPI*.doc redistributable? License terms?
- Replies: 4
- Views: 1611
Are the tsxAPI*.doc redistributable? License terms?
I'm remastering my old plugin for trueSpace series as I wrote in: https://united3dartists.com/forum/viewtopic.php?f=4&t=5473 It works as an alternative Python interpreter, and users can call most tsxAPI functions described in tsxAPI*.doc using Python scripts. We were able to download SDKs freely fro...