February 20, 2021
Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory before installing this update. If you applied the previous Test Update to a clean directory, you do not need to Uninstall trueSpace7.61 Beta 8 before applying this new update.
This is a Beta Pre Release for TESTING the below updates and the updates in the Final trueSpace7.61 Beta 8 Std Unofficial Update thread
viewtopic.php?f=4&t=5418
Updates
Workspace Layers 3
Update
Run automatically -> refreshlayers
Changed - Empty Color = 131,125,125
Add
HTML help floating panel
refreshlayers
Add
line 74
Code: Select all
//catch invalid values from mouse scroll wheel
myenum.SetStringAt(0,"menu");
myenum.SetSelectedString("menu");
reconnectwatchdog
Add
RsApp.ClearHistory()
replaceIt/.../open panel script
Update
Code: Select all
//System.Alert("Press the Refresh button to finish the replacement")
Activity.Run(scene + "/workspacelayers3/refreshlayers")
Update
RMB command
Code: Select all
if(Node.Exists(Space.CurrentScene() + "/workspacelayers3")
&& !Node.Exists(Space.CurrentScene() + "/workspacelayers3/Pause Activity")
|| Node.ConExists(Space.CurrentScene() + "/workspacelayers3", "DeepVisibility")) {
System.Alert("A newer version of Workspace Layers is available!");
UserInterface.OpenToolPanelViewEx2("" , "" , "Scripts/CustomCommands/wsLayersGroup", 3, 0, 0);
}else{
UserInterface.OpenToolPanelViewEx2("" , "" ,Space.CurrentScene() + "/workspacelayers3", 3,0,0);
}