Final trueSpace7.61 Beta 8 Std Unofficial Update

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 »

Thanks, that works coupled with a fix to the widget by saving the Selection Data
Add Selection Out to getnormals.png
Note: The highlighted red connection
Attachments
sliderReport.RsObj
(158.05 KiB) Downloaded 103 times
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 »

Update 81 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8

September 8, 2021

Please test this pre release

Rectangle Select widget
The attachment RectSelect Default.png is no longer available
Update Author - Clinton Reese 9/8/2021
New plugin based frustum selection method :worship:
Clintons3dPlugin.rsx version 1638430
Removed - Render Highlite
Created - Cancel encaps
Modified Default aspect
Add - Ray Tracing aspect

Note: When switching to Ray Tracing:
Enable - Ray Tracing - Default
Use - Division scrubber to change to Ray Tracing modes 8 - 128
Recommend closing the panel after setting optional modes
Personally, I only use the Default - Inside Rectangle and never open the panel
This mode is by far the most accurate!
RectSelect Ray Tracing.png
RectSelect Ray Tracing.png (6.18 KiB) Viewed 1840 times
PE Normal Move
Add
Save & Restore PE Selection

Default context widget
Add
Esc + LB click - Unselect
New - Unselect script:
if(!Node.Selection() || Node.ConExists(Node.Selection(), "Selection")) return;var PVT_LOCKED = 2;RsStackView.RemovePanelsFromCurrSelection(PVT_LOCKED, 0);var PVT_LOCKED = 1;RsStackView.RemovePanelsFromCurrSelection(PVT_LOCKED, 1);Space.Unselect()
RectSelect Default.png
RectSelect Default.png (5.93 KiB) Viewed 1840 times
Removed attachment due to 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 »

The 3D display of NURBS objects inside of groups are ruined after being hidden.
Here's a fix for it. it restores their appearance when shown again.

Fix NURBS ORA
DeleteORA
Show
ShowAll

Place all nodes inside /Scripts/Commands
Attachments
ShowNURBSFix.zip
(12.58 KiB) Downloaded 108 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: 09 Sep 2021, 20:02 The 3D display of NURBS objects inside of groups are ruined after being hidden.
Here's a fix for it. it restores their appearance when shown again.

Fix NURBS ORA
DeleteORA
Show
ShowAll

Place all nodes inside /Scripts/Commands
Working really great! :bananathumb:
I put the code in the NURBS Utilities Fix Render Attributes script which was not working
Also will call it from the RMB command in the Scene panel's Show Object Attribs button
Screenshot 2021-09-09 143720.png
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 »

Update 82 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8

September 10, 2021

Please test this pre release

Update
Clintons3dPlugin.xml
DeleteORA.xml
Show.xml
ShowAll.xml
Add
Fix NURBS ORA.xml
Show Object Attribs.xml
Show Object Attribs RMB.xml

Removed
DeSelectNURBS.xml

NURBS Utilities
Update
fixRenderAttributes script

PE Rectangle Select
Update
Cycle Element Selection script - Thanks Clinton :bananathumb:

Background Widget Help panel
B + I + Drag - Opens the Background widget Help floating panel
Update
Items below the dotted line are the Default Context widget's shortcuts


Scene panel Show Object Attribs button
LMB command runs Show Object Attribs.xml
RMB command runs Show Object Attribs RMB.xml
Update
LayerProperties.RsObj
LayerProperties2.RsObj

Removed attachment due to update
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 »

Update 83 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8

September 11, 2021

Please test this pre release

Rectangle Select
Rectangle Select and Rectangle Zoom.png
Rectangle Select and Rectangle Zoom.png (9.2 KiB) Viewed 1793 times
Add
Rectangle Zoom
RB + Drag - Zoom
Undoable
RB + Drag rectangle from top down right - Zooms In
RB + Drag rectangle from bottom up left - Zooms Out

Background Widget Help panel
Background widget Help panel.png
Background widget Help panel.png (14.92 KiB) Viewed 1789 times
B + I + Drag - Opens the Background widget Help floating panel
Update
Items below the dotted line are the Default Context widget's shortcuts

Removed attachment due to 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 »

Here are updates to the Zoom To Selection and Zoom To All scripts.

Ortho view zoom is fixed.
Zoom All will center on all objects instead of centering on the selection.

Edit: I just realized I forgot to make it more undo friendly code, so the attached is a preview of the final scripts.
Attachments
ZoomToSelection02.RsObj
(18.62 KiB) Downloaded 98 times
ZoomToAll08.RsObj
(14.13 KiB) Downloaded 91 times
Clinton Reese

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

clintonman wrote: 11 Sep 2021, 16:41 Here are updates to the Zoom To Selection and Zoom To All scripts.

Ortho view zoom is fixed.
Zoom All will center on all objects instead of centering on the selection.

Edit: I just realized I forgot to make it more undo friendly code, so the attached is a preview of the final scripts.
I just realized I forgot to make it more undo friendly code, so the previously attached code is a preview of the final scripts.
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: 11 Sep 2021, 17:20
clintonman wrote: 11 Sep 2021, 16:41 Here are updates to the Zoom To Selection and Zoom To All scripts.

Ortho view zoom is fixed.
Zoom All will center on all objects instead of centering on the selection.

Edit: I just realized I forgot to make it more undo friendly code, so the attached is a preview of the final scripts.
I just realized I forgot to make it more undo friendly code, so the previously attached code is a preview of the final scripts.
Very nice update Clinton! :worship:
Works great in Ortho views now too! :bananathumb:
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 the final more undo friendly versions of the zoom to scripts.
Attachments
ZoomToSelection04.RsObj
(19.27 KiB) Downloaded 98 times
ZoomToAll11.RsObj
(15.3 KiB) Downloaded 87 times
Clinton Reese

http://clintons3d.com
Post Reply