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
March 25, 2020

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

Widgets
Removed the Pivot Coordinate System

Toolbars
Add
Mirror Matrix - Author Clinton Reese
Mesh Object Coordinate System replaces the Pivot Coordinate System - Author Clinton Reese
viewtopic.php?f=31&t=4461
O + LMB select the Point Edit Widgets toggles the Mesh Object Coordinate On/Off = Object/World coordinate system
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
March 26, 2020

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

Mesh Editor Settings
Restored the default settings
Updated
Copy and Mirror button script

Code: Select all

var sel = Node.FirstSelected()
if(!Node.ConExists(sel, "Matrix")) {
params.SetTerminationFlag();
return;
}
if(Node.IsCamera(sel) || Node.IsLight(sel)) {
params.SetTerminationFlag();
return;
}
if(Node.ConExists(sel,"Selection")) MeshModifiers.DuplicateSelection('');
if(!Node.ConExists(sel,"Selection"))
var copy = Node.Copy(sel,'');
Space.Select(copy);
MeshModifiers.MirrorSelection('');
Mirror Matrix
Update script
viewtopic.php?f=31&t=5942
User avatar
clintonman
Captain
Posts: 5431
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 »

I found a bug in the Object/Vertex widget. It only appears in the perspective view, not in the orthogonal views left, top etc.
Clinton Reese

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

I'll assume you mean the Vertex snap widget.
I would not know how to add it to orthogonal views
Edit: Figured out how to add to ortho views.
I'll add it to the Updates
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
March 26, 2020

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

Mesh Editor Settings
Restored the default settings
Updated
Copy and Mirror button script

Code: Select all

var sel = Node.FirstSelected()
if(!Node.ConExists(sel, "Matrix")) {
params.SetTerminationFlag();
return;
}
if(Node.IsCamera(sel) || Node.IsLight(sel)) {
params.SetTerminationFlag();
return;
}
if(Node.ConExists(sel,"Selection")) MeshModifiers.DuplicateSelection('');
if(!Node.ConExists(sel,"Selection"))
var copy = Node.Copy(sel,'');
Space.Select(copy);
MeshModifiers.MirrorSelection('');
Mirror Matrix
Update script
viewtopic.php?f=31&t=5942

Vertex Snap
Add
Ortho view
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
March 28, 2020

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

Clintons Toolbar
Add
Character FK Controls

WinGUID_Bar
WinGUID toolbar.png
Exported all of the coordinate icons in the WinGUID_Bar and the three unique ortho view toolbars in the 4View layout.

VertexMorph.RsObj
Exported the Default aspect
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
March 29, 2020

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

Widgets
Camera 1 & Camera 2
Removed
Shift + LMB Exits Camera view
Ctrl + LMB Opens Camera panel
User avatar
clintonman
Captain
Posts: 5431
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 »

autokeyBloomAligned.jpg
Bloom checkbox and Automatic Keyframing button "share" the same location in panel.


Found a problem with the "Automatic Keyframing" button getting pressed unintentionally in Rosetta Unofficial Update.

steps from default layout or reset context:
select the Setting tab
open a new floating 3d window
click the Anim view
click the floating 3d view
click on "Bloom" and the Automatic Keyframing button gets pressed

The button needs to be smaller or positioned differently or some alert needs to be added.

Problem doesn't show in the full version of the unofficial update, only Rosetta version.
Clinton Reese

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

So hate the Stack's Panels, Material Editor, and Settings panels switching. :evil:

Code: Select all

Problem doesn't show in the full version of the unofficial update, only Rosetta version.
This happens in both versions.
In the full version selecting the Postprocess title bar does it too!
Same thing can happen with the Bake Keyframes button too.
So it does not matter where I put the buttons on the panel, it could still happen.

Does not seem to affect regular buttons, just the On/Off buttons.
I can make the Bake Keyframe a regular button, but not the Automatic Keyframing button.
Can you make a toggle script for the Automatic Keyframing script that can Activate/Deactivate using a regular button?
Edit: This works for the unofficial versions but with no status Message that it is Active.

Code: Select all

RsTool.ToggleValue("Scripts/CustomCommands/AutoKey/auto")
All of the Widgets are already processed and have been saved in that state
User avatar
clintonman
Captain
Posts: 5431
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: 01 Apr 2020, 20:27 ...
Can you make a toggle script for the Automatic Keyframing script that can Activate/Deactivate using a regular button?
...
If it's a regular button there is no way to tell that it's active.
Clinton Reese

http://clintons3d.com
Post Reply