trueSpacePlugins.com

...a trueSpace developer community

  • Increase font size
  • Default font size
  • Decrease font size
trueSpacePlugins.com

Scheduled Server Maintenance

E-mail Print PDF

We will be undertaking server maintenance today (4/9/2010) around noon EST. The server may be offline or some features unavailable during this time. We appologize for any inconvience to our users during this system update.

 

Blender Fluid Sim Importer Now Free

E-mail Print PDF
User Rating: / 1
PoorBest 

The trueSpace Workspace plugin for importing blender fluid simulations is now free.

The plugin provides extended capabilities; namely:

* use multiple copies of a single fluid simulation within the same scene

* adjust the start time of each instance of a fluid simulation within a scene

* reverse playback of a fluid simulation instance

* rotate, scale, and translate individual instances of a fluid simulation

 

The fluid simulation package and sample dataset can be found here:

 

http://www.truespaceplugins.com/froo/

 

In addition, there are videos donated by Igor K. Handel, for Rigging Fundamentals in trueSpace 7.61, Workspace side. 

 

The source code for the fluid simulation importer will be released shortly. The goal will be to encourage development of addtional trueSpace Workspace plugins. If you're interested in making plugins, this is a great place to start. The plugin developers here at truespaceplugins.com are available to answer questions along the way. 

 

Enjoy!

 

Good and Bad Assumptions in Coding

E-mail Print PDF
User Rating: / 9
PoorBest 
When developing and writing code, it is important to carefully analyze your assumptions. The wrong assumption can lead to  extended development  and debugging time. Yes, I am speaking from experience. Laughing
Last Updated on Sunday, 09 August 2009 16:43 Read more...
 

String Passing Between JScript and C++

E-mail Print PDF
User Rating: / 12
PoorBest 

Sometimes when you write plugins, there will be times when you need to pass a string from jscript to C++, and vice versa. I ran into a situation like this with the OBJ Exporter. A user requested procedural animation export support.

Last Updated on Sunday, 09 August 2009 16:42 Read more...
 

Getting started writing scripts in trueSpace

E-mail Print PDF
User Rating: / 3
PoorBest 

JScript and VBScript

There are two scripting languages supported by the Workspace architecture trueSpace: JScript and VBScript. The implementation supports the standard VB and JScript built-in objects as can be found in thier MSDN pages:

MSDN - JScript
MSDN - VBScript

The most commonly used built in features used when scripting in trueSpace are the String, Math, and Number objects, but there's nothing stopping you from using any ActiveX object installed on the system, for example consider these two function calls:

var fso = new ActiveXObject('Scripting.FileSystemObject');
var shell = new ActiveXObject('WScript.shell');

Last Updated on Thursday, 18 June 2009 06:20 Read more...
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »


Page 1 of 2

Login

Poll

What type of trueSpace plugin would you most like to see next?
 

Who's online

We have 6 guests online