Final trueSpace7.61 Beta 8 Std 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 trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

Some NURBS updates.

Added control point mesh visibility for curves and patches because sometimes you only want to see some of the control points but not all of them which can get messy
Removed the material nodes from the control point meshes - unused, only the points and lines matter

Altered the Uneditable command script inside the "Default object navigation widget/Enter edit mode
it will convert NURBS selections to NURBS control point selections instead of stopping, so a normal RMB can be used to edit any kind of NURBS selection
this also makes the Edit button on the NURBS objects obsolete
Attachments
polycurve02.RsObj
(84.31 KiB) Downloaded 105 times
polypatch02.RsObj
(81.52 KiB) Downloaded 103 times
Uneditable04.RsObj
(8.03 KiB) Downloaded 103 times
Clinton Reese

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

Test Update 42 for trueSpace7.61 Beta 8 Std Unofficial Update

May 8, 2021

Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 Standalone to a clean directory before installing this update. If you applied the previous Test Update to a clean directory, you do not need to Uninstall trueSpace7.61 Beta 8 Standalone before applying this new update.
This is a Beta Pre Release for TESTING the below updates and the included previous updates

Update

Widgets/Object Navigation Widget(s)

NURBS Scripts

tS761 Scene Animator
Add an Update script to the Watch Dog Event(s)
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 trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

Fix for the Flipbook 2 Alpha material used in the particle system.
The old one was using the red channel instead of the alpha channel. The sample counting number material included did not have an alpha channel.
Attachments
Flipbook 2 Alpha.RsObj
(224.79 KiB) Downloaded 101 times
Clinton Reese

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

Test Update 43 for trueSpace7.61 Beta 8 Std Unofficial Update

May 10, 2021

Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 Standalone to a clean directory before installing this update. If you applied the previous Test Update to a clean directory, you do not need to Uninstall trueSpace7.61 Beta 8 Standalone before applying this new update.
This is a Beta Pre Release for TESTING the below updates and the included previous updates

Update
ParticleScripts
Update
Flipbook 2 Alpha - Author Clinton Reese

pointCloneScript
Update 4/1/2021 - Author Clinton Reese
Modifications
Add
owner_out
Alert "Point Clone complete"
Updated Notes aspect
1 - 4 steps

unSelectable
Help aspect
Removed option to use previous Script Based unSelectable version

Snapping
Updated panel text
Select - Face, Edge, or Vertex
User avatar
trueBlue
Captain
Posts: 5208
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 »

Test Update 44 for trueSpace7.61 Beta 8 Std Unofficial Update

May 15, 2021

Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 Standalone to a clean directory before installing this update. If you applied the previous Test Update to a clean directory, you do not need to Uninstall trueSpace7.61 Beta 8 Standalone before applying this new update.
This is a Beta Pre Release for TESTING the below updates and the included previous updates

Update
unSelectable
Update
Unlock All
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 trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

This version of UnLookAt does not clear undo history and it takes up 1 undo :bananacool2: using the RsApp.RunScriptBuffer command.
Attachments
UnLookAt_4.RsObj
(9.3 KiB) Downloaded 104 times
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5208
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: 17 May 2021, 01:51 This version of UnLookAt does not clear undo history and it takes up 1 undo :bananacool2: using the RsApp.RunScriptBuffer command.
Awesome find! :bananacheers:
Definitely one for your Blog
Thank you! :D
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 trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

Here's another
Copy command using the same technique of RsApp.RunScriptBuffer
Result is it takes 2 undos no matter how many nodes are copied

The technique won't work everywhere. If several command nodes are used it won't work.
Just did a test on the CopyWindow and tS will crash if you try to undo it using the new technique.
Attachments
Copy04.RsObj
(5.7 KiB) Downloaded 101 times
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5208
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: 17 May 2021, 02:38 Here's another
Copy command using the same technique of RsApp.RunScriptBuffer
Result is it takes 2 undos no matter how many nodes are copied

The technique won't work everywhere. If several command nodes are used it won't work.
Just did a test on the CopyWindow and tS will crash if you try to undo it using the new technique.
If I comment out the following line, it only requires ONE undo and the selection still remains 8-)
// cmd += 'Space.Select(newSelection);'
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 trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

trueBlue wrote: 17 May 2021, 14:02
clintonman wrote: 17 May 2021, 02:38 Here's another
Copy command using the same technique of RsApp.RunScriptBuffer
Result is it takes 2 undos no matter how many nodes are copied

The technique won't work everywhere. If several command nodes are used it won't work.
Just did a test on the CopyWindow and tS will crash if you try to undo it using the new technique.
If I comment out the following line, it only requires ONE undo and the selection still remains 8-)
// cmd += 'Space.Select(newSelection);'
Interesting, so some commands add to the undo no matter how they're run.
Clinton Reese

http://clintons3d.com
Post Reply