Release 5/29/2024
viewtopic.php?t=3732
It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager
Unless there is any reported issues, this is the Final Release
.
Updates:
CustomScriptsStore
Update:
CCFunctionSet
Guard 'If Deformer exist return Not compatible with current tool' SDS+ and SDS-
CustomScriptsStore2
Update:
DeformScripts - Author Clinton Reese
Modifications:
Disconnect script 'Add var lines 77, 78, 79, 80'
Deformer
Incorporate Mesh Normals node in Deformer
CycleDeformer script 'If no DeformScripts, Load into trueSpace'
Widgets
Default object navigation widget
Enter edit mode
Update:
Uneditable - Author Clinton Reese
Modifications Add:
Code: Select all
if(Node.Exists(Node.FirstSelected() + '/Deformer')) {
if(!Node.Exists('Scripts/CustomCommands/DeformScripts'))
Node.AccessFnSet("Scripts/CustomCommands/CCFunctionSet").AddDeformer()
Activity.Run('Scripts/CustomCommands/DeformScripts/Disconnect')
System.Alert('Deformer has been Disconnected!\n\nUse - Reconnect')
Activity.Run('Scripts/CustomCommands/DeformScripts/openPanelFrame')
}