Mailing List
Home
Forum Home
Softimage
Carrara
trueSpace
Dir3d-l
Maya - a powerful 3D animation and visual effects software
Macromedia Flash Development
Subjects
Cameras
scaleDown command
black out solved
Aircraft Tutorial
Mathematical XYZ ?
Its done This vs That
Its done first week
recommendations for screen video captures?
3DExplorer "Oddity "
New Director
ProTeam renewals
Fuel 's new websites (X post)
Blue peter create a make toy
targeting groups question
XPost: Shockwave 3D game ( sort of )
RES: RES: RES: Fish Modeling
Emitting particles from object intersection
Fuel 's new websites (X post)
Texturing
Big Break Contest Videos
New Plugins
Models and Texture on my updated site
Error Installing Patch tS6 6
Plasma?
Looking for Inspiration
Weird EMail Q
It 's done first week ?
Cherry not cranberry
New game
Camera Animation Problem
Particle plugins?
 
Import files for python

Import files for python

2004-12-21       - By Lars Nilsson

 Back
Reply:     1     2  

On Tue, 21 Dec 2004 04:10:06 -0500, RB <rblosat@(protected)> wrote:
> Hi All,
>
> I have been snooping around the python script files from
> Truespace66\scripts\primcrea.py.
>
> I pasted this portion of imports and cannot find the reference for
> trueSpace.
>
> I have found the others in .py format,  but I have not found any for
> trueSpace.
> Does anyone have a clue.
>
> import trueSpace
> import string
>
> import win32ui
> import win32api
> import dialog
> import win32con
>
> Thank you.
>
> Ralph Blosat

Have you downloaded the tS specific Python documentation at
http://www.caligari.com/download/tsx.asp?Cate=DTSX ? If you're looking
for the source for the trueSpace module, you won't find it. The
functionality is contained in the executables/dlls that make up the
core of trueSpace. The documentation at the link will give you an
(simplistic) overview of what is exported in it though.

Lars Nilsson