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 »

Complete snapping tools that do not erase undo history.
Attachments
SnappingScripts47.RsObj
(724.34 KiB) Downloaded 107 times
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 »

clintonman wrote: 31 May 2021, 19:33 Complete snapping tools that do not erase undo history.
Thanks Clinton!
I have been updating opening toolbars and floating panels using your util. Commands which does not have any entries into the History (Can not be undone)

Code: Select all

if(typeof(Clintons3dPlugin) == "undefined") {	System.Alert("Clintons3D Package plugin is Required!\n\nInstall the Clintons3dPlugin.rsx in the Package Manager and \nRestart trueSpace");return;};
Frame=WindowsManager.GetWindowsManagerNodeName();
WindowsManager.CloseToolbar("SnappingToolbar");
WindowsManager.OpenToolbarFromPrototype("SnappingToolbar",32,32,0,0);
util=System.CreateDO("Clintons3D Package/Utility functions");
util.Rename(Frame+"/"+Node.SubObject(Frame,Node.SubObjectCount(Frame)-1),"SnappingToolbarFrame");
WindowsManager.SnapFrameToFrameEx(WindowsManager.GetWorkWindow(),Frame+"/SnappingToolbarFrame",19,10,310,-120);
WindowsManager.SetFrameOwnerFrame(Frame+"/SnappingToolbarFrame",WindowsManager.GetWorkWindow());
With your new openSnappingToolbar script, you are using RsApp.RunScriptBuffer(cmd)
If I use UnDo after using this script, it creates a duplicate Snapping toolbar and both toolbar frame(s) are renamed Frame, 2 & Frame, 3
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: 31 May 2021, 20:19
clintonman wrote: 31 May 2021, 19:33 Complete snapping tools that do not erase undo history.
Thanks Clinton!
I have been updating opening toolbars and floating panels using your util. Commands which does not have any entries into the History (Can not be undone)

Code: Select all

if(typeof(Clintons3dPlugin) == "undefined") {	System.Alert("Clintons3D Package plugin is Required!\n\nInstall the Clintons3dPlugin.rsx in the Package Manager and \nRestart trueSpace");return;};
Frame=WindowsManager.GetWindowsManagerNodeName();
WindowsManager.CloseToolbar("SnappingToolbar");
WindowsManager.OpenToolbarFromPrototype("SnappingToolbar",32,32,0,0);
util=System.CreateDO("Clintons3D Package/Utility functions");
util.Rename(Frame+"/"+Node.SubObject(Frame,Node.SubObjectCount(Frame)-1),"SnappingToolbarFrame");
WindowsManager.SnapFrameToFrameEx(WindowsManager.GetWorkWindow(),Frame+"/SnappingToolbarFrame",19,10,310,-120);
WindowsManager.SetFrameOwnerFrame(Frame+"/SnappingToolbarFrame",WindowsManager.GetWorkWindow());
With your new openSnappingToolbar script, you are using RsApp.RunScriptBuffer(cmd)
If I use UnDo after using this script, it creates a duplicate Snapping toolbar and both toolbar frame(s) are renamed Frame, 2 & Frame, 3
will do.
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 54 for trueSpace7.61 Beta 8 Standalone Unofficial Update

May 31, 2021

viewtopic.php?f=55&t=3731

Update

Commands
Clintons3dPlugin.xml & init.js 'Add check for plugin'
The Clintons3dPlugin script runs every time trueSpace starts up if the Clintons3dPlugin is not Loaded or Installed
You will get an Alert to Install the Clintons3dPlugin.rsx plugin and the Package Manager will open

Toolbars
ClintonToolbar
PEButton LMB command 'Add util.Rename() & check for plugin'
NTBButton LMB command 'Add util.Rename() & check for plugin'
ITButton LMB command 'Add util.Rename() & check for plugin'
TBButton LMB command 'Add util.Rename() & check for plugin'

CustomCommands
NormalMove script & PE NormalMove widget 'Add util. Status & Commands and check for plugin'

staticSweepPlusScript 'Add check for plugin'

ctrlSelectionGroup 'Add util Status, Commands and check for plugin' Note: Needs old Status clean up!

Character FK Controls/openPanelFrame script 'Add utilitydata.Copy() & check for plugin'

SnappingScripts 'Update by Author - Clinton Reese

SnappingScripts/openSnappingToolbar script 'Add util.Rename() & check for plugin'

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 requried to be Installed and Loaded when using trueSpace!
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 »

Normal Move Widget uses less of the undo history.
Attachments
PE NormalMove04.RsObj
(184.04 KiB) Downloaded 106 times
Clinton Reese

http://clintons3d.com
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 »

Sweep path tool reduced to about 13 undos.
Attachments
sweepPathScript24.RsObj
(94.75 KiB) Downloaded 109 times
Clinton Reese

http://clintons3d.com
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 »

layers.js to replace the /web/js/layers.js file

This change scrolls the list when adding or removing a layer.
The problem it fixes is that when you add a layer the list goes to the top and you have to scroll down to the newly added layer.
When you remove a layer it also goes to the top. Now it stays in the "neighborhood" of the removed layer.
It also adds a simple effect when adding or removing layers. No animation, it just kind of pops in or out.
Attachments
layers.zip
(4.14 KiB) Downloaded 112 times
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 55 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 4, 2021

viewtopic.php?f=55&t=3731

Update

Yafaray Folder/YafaRay4tS 'Fix for the External Viewer(TGA_Viewer) & check for tif plugin' 'Author Clinton Reese'

YafaRay4tS Setup library
YafaRay4tS toolbar 'Add util.Commands and check for plugin'
YafaRay4tS.RsScn
Tiff Loader 'Add check for tif plugin'

CustomCommands
NURBSScripts/sweepPathScript 'Author Clinton Reese'
NormalMove 'Author Clinton Reese'
align and distribute 'Add util.Commands and check for plugin'
planeLoopSelect 'Add util.Commands and check for plugin'

Widgets
PE NormalMove 'Add X Sensitivity preferences panel'

Point Edit Widget(s)/End edit 'Add util.ClearStatusMessage(0);'
Normal Move preferences.png
Normal Move preferences.png (2.32 KiB) Viewed 2195 times
Components - Compositing library/Tiff Loader 'Add check for tif plugin'

web
Update Title(s)
colorpicker.html 'trueSpace Color Picker'
scenetree.html 'trueSpace Scene View'
layers.html 'trueSpace Layers'

layers.js Update 'Author Clinton Reese'



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 requried to be Installed and Loaded when using trueSpace!
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 »

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.
Attachments
layers.zip
(4.2 KiB) Downloaded 107 times
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 »

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