Clintons Blog

Search
Skip to content
  • Sample Page
    • Test Page
  • truespace rigging notes
  • trueSpace Scripting Matrix

Monthly Archives: August 2019

Uncategorized

tS Multidim Array Storage

August 25, 2019 Clinton Reese Leave a comment

Dimensional value for arrays is lost. When reloading a scene or copying a node the connector value will lose the dim value, it value will be 1. To fix must set the dim again before using it.

miscData = System.CreateDO("Common Data Package/Universal Array Data")
miscData.SetDim(2);
Uncategorized

trueSpace create connector

August 25, 2019 Clinton Reese Leave a comment
script command for making node connectors
Node.ConCreate('/Project/Space 3D/Cube', 'Note', 'string',2)
4 types of connector can be created: float, double, string, ulong
double and float both create float connectors
string creates a string connector
ulong creates an unsigned integer connector so negative numbers are not possible
there is no option to create boolean type connectors

scriptingtrueSpace

Clintons WordPress Blog

Recent Posts

  • One from four select
  • Saving and Loading Toolbars
  • trueSpace Toolbar Button Bug?
  • trueSpace Bool Control Unstable
  • trueSpace LE & Panel Button Bugs

Recent Comments

  • Clinton Reese on truespace rigging notes
  • Letha Antkowiak on truespace rigging notes

Archives

  • October 2022
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • January 2021
  • September 2020
  • April 2020
  • October 2019
  • August 2019
  • May 2019
  • March 2019
  • February 2019
  • January 2019
  • August 2018
  • March 2018
  • February 2018
  • May 2017
  • February 2017
  • November 2016
  • October 2016
  • February 2015
  • January 2015
  • November 2014
  • October 2014

Categories

  • rendering
  • test category
  • trueSpace
  • tS Scripting
  • turbocad
  • Uncategorized
  • unity
  • virtual reality

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress