Final trueSpace7.61 Beta 8 Std Unofficial Update

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 98 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8

Widgets
Update
UUFunctionSet

Camera Toolbar

Camera(s)
Camera View button.png
Camera View button.png (13.15 KiB) Viewed 1705 times
.
Improved the View from camera script
Will run without the Main 3D Window needing focus unless there is a floating 3D Window that has focus

November 29, 2021

https://united3dartists.com/forum/viewt ... =55&t=3731

Instructions:

Recommend that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory

1.) Run the tS7.61B8Std.8.exe
2.) Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the Extract button
3.) Select the Yes to All button
4.) Open trueSpace and select the Reset to Default Context icon
5.) In Workspace select the Default layout tab

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 »

Update 99 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8
Updated

Objects - tS7.61 Update objects library
FPN PIP
tS76 FPN Camera Keyframer
tS761 First Person Navigator
FPN paneel.png
FPN paneel.png (7.58 KiB) Viewed 1694 times
.
View
1.) LMB to view from the FPN camera
Must be viewing from the FPN camera before activating FPN
2.) RMB to Activate FPN
3.) RMB to Deactivate FPN


December 1, 2021

https://united3dartists.com/forum/viewt ... =55&t=3731

Instructions:

Recommend that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory

1.) Run the tS7.61B8Std.8.exe
2.) Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the Extract button
3.) Select the Yes to All button
4.) Open trueSpace and select the Reset to Default Context icon
5.) In Workspace select the Default layout tab

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 »

Update 100 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8
Final Updated

Widgets/UUFunctionSet
Set Camera
Reset View
Look At Selection
Reduced the undo(s) to one undo


December 3, 2021

https://united3dartists.com/forum/viewt ... =55&t=3731

Instructions:

Recommend that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory

1.) Run the tS7.61B8Std.8.exe
2.) Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the Extract button
3.) Select the Yes to All button
4.) Open trueSpace and select the Reset to Default Context icon
5.) In Workspace select the Default layout tab

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
Getting an error when using Make Copy of Window and the window does not work
Steps
Make sure the Stack is in Library or Panel
Open a floating 3D Window
Use the Make Copy of Window
This error does not happen when the Stack is in Settings before using Make Copy of Window of a floating 3D Window
I tried putting the RsStackView.SwitchStackViewAspect(HT_PREFERENCES) at the beginning of the script but that does not help
I think there needs to be a delay between RsStackView.SwitchStackViewAspect(HT_PREFERENCES) and making a copy of the window
If that is not possible, maybe we can put the RsStackView.SwitchStackViewAspect(HT_PREFERENCES) in the toolbar button (Untested)
User avatar
clintonman
Captain
Posts: 5430
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: 05 Dec 2021, 00:51 @Clinton
Getting an error when using Make Copy of Window and the window does not work
Steps
Make sure the Stack is in Library or Panel
Open a floating 3D Window
Use the Make Copy of Window
This error does not happen when the Stack is in Settings before using Make Copy of Window of a floating 3D Window
I tried putting the RsStackView.SwitchStackViewAspect(HT_PREFERENCES) at the beginning of the script but that does not help
I think there needs to be a delay between RsStackView.SwitchStackViewAspect(HT_PREFERENCES) and making a copy of the window
If that is not possible, maybe we can put the RsStackView.SwitchStackViewAspect(HT_PREFERENCES) in the toolbar button (Untested)
Tried adding a pause but no go.
Changed the connect and disconnect to use Node instead of util seems to work.

Code: Select all

	//cmd += 'util.Disconnect(WIN + "/Scene", "RenderAttributes", WIN + "/D3DSceneLayer, 3", "RenderAttributesLayer");'
	//cmd += 'util.ConnectTo(WIN + "/Scene", "RenderAttributes", WIN + "/D3DSceneLayer", "RenderAttributesLayer");'
	cmd += 'Node.Disconnect(WIN + "/Scene", "RenderAttributes", WIN + "/D3DSceneLayer, 3", "RenderAttributesLayer");'
	cmd += 'Node.ConnectTo(WIN + "/Scene", "RenderAttributes", WIN + "/D3DSceneLayer", "RenderAttributesLayer");'
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 »

Got it

Code: Select all

//12/4/2021
function Execute(params)
{
	var cmd = "";
	cmd += "HT_PREFERENCES	= 5;"
	cmd += "RsStackView.SwitchStackViewAspect(HT_PREFERENCES);"
	cmd += "WindowsManager.CopyWindow('');"
	cmd += "var WIN = WindowsManager.GetWorkWindow();"
	cmd += "util = System.CreateDO('Clintons3D Package/Utility functions');"
	cmd += "if(Node.Value(WIN, 'Def3D') == '{17D544A3-3F58-436B-83E7-F8B4D7D4E7C5}') {"
	cmd += "util.Disconnect(WIN + '/Scene', 'RenderAttributes', WIN + '/D3DSceneLayer, 3', 'RenderAttributesLayer');"
	cmd += "util.ConnectTo(WIN + '/Scene', 'RenderAttributes', WIN + '/D3DSceneLayer', 'RenderAttributesLayer');"
	cmd += "if(Node.Exists(WIN+ '/Player - Scene Ground'))"
	cmd += "util.Delete(WIN+ '/Player - Scene Ground');"
	cmd += "if(Node.Exists(WIN+ '/D3DSceneLayer, 3'))"
	cmd += "util.Delete(WIN+ '/D3DSceneLayer, 3');"
	cmd += "if(Node.Exists(WIN+ '/D3DSceneLayer, 4'))"
	cmd += "util.Delete(WIN+ '/D3DSceneLayer, 4');"
	cmd += "if(Node.Exists(WIN+ '/D3DSceneLayer, 5'))"
	cmd += "util.Delete(WIN+ '/D3DSceneLayer, 5');"
//Rosetta does not have Model
//	cmd += "WindowsManager.ChangeFrameWindowViewer(WIN, '{D2AB7FC9-E561-4232-8E8A-35D73D1B020E}');"
//Try the Link Editor
	cmd += "WindowsManager.ChangeFrameWindowViewer(WIN, '{5809AAE7-E342-47A7-86ED-442D44E26674}');"
	cmd += "WindowsManager.ChangeFrameWindowViewer(WIN, '{17D544A3-3F58-436B-83E7-F8B4D7D4E7C5}');"
	cmd += "WindowsManager.Activate();"
	cmd += "WindowsManager.UpdateWindowsStructure();"

	cmd += "} else if(Node.Value(WIN, 'Def2D') == '{5809AAE7-E342-47A7-86ED-442D44E26674}') {"
	cmd += "util.Delete(WIN+ '/D3DSceneLayer, 3');"
	cmd += "util.Delete(WIN+ '/D3DSceneLayer, 4');"
	cmd += "util.Delete(WIN+ '/D3DSceneLayer, 5');"
	cmd += "WindowsManager.Activate();"
	cmd += "WindowsManager.UpdateWindowsStructure();"

	cmd += "}"
	RsApp.RunScriptBuffer(cmd);
}
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 101 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8
Final Updated

Toolbars 'All - Reset View & Look at Selection, RMB command, add original command'
Removed the unused BottomBar

Red toolbar/Cut 'Add - Guard command'

Scripts/Commands
UnLookAt
RotateISO
RotatePOV
CopyWindow
Delete
Copy
Eye2Cam
Cam2Eye
EyeCam
Position2Eye


December 5, 2021

https://united3dartists.com/forum/viewt ... =55&t=3731

Instructions:

Recommend that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory

1.) Run the tS7.61B8Std.8.exe
2.) Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the Extract button
3.) Select the Yes to All button
4.) Open trueSpace and select the Reset to Default Context icon
5.) In Workspace select the Default layout tab

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 »

Update 102 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8
Final Update

Toolbars
Camera toolbar
Camera toolbar.png
Camera toolbar.png (29.82 KiB) Viewed 1674 times
.
Fixed typo in Alert
Add - Entry Point View

December 6, 2021

https://united3dartists.com/forum/viewt ... =55&t=3731

Instructions:

Recommend that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory

1.) Run the tS7.61B8Std.8.exe
2.) Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the Extract button
3.) Select the Yes to All button
4.) Open trueSpace and select the Reset to Default Context icon
5.) In Workspace select the Default layout tab

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 »

Update 103 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8
Final Update

Toolbars
Removed the PhysMain toolbar that had non-working commands
After using Clinton's awesome trueSpace Button Dump script, I found several inconsistencies and fixed them

December 7, 2021

https://united3dartists.com/forum/viewt ... =55&t=3731

Instructions:

Recommend that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory

1.) Run the tS7.61B8Std.8.exe
2.) Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the Extract button
3.) Select the Yes to All button
4.) Open trueSpace and select the Reset to Default Context icon
5.) In Workspace select the Default layout tab

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 »

Update 104 for trueSpace7.61 Beta 8 Standalone Unofficial Update Version 8
Final Update

Material Editor
D3D Material Editor/Inspect icon
Vray Material Editor/Inspect icon

WorkspaceNav/Inspect icon
All of the above, add fix when viewing from a selected Camera

Rs Main Libraries
Vray Materials
Sequence Alpha Mask
Sequence Image

Vray - Animation scripts
VRay Background
VRay DOF
VRay Environment

Scripts/Commands
Show Object Attribs
Show Object Attribs RMB
Add check before running the Fix NURBS ORA script

Preferences/Cameras
preobjects/Camera1
Improved all Camera panel button scripts

December 10, 2021

https://united3dartists.com/forum/viewt ... =55&t=3731

Instructions:

Recommend that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory

1.) Run the tS7.61B8Std.8.exe
2.) Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the Extract button
3.) Select the Yes to All button
4.) Open trueSpace and select the Reset to Default Context icon
5.) In Workspace select the Default layout tab

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!
Post Reply