trueSpace 7.61 Unofficial Update Patches

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

Re: trueSpace 7.61 Unofficial Update Patches

Post by clintonman »

More reliable Origin Function Set Dimension bypass as suggested
Attachments
Origin Function Set03.RsObj
(31.27 KiB) Downloaded 42 times
Clinton Reese

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

Re: trueSpace 7.61 Unofficial Update Patches

Post by trueBlue »

Mesh Origin scripts need to be adjusted some more to avoid Dimensions
This Linear measurement was attached to the Cube before using Mesh Origin
Dimension Origin issues.png
.
While in Edit Graphic mode is problematic
Origin to PE Selection is problematic
Set Snap Point Widget is problematic

I think the easiest solution would be to add a command to the Mesh Origin panel buttons to avoid Dimension(S)

Code: Select all

if(Node.ConExists('', 'Dimension')) return;
Also, again, Origin to PE Selection does not RClick Cancel when there is no PE Selection
Status message is stuck
TODO: Need to check if the widget is still loaded
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: trueSpace 7.61 Unofficial Update Patches

Post by clintonman »

Change Light Type

updated script to not change the link editor location
works by copying the hidden LE2Data connector value - great suggestion :bananathumb:
Attachments
Change Light Type.RsObj
(34.55 KiB) Downloaded 44 times
Clinton Reese

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

Re: trueSpace 7.61 Unofficial Update Patches

Post by trueBlue »

clintonman wrote: 09 Oct 2023, 18:14 Change Light Type

updated script to not change the link editor location
works by copying the hidden LE2Data connector value - great suggestion :bananathumb:
Perfecto! :bananathumb:
Added a Convert Camera Type
Convert Camera Type.png
Convert Camera Type.png (21.54 KiB) Viewed 1041 times
.
Attachments
Change Light Type.RsObj
(62.53 KiB) Downloaded 39 times
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: trueSpace 7.61 Unofficial Update Patches

Post by trueBlue »

@Clinton
Please try this Ctrl = RDrag Gesture Move in Z 'Up Down' for the Background widget
Put it the Background widget's Ortho and Perspective nodes
Hook up the Undoable and Gesture connectors
Navigate Up Down
Attachments
Navigate Up Down.RsObj
(16.65 KiB) Downloaded 39 times
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: trueSpace 7.61 Unofficial Update Patches

Post by clintonman »

trueBlue wrote: 09 Oct 2023, 23:36 @Clinton
Please try this Ctrl = RDrag Gesture Move in Z 'Up Down' for the Background widget
Put it the Background widget's Ortho and Perspective nodes
Hook up the Undoable and Gesture connectors
Navigate Up Down
Works in perspective, camera and left,right,front,back views
No motion in top bottom views
Clinton Reese

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

Re: trueSpace 7.61 Unofficial Update Patches

Post by trueBlue »

clintonman wrote: 10 Oct 2023, 00:13
trueBlue wrote: 09 Oct 2023, 23:36 @Clinton
Please try this Ctrl = RDrag Gesture Move in Z 'Up Down' for the Background widget
Put it the Background widget's Ortho and Perspective nodes
Hook up the Undoable and Gesture connectors
Navigate Up Down
Works in perspective, camera and left,right,front,back views
No motion in top bottom views
Also works in Isometric view
I find the Middle Mouse Drag speed in ortho views wildly to fast!
What do you think?
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: trueSpace 7.61 Unofficial Update Patches

Post by clintonman »

Radial Modeler

Floating point rounding error when using the Measure Angle

Hexagon shape should give an angle of 60 degrees which translates to 6 sections to add up to 360 degrees

Problem is measurement was giving an angle of 60.0000000000001

Multiply that by 6 and it goes over 360 degrees giving an error if you try to do 6 sides only allowing 5 sides because it adds up to something like 360.0000000003 :roll:
Attachments
Radial Modeler.RsObj
(95.61 KiB) Downloaded 47 times
Clinton Reese

http://clintons3d.com
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: trueSpace 7.61 Unofficial Update Patches

Post by clintonman »

Mesh Origin

renamed panel button "Get Snap Point" to "Set Snap Point"
removed convert to editable from Set Snap Point Widget button
removed convert to editable from Set Snap Point button
new widget, PickOriginWidget with ctrl + rclick option to immediately snap the origin
Attachments
PickOriginWidget01.RsObj
(45.98 KiB) Downloaded 40 times
MeshOrigin01.RsObj
(139.23 KiB) Downloaded 44 times
Clinton Reese

http://clintons3d.com
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: trueSpace 7.61 Unofficial Update Patches

Post by clintonman »

clintonman wrote: 11 Oct 2023, 15:08 Mesh Origin

renamed panel button "Get Snap Point" to "Set Snap Point"
removed convert to editable from Set Snap Point Widget button
removed convert to editable from Set Snap Point button
new widget, PickOriginWidget with ctrl + rclick option to immediately snap the origin
Forgot to remove dimension protection.

removed dimension protection from Set Snap Point Widget
removed dimension protection from Set Snap Point
add dimension protect into script where snapping occurs

The Set Snap Point Widget status line still refers to "o" shortcut. This should be change to "ctrl + rclick"
Attachments
MeshOrigin02.RsObj
(139.33 KiB) Downloaded 39 times
Clinton Reese

http://clintons3d.com
Post Reply