Final trueSpace 7.61 Beta 8 Unofficial Update

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

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by clintonman »

Found a bug. Autokey on widget rotation only works with the right mouse button. Left mouse button gives no keys.
Clinton Reese

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

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

clintonman wrote: 15 Jun 2020, 03:30 Found a bug. Autokey on widget rotation only works with the right mouse button. Left mouse button gives no keys.
Looks like the LMB gesture was changed to a RMB gesture.
I am going to make all of the Object Navigation Widgets have the same Additional Shortcuts for the Arcs

Object Navigation Widget 1, 2, 3, 4, 5, and 6
Swapped the LMB State with the RMB State
Add Auto Key nodes to the RMB State, including 7 and 8

All Object Navigation Widget's Arcs Additional Shortcuts are the same

LMB + Drag on Arcs rotates from the Axis
RMB + Drag on Arcs rotates from object center
Arcs.png
User avatar
trueBlue
Captain
Posts: 5206
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

New Update for trueSpace7.61 Beta 8 Unofficial Update
viewtopic.php?f=55&t=3732
RC2 June 15, 2020

Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory before installing this update. This update precedes all previous updates and recommend that you delete any and all previous updates.

Object Navigation Widget 1, 2, 3, 4, 5, and 6
Swapped the LMB State with the RMB State
Add Auto Key nodes to the RMB State, including 7 and 8

All Object Navigation Widget's Arcs Additional Shortcuts are the same

LMB + Drag on Arcs rotates from the Axis
RMB + Drag on Arcs rotates from object center
Note: If you Flatten the Axis, RMB + Drag on Arcs rotates from object center no longer works, unless you Reset the Axis!

ParticleScripts/Particle Script Encaps/Particle/Constant Map Alpha D3D material
Add
Color Picker to the Solid Color Image script with a Watch Dog Event

Cameras.RsObj
Cameras.png
Camera & EntryPoint
Add
Bitmap Button Controls

Snapping.RsObj
Axis Snap.png
Reset Axis icon
Add
RMB = Flatten Axis

AutokeyWidgets.RsObj
AutoKeyframing.png
AutoKeyframing.png (1.64 KiB) Viewed 2170 times
Add
OnOff ColorData control
Red = Off
Green = On
User avatar
clintonman
Captain
Posts: 5422
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by clintonman »

Synchronize.jpg
Synchronize.jpg (47.06 KiB) Viewed 2159 times
This is my new version of the Synchronize script.

Restores the users selection after running.
Adds Protect Workspace settings. They all default to true.
Added a Cancel button to match the Workspace aspect.
Added "Default to Workspace Aspect". Defaults to true and opens in the Workspace panel. When false will load in with the Default aspect active instead.

My main motivation was not losing my selections and having the option to start in the Default aspect.
Attachments
Synchronize.RsObj
(243.55 KiB) Downloaded 117 times
Clinton Reese

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

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

Is there anyway to delete the Backup nodes and or even better, put them inside the Synchronize object?
User avatar
clintonman
Captain
Posts: 5422
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by clintonman »

trueBlue wrote: 16 Jun 2020, 14:09 Is there anyway to delete the Backup nodes and or even better, put them inside the Synchronize object?
I'll look into the delete backups. The protect workspace on my website has a "Remove Backup Scene Data" option not found on the Unofficial Update version. Don't want to put it inside because then it will exist in more than one place making it more difficult to maintain/update.
Clinton Reese

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

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

I found an issue with the NameBackupData
Steps
Run Activate/Deactivate twice in the same scene.
Second run does not back up the names
If you add
Node.Delete(Space.CurrentScene() + "/NameBackupData")
to the Activate button(S) it works
Edit: Deleting the NameBackupData does not play well with the Protect Workspace!!!

Also if you replace the code with
Node.Value("%THIS_NAME%", "DoDelete") = true
Activity.Run("%THIS_NAME%/Deactivate")
to the Cancel button(s) it works better.
The protect workspace on my website has a "Remove Backup Scene Data" option not found on the Unofficial Update version.
This is included in the Unofficial Update
User avatar
trueBlue
Captain
Posts: 5206
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

This works perfect for me!
Open Protect Workspace, enable 'Remove Bacukp Scene Data', and run Backup
Open Synchronize and run Activate and then Deactivate
Run Restore on Protect Workspace

If Synchronize could run Protect Workspace without opening it and run the above, that would be the best!!!
User avatar
trueBlue
Captain
Posts: 5206
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

Try dis... :mrgreen:
Synchronize.png
Synchronize.png (14.38 KiB) Viewed 2112 times
Attachments
Synchronize.RsObj
(236.56 KiB) Downloaded 127 times
User avatar
clintonman
Captain
Posts: 5422
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by clintonman »

Synchronize2.jpg
Synchronize2.jpg (57.26 KiB) Viewed 2074 times
You're right. the "Remove Backup Scene Data" is in there. It just wasn't in the Synchronize code.
I added it to the synchronize, default the value to true and the names protection works now.
Clinton Reese

http://clintons3d.com
Post Reply