Final trueSpace7.61 Beta 8 Std Unofficial Update

User avatar
clintonman
Captain
Posts: 5429
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: 04 Jun 2021, 21:29
clintonman wrote: 04 Jun 2021, 20:34 Small problem with the layers.js file
Looks like I only tested it outside of tS. The timed style changes weren't working because internet explorer (tS html control) doesn't work with standard commands. The fix is purely cosmetic and doesn't change the way the layers work.
That's cool! :worship:
Works for the tS Html control too :D

Is it okay to add these changes?
trueSpace Color Picker.png
0-255 and 0-359 labels look too busy to me.
Hex vs # label, meh, could go either way.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
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 56 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 5, 2021

viewtopic.php?f=55&t=3731

Update

CustomCommands

wsLayersGroup/loadIt
'Check scene for Workspace Layers 4 optional load version 3'

wsLayersGroup4/OpenLayersPanel
'Check scene for Workspace Layers 3 optional removal'

Web Server panel
Update
Open buttons 'Starts the Web Server'

web
Update 'Author Clinton Reese'
layers.js



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: 5214
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 57 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 5, 2021

viewtopic.php?f=55&t=3731

Update

CustomCommands

Select/Reorder
Fixed an issue with multiple selected items



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: 5214
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
Here is an updated Select script
Changes
Alphabetize - Scene & Selected Object

Opens a Link Editor if it is not open other wise it will fail
Status message if the process completed successfully if not an Alert that it failed

Still think it should include a truePause but not sure

Probably should add a warning in your UU doc about the Link Editor
The Link Editor should be at the scene level when using Alphabetize - Scene & Selected Object
Attachments
Select.RsObj
(95.54 KiB) Downloaded 110 times
User avatar
clintonman
Captain
Posts: 5429
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: 07 Jun 2021, 02:19 ...

Probably should add a warning in your UU doc about the Link Editor
The Link Editor should be at the scene level when using Alphabetize - Scene & Selected Object
Really? it looks like you fixed that problem. The LE is switching to the scene and to the selected object.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
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 »

Yes!
In the LE, navigate to System and run Alphabetize - Scene
You are right, the LE switches to the scene, but navigate back to System and you should see that System has been Arranged too! :shock:

Edit: This can be fixed by adding/replace the following to the A2Z script

Code: Select all

if(Question("Destructive Process!\nAre you sure you want to Alphabetize your scene?")) {
LE.OpenLocation(Space.CurrentScene());
Activity.Run(System.ThisOwner() + "/scene")
return;
}
And the following to the Reorder script

Code: Select all

if(Question("Destructive Process!\nAre you sure you want to Alphabetize the " + obj + "?")) {
LE.OpenLocation(firstsel);
Activity.Run(System.ThisOwner() + "/subobject")
return;
}
User avatar
clintonman
Captain
Posts: 5429
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 »

Great, so I don't need to add the note tot he manual.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
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 58 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 7, 2021

viewtopic.php?f=55&t=3731

Update

CustomCommands
NURBSScripts/Lath Curve/openPanelFrame
Select


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: 5214
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 59 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 9, 2021

viewtopic.php?f=55&t=3731

Update

CustomCommands
freezeTransforms 'Add util.commands & removed Clear History'
latheScript 'Add Clear History'


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: 5214
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 60 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 11, 2021

viewtopic.php?f=55&t=3731

Update

CustomCommands
Lath Sweep
Add - ClearStatus script
doit
Add - Check for original object
Add - util.SetStatusMessage("Creating Lathe...", 0)

latheArrayTemplate
Enable - Run automatically
Add - OpenToolPanelView script
update copies
Add - ScriptObject.Execute(owner + "/Array Watch Dog Event");
Export - Control In

Toolbars
WorkspaceMainMenu/File/New Scene
Add - Remove Markers


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!
Post Reply