Final trueSpace7.61 Beta 8 Std Unofficial Update

User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
January 23, 2020

Deformers - Author Clinton Reese :worship:
Deformers.PNG
New - BendDeform
UI modifications
Min, Max, and Center Limits
Add
Shape
This enables you to animate the Limits individually as long as you do not Remove them.

Deformer script
Add
Space.Unselect()
Node.Select(sel)
This shows the (Type)Deform in Panels

RemoveHelpers script
Add
if(!Question("If you have animated any of the Helper Limits they will be removed.\n\nDo you wish to continue?"))

Add Deform icon
Opens - Add Deformer in a floating panel

trueBevel
Add
RetorePEselectionMode script
var RestorePEselectionMode = params.ConValue('RestorePEselectionMode');
MeshModifiers.AutofacetNormals('',-1)
Node.Value('/Preferences/Mesh Editor Settings','PE selection mode') = RestorePEselectionMode;
MeshModifiers.ActivatePointEditWidget('','','Default');

WorkspaceMain and WorkspaceMain2 toolbars
Flatten History icon
Add
RMB = MeshModifiers.FlattenNodes('');Node.ConRemove(Node.FirstSelected(), "UvProjection");
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
January 25, 2020

Deformers - Author Clinton Reese
Deformers.PNG
Deformers.PNG (27.83 KiB) Viewed 2988 times
Add
Modal Questions to the Remove Helpers button script and Helpers Remove button scripts
Examples:
If you Remove these Helpers thier animation will be lost!
Do you still want to remove all of these Helpers?

This Center helper has been animated, this part of the animation will be lost!
Do you still want to remove this Center object?

In order to animate the Helpers seperatly, you must add atleast one keyframe to each one BEFORE animating the Object. This will create a AnimClip for each one that is seperate from the Object's AnimClip. Equally important, you can not Remove these helpers or you will lose any animation.
You need to add these items, highlighted in Red, to the Keying panel from the Attribute Browser.
AB.PNG
AB.PNG (11.7 KiB) Viewed 2994 times
KP.PNG
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
January 27, 2020

Desktop
Undo History attribute
Scrubber
Changed the settings to 1 - 100
Warning: Setting it to Zero and Reset will crash trueSpace!
Add
Select Color - Right click to Reset 'Defaults'
Selected Color - Right click to Reset 'Defaults'
Desktop.PNG
Desktop.PNG (14.29 KiB) Viewed 2985 times
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
January 30, 2020

Quad Menu
Changed
Open Toolbar(s) From Prototype(s)
Removed
Toolbars from CustomCommands
New Prototype(s)
New icons
PE Quad toolbars.PNG
Point Edit widget 2
Triangles
LMB click - Opens the Quad toolbars
Ctrl + LMB click - Closes the Quad toolbars
Background
RMB + drag in empty space - Closes the Quad toolbars
or when you exit point editing.

Pivot Coordinate System script
Change
Switches to using Object Coordinate mode. (Active) and back (Switch) to using World Coordinate mode. (Inactive)
New Icon button
Change
Active/Inactive state
Description
LMB - Pivots the PE widget to follow the whole Object using Object Coordinate mode, instead of the selection.
Toggle
LMB - Pivots the PE widget back to follow the selection using World Coordinate mode

Icon and widget in Inactive state
WCM Inactive state.PNG
WCM Inactive state.PNG (36.11 KiB) Viewed 2963 times
Icon and widget in Active state
OCM Active.PNG
OCM Active.PNG (39.73 KiB) Viewed 2959 times
PivotAxis icon
LMB - Axis to Selection
Add
RMB - Open Axis Snap panel
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
January 31, 2020

View Widget
View widget.png
View widget.png (3.12 KiB) Viewed 2941 times
Rotate X 'Blue'
Add
RMB click opens Link Editor
Rotate YZ 'Red'
Add
RMB click opens Animation Editor

parentingScripts
Parent
Add
if(!sel) { return; }
Node.Disconnect(theParent, "WldMatrix", theChild, "OwnerMatrix");
Status message
var name = Node.ShortName(theParent)
Node.Value("/Status Message", "Message") = " The " + name+ " is the Parent"

UnParent
Add
Status Message
Node.Value("/Status Message", "Message") = " Selected objects have been Unparented"
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
February 02, 2020

Object Navigation widget(s)
Enter edit mode
Add
NoLights script
if(Node.IsLight(''))
params.SetTerminationFlag()
return

Lights
Ambient
Add
TSCompatibleLight node


Deformer script
Add
if(Node.IsCamera(sel)) return;
if(Node.IsLight(sel)) return;
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
February 03, 2020

New
Shear tool
Apply to selected object
Shear tool.PNG
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
February 04, 2020

Object and Camera widgets
Obj and Cam widgets.PNG
Obj and Cam widgets.PNG (7.83 KiB) Viewed 2926 times
Changed
LMB state - Temp Workspace Status Message
Example:
Status.PNG
Status.PNG (3.58 KiB) Viewed 2925 times
LMB click in 3D Space deactivates Object and Camera widgets
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
February 06, 2020

Discovered that the Status Messages for the Object and Camera widgets is not a good idea. Because in order to Undo the widget's transformation, you had to Undo 4 or 5 steps. So I removed the Status Messages from ALL of the widgets. Also the previous single LMB click to deactivate the widget, inhibited the ability to select other objects and countinue with the widget's transformation. So back to Shift + LMB click in 3D Space to deactivate the widgets or you can right clik the following toolbar icons.

* Object Move, Object Rotate, and Object Scale - RMB = Exit 'Deactivate the widget'
* Camera Move, Camera Rotate, Camera FOV, and Rectangle Zoom - RMB = Exit 'Deactivate the widget'
Also fixed the WinGUID_Bar aspect toolbar's Rectangle Zoom button. It nows shows as active when in use.


Link Editor Navigator
LE Navigator.PNG
LE Navigator.PNG (10.31 KiB) Viewed 2909 times
Add
P
LMB - Select Parent (Keyboard key Shortcut - UP)
RMB - Open
C
LMB - Select Children (Keyboard key Shortcut - DOWN)
RMB - Open
<
LMB - Select previous object (Keyboard key Shortcut - Left)
RMB - Open
|
LMB - Center to Selected (Keyboard key Shortcut - CTRL SHIFT LEFT)
RMB - Next 'Center to Selected' (Keyboard key Shortcut - CTRL SHIFT RIGHT)
Tip: RMB click in Link Editor to restore
>
LMB - Select next object (Keyboard key Shortcut - RIGHT)
RMB - Open

Tip:
Ctrl+
RMB - Unselect (Keyboard key Shortcut - ESC)
Open
RMB - Open scene (Keyboard key Shortcut - HOME)
User avatar
trueBlue
Captain
Posts: 5215
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 »

New Update for trueSpace7.61 Beta 8 Std Unofficial Update
viewtopic.php?f=55&t=3731
February 10, 2020

WorkspaceMain, WorkspaceMain2, BottomBar, BottomBar2, and WinGUID_Bar toolbars
Object and Camera toolbar's RMB command
Close widget or use Shift + LMB click in empty 3D Space.
ObjCamIcons.PNG
ObjCamIcons.PNG (11 KiB) Viewed 2887 times
Axis widget
Additional controls:
Sphere
* RMB click - Closes the Axis widget
* LMB click - Opens the Axis Snap panel
* MMB click - Hides the Arcs and Arrows
* MMB + Drag - Shows the Arcs and Arrows
* I + LMB click - Opens Widget Help panel

Object Navigation Widget(s)
Sphere
Add
P + LMB click - Opens the Axis Widget 'Toggles On/Off'
CTRL + RMB click - Opens the preferences panel
Add
Docking - Bounding Box Center On/Off
ONWDocking.PNG
ONWDocking.PNG (5.08 KiB) Viewed 2887 times
PESnappingToolbar
Add
Face and Vertex Snapping 'Author - Clinton Reese'
PEsnappingToolbar.png
Really loving these Point Edit Quad toolbars!
Thanks again Clinton!
Post Reply