Clintons Blog

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

Monthly Archives: June 2021

Uncategorized

trueSpace Bool Control Unstable

June 14, 2021 Clinton Reese Leave a comment

The value on some boolean checkboxes can be unstable and return an error condition. This function can be used to set the value before reading it.

function FixBoolConnector(boolnode, conn)
{
try {
inv = Node.Value(boolnode, conn);
} catch(err) {
if(Node.ConExists(boolnode, conn))
Node.Value(boolnode,conn) = false;
}
}
Uncategorized

trueSpace LE & Panel Button Bugs

June 14, 2021 Clinton Reese Leave a comment

If you open 2 link editor windows to the “/Preferences” the whole UI becomes unstable.

If you open a panel from a script button the undo history will be erased.

Oops, the panel button bug was already documented in May: http://clintons3d.com/wp/?p=283

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