Final trueSpace7.61 Beta 8 Std Unofficial Update

User avatar
clintonman
Captain
Posts: 5406
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

:bananathumb: Works for me.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5190
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

Update 66 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 19, 2021

viewtopic.php?f=55&t=3731

Update

default_layout.rsl

preobjects
LayerProperties.RsObj
LayerProperties2.RsObj
Frame Window New View.RsObj

Layouts - Configurations
Modify all layout rsl files with a new Scene.RsObj, Screen thumbnail, and removed tSMainWnd nodes
Scene panel.png
Scene panel.png (8.91 KiB) Viewed 2549 times

The included Plugins.xml file has the Clintons3dPlugin, Clintons3dPluginExt and Clintons3dRsView, Installed and Loaded to the default path: C:\trueSpace761Std
WARNING: These 3 plugins are required to be Installed and Loaded when using trueSpace!
User avatar
trueBlue
Captain
Posts: 5190
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

@ Clinton
I removed the clear history from the unSelectable scripts
Also added Utility functions commands
Seems the Utility functions commands error out inside a jScript Function
Can you check out the Unlock All script to see if you can add the Utility functions commands?
Edit: I found the problem
if the file does not exist and you try to delete it, the script will error out when using the Utility functions/Delete command

I do not think the RSXcheck VERSION part is working
Attachments
unSelectable.RsObj
(104.86 KiB) Downloaded 109 times
User avatar
clintonman
Captain
Posts: 5406
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

trueBlue wrote: 20 Jun 2021, 14:51 @ Clinton
I removed the clear history from the unSelectable scripts
...
Sounds good
trueBlue wrote: 20 Jun 2021, 14:51 ...
Also added Utility functions commands
...
Ok
trueBlue wrote: 20 Jun 2021, 14:51 ...
Seems the Utility functions commands error out inside a jScript Function
...
Do you mean a function set?
trueBlue wrote: 20 Jun 2021, 14:51 ..
Can you check out the Unlock All script to see if you can add the Utility functions commands?
Edit: I found the problem
if the file does not exist and you try to delete it, the script will error out when using the Utility functions/Delete command

I do not think the RSXcheck VERSION part is working
:?: I don't follow
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5190
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

Try this

Code: Select all

var util = System.CreateDO("Clintons3D Package/Utility functions");
util.Delete(Space.CurrentScene() + "/Something That Does NOT Exist Will create an Error")
So you should use 'if Node.Exist(etc...'
Node.Delete does not have this issue
User avatar
clintonman
Captain
Posts: 5406
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

trueBlue wrote: 21 Jun 2021, 18:18 Try this

Code: Select all

var util = System.CreateDO("Clintons3D Package/Utility functions");
util.Delete(Space.CurrentScene() + "/Something That Does NOT Exist Will create an Error")
So you should use 'if Node.Exist(etc...'
Node.Delete does not have this issue
Right.
Threw me off with "if file does not exist". Thought you were talking about the rsx file.

http://clintons3d.com/plugins/truespace ... index.html
From the webpage under section "No Undo Commands", "the associated nodes and connectors must exist for all these commands. Ex. if you try to delete a non-existent node it will error out"
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5190
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

Update 67 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 21, 2021

viewtopic.php?f=55&t=3731

Update

Window.Shortcuts.xml
tS761 Workspace Shortcut List.rtf
Removed
<RS_ACC KEY="F9" DESC="Show Object Render Attributes" GROUP="GLOBAL" COMMAND="D3DView.ShowRenderAttribsForObject('','');" /


Toolbars
ClintonsToolbar
Lock icon
Removed TagAlias

Unlock icon
RMB command Unlock All
Removed TagAlias

CustomCommands
unSelectable 'Author Clinton Reese June 21, 2021'
Removed floating popup
Removed script based locking
No longer adds node to the scene
Modifications
Change tS commands to Utility function commands
Fixed error in Unlock All script


The included Plugins.xml file has the Clintons3dPlugin, Clintons3dPluginExt and Clintons3dRsView, Installed and Loaded to the default path: C:\trueSpace761Std
WARNING: These 3 plugins are required to be Installed and Loaded when using trueSpace!
User avatar
trueBlue
Captain
Posts: 5190
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

Update 68 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 22, 2021

viewtopic.php?f=55&t=3731

Update

Mesh Editor Settings
Mesh Editor Settings panel.png
Mesh Editor Settings panel.png (9.83 KiB) Viewed 2511 times
Add Select Preferences title

Changed Front faces to Visible Geometry
Set Link to PE selection style
Checked = Select Visible geometry
Unchecked = Select All geometry 'Select through'

Add Save - Mesh Editor Settings button
Yes | No Question
Are you sure you want to overwrite the backup
Mesh Editor Settings?


The included Plugins.xml file has the Clintons3dPlugin, Clintons3dPluginExt and Clintons3dRsView, Installed and Loaded to the default path: C:\trueSpace761Std
WARNING: These 3 plugins are required to be Installed and Loaded when using trueSpace!
User avatar
trueBlue
Captain
Posts: 5190
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

Update 69 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 26, 2021

viewtopic.php?f=55&t=3731

Update

Copy.xml

Mesh Origin Author - Clinton Reese 6/25/2021

Toolbars
ClintonsToolbar/Lock & Unlock icons
Changed AgentID


The included Plugins.xml file has the Clintons3dPlugin, Clintons3dPluginExt and Clintons3dRsView, Installed and Loaded to the default path: C:\trueSpace761Std
WARNING: These 3 plugins are required to be Installed and Loaded when using trueSpace!
User avatar
trueBlue
Captain
Posts: 5190
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

@Clinton
How do you use SetNodeValueFloat(str, str, real) ?
I am getting an error

var util = System.CreateDO("Clintons3D Package/Utility functions");
//Node.Value("/Widgets/Select/Camera1/Activation/Automatic activation node", "Widget weight bias") = 2.000
util.SetNodeValueFloat("/Widgets/Select/Camera/Activation/Automatic activation node", "Widget weight bias", 2.000)

I tried this as well
aan = "/Widgets/Select/Camera/Activation/Automatic activation node"
util.SetNodeValueFloat(aan, "Widget weight bias", 1)
Post Reply