Final trueSpace7.61 Beta 8 Std Unofficial Update

User avatar
clintonman
Captain
Posts: 5429
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 Jun 2021, 20:16 @ Clinton
Please give this Widgets.RsObj a try
I have been testing this all morning and it is working perfect for me
New
Background widget
LMB + Drag = Look At selected Objects
RMB + Drag = Look At selected Objects in all opened Windows
Your CenterObjectAllWindows script found in the new UU4Clinton

This is in addition of the Ctrl + MMB = Look At selected Objects
Looks like it works, doesn't interfere with anything else.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
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: 18 Jun 2021, 01:12
trueBlue wrote: 17 Jun 2021, 20:16 @ Clinton
Please give this Widgets.RsObj a try
I have been testing this all morning and it is working perfect for me
New
Background widget
LMB + Drag = Look At selected Objects
RMB + Drag = Look At selected Objects in all opened Windows
Your CenterObjectAllWindows script found in the new UU4Clinton

This is in addition of the Ctrl + MMB = Look At selected Objects
Looks like it works, doesn't interfere with anything else.
RB + Drag - Look At Selection 'All Windows' is working great
I added the following to your CenterObjectAllWindows script

Code: Select all

var sel = Node.Selection()
if(!sel) {
params.SetTerminationFlag()
return;
}
if(!Node.ConExists(sel,"WldMatrix")) {
params.SetTerminationFlag()
return;
}
LMB + Drag = Look At selected Objects is not working out
It interferes with the PE - Select by painting
User avatar
trueBlue
Captain
Posts: 5214
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 65 for trueSpace7.61 Beta 8 Standalone Unofficial Update

June 18, 2021

viewtopic.php?f=55&t=3731

Update

tS761 Workspace Shortcut List.rtf
Window.Shortcuts.xml
Add
<RS_ACC KEY="F9" DESC="Show Object Render Attributes" GROUP="GLOBAL" COMMAND="D3DView.ShowRenderAttribsForObject('','');" />

ClintonsToolbar
Parenting
Original icon

PE/TB icon
RMB = Path

CustomCommands
toolbarScripts Author - Clinton Reese

Select
Add
Arrange Objects option
Note: Unchecked you will not see any Alphabetized changes

freezeTransforms
Location = true

MirrorMatrix Author - Clinton Reese 6/17/2021

Widgets
Background
RB + Drag - Look At Selection 'All Windows'

Camera Widget 1
Updated the Help

Point Edit Widgets 1, 2. & 3
Triangles
Add
MB click - Select All Geometry | Select Visible Geometry


The included Plugins.xml file has the Clintons3dPlugin, Clintons3dPluginExt and Clintons3dRsView, Installed and Loaded to the default path: C:\trueSpace761Std
WARNING: These 3 plugins are required to be Installed and Loaded when using trueSpace!
User avatar
trueBlue
Captain
Posts: 5214
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 »

@ Clinton
Here is a new Scene panel
Scene.png
Scene.png (9.86 KiB) Viewed 2278 times
Let me know if this is okay before I start incorporating it into the layouts
User avatar
clintonman
Captain
Posts: 5429
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: 19 Jun 2021, 18:44 @ Clinton
Here is a new Scene panel
Scene.png
Let me know if this is okay before I start incorporating it into the layouts
The label on the second button, "Show Object / NURBS Render Attributes", is confusing. I didn't even know what it meant until after downloading. How come it's not just "Show Object"? It's the exact same thing as the "Show selected objects" button in the toolbar. So it should say the same thing "Show selected objects" or "Show Objects". The words NURBS, Render and Attribute don't add anything to the meaning of what it's for.
Other than the button label it looks good to me. One more thing to remove from my UU4Clinton scripts.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
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 am striving for a more meaningful name and I am concerned about users using the improved original ORA command "Show Object Attribs" button on selected NURBS
Not a pretty sight!
NURBS with duplicate ORA panels.png
The panel that is shown
ORA panel.png
ORA panel.png (8.65 KiB) Viewed 2277 times
How about adding (untested) ScriptObject.Execute("Scripts/Commands/DeSelectNURBS");
User avatar
clintonman
Captain
Posts: 5429
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: 19 Jun 2021, 20:43 I am striving for a more meaningful name and I am concerned about users using the improved original ORA command "Show Object Attribs" button on selected NURBS
Not a pretty sight!
NURBS with duplicate ORA panels.png

The panel that is shown
ORA panel.png

How about adding (untested) ScriptObject.Execute("Scripts/Commands/DeSelectNURBS");
How about adding it as an option.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
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: 19 Jun 2021, 21:03
trueBlue wrote: 19 Jun 2021, 20:43 I am striving for a more meaningful name and I am concerned about users using the improved original ORA command "Show Object Attribs" button on selected NURBS
Not a pretty sight!
NURBS with duplicate ORA panels.png

The panel that is shown
ORA panel.png

How about adding (untested) ScriptObject.Execute("Scripts/Commands/DeSelectNURBS");
How about adding it as an option.
Scene panel final.png
Scene panel final.png (8.71 KiB) Viewed 2275 times
User avatar
clintonman
Captain
Posts: 5429
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: 19 Jun 2021, 21:44
clintonman wrote: 19 Jun 2021, 21:03
trueBlue wrote: 19 Jun 2021, 20:43 I am striving for a more meaningful name and I am concerned about users using the improved original ORA command "Show Object Attribs" button on selected NURBS
Not a pretty sight!
NURBS with duplicate ORA panels.png

The panel that is shown
ORA panel.png

How about adding (untested) ScriptObject.Execute("Scripts/Commands/DeSelectNURBS");
How about adding it as an option.
Scene panel final.png
Is there any way you can get the Deselect NURBS closer to the Show Object Attribs? They are related to each other but separated by the Transparency Mode controls.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
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: 19 Jun 2021, 21:50
trueBlue wrote: 19 Jun 2021, 21:44
clintonman wrote: 19 Jun 2021, 21:03
How about adding it as an option.
Scene panel final.png
Is there any way you can get the Deselect NURBS closer to the Show Object Attribs? They are related to each other but separated by the Transparency Mode controls.
Final Scene panel.png
Final Scene panel.png (8.91 KiB) Viewed 2276 times
Post Reply