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 »

Not if the Dialog settings 'Flatten objects' is false
How about this?

Code: Select all

// Use: Flatten History LMB command
//****
function FlattenObjects()
{
	var sel = Node.Selection();
	if(!sel) return;
	if(Node.IsCamera(sel)) return;
	if(Node.IsLight(sel)) return;
	if(Node.ConExists(sel, 'Selection')) return;
	var flatten = Node.Value('Preferences/Dialog settings', 'Flatten objects')
	if(!flatten && IsNURBS(sel)) return;
	if(!flatten && Node.Exists(sel + '/MeasureNode')) return;
	if(Node.ConExists(sel, 'WldMatrix')) {
		MeshModifiers.FlattenNodes(sel);
		util.SetStatusMessage("Selection's File History has been Flattened", 3000)
	}
function IsNURBS(curNode)
{
	var nurbsNode = curNode;
	if(Node.ConExists(curNode, "Matrix"))
		nurbsNode = Node.Owner(curNode);
	if(Node.ConExists(nurbsNode, "isaCurve")) {
		return true;
	}
	if(Node.Exists(nurbsNode + "/CP to patch CP")) {
		return true;
	}
	return false
}

}
//****
I do notice that this function and the original tS command are both Undoable, even if it has a MeasureNode
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: 25 Oct 2022, 12:31 Not if the Dialog settings 'Flatten objects' is false
How about this?

Code: Select all

// Use: Flatten History LMB command
//****
function FlattenObjects()
{
	var sel = Node.Selection();
	if(!sel) return;
	if(Node.IsCamera(sel)) return;
	if(Node.IsLight(sel)) return;
	if(Node.ConExists(sel, 'Selection')) return;
	var flatten = Node.Value('Preferences/Dialog settings', 'Flatten objects')
	if(!flatten && IsNURBS(sel)) return;
	if(!flatten && Node.Exists(sel + '/MeasureNode')) return;
	if(Node.ConExists(sel, 'WldMatrix')) {
		MeshModifiers.FlattenNodes(sel);
		util.SetStatusMessage("Selection's File History has been Flattened", 3000)
	}
function IsNURBS(curNode)
{
	var nurbsNode = curNode;
	if(Node.ConExists(curNode, "Matrix"))
		nurbsNode = Node.Owner(curNode);
	if(Node.ConExists(nurbsNode, "isaCurve")) {
		return true;
	}
	if(Node.Exists(nurbsNode + "/CP to patch CP")) {
		return true;
	}
	return false
}

}
//****
I do notice that this function and the original tS command are both Undoable, even if it has a MeasureNode
The fact that it's undoable makes it less necessary. I tried flatten on camera and light and it didn't seem to do anything, so maybe those 2 checks aren't needed.
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: 25 Oct 2022, 15:45
trueBlue wrote: 25 Oct 2022, 12:31 Not if the Dialog settings 'Flatten objects' is false
How about this?

Code: Select all

// Use: Flatten History LMB command
//****
function FlattenObjects()
{
	var sel = Node.Selection();
	if(!sel) return;
	if(Node.IsCamera(sel)) return;
	if(Node.IsLight(sel)) return;
	if(Node.ConExists(sel, 'Selection')) return;
	var flatten = Node.Value('Preferences/Dialog settings', 'Flatten objects')
	if(!flatten && IsNURBS(sel)) return;
	if(!flatten && Node.Exists(sel + '/MeasureNode')) return;
	if(Node.ConExists(sel, 'WldMatrix')) {
		MeshModifiers.FlattenNodes(sel);
		util.SetStatusMessage("Selection's File History has been Flattened", 3000)
	}
function IsNURBS(curNode)
{
	var nurbsNode = curNode;
	if(Node.ConExists(curNode, "Matrix"))
		nurbsNode = Node.Owner(curNode);
	if(Node.ConExists(nurbsNode, "isaCurve")) {
		return true;
	}
	if(Node.Exists(nurbsNode + "/CP to patch CP")) {
		return true;
	}
	return false
}

}
//****
I do notice that this function and the original tS command are both Undoable, even if it has a MeasureNode
The fact that it's undoable makes it less necessary. I tried flatten on camera and light and it didn't seem to do anything, so maybe those 2 checks aren't needed.
Exactly, MeshModifiers.FlattenNodes(''); does not do anything on Nothing selected, Lights, Cameras, Scripts, and anything that does not have a WldMatrix
The only thing the code above does, is stop the Flatten dialog from running for Nothing selected, Lights, Cameras, Scripts, and anything that does not have a WldMatrix
I added a status message
util.SetStatusMessage("Selection's File History has been Flattened - Press Undo now to undo changes", 5000)
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 »

trueSpace7.61 Beta 8 Standalone Unofficial Update Version 9

Please test this prerelease

New Unofficial Update Instructions:

It is Required that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory
You can keep your Rs Main Libraries folder, but all other folders and files should be removed
Install tS761B8Std.exe to C:\trueSpace761Std


If trueSpace is open, Close trueSpace

1.) Install the YafaRay v3.3.0 render engine
2.) Install tS76_Vray1_54B8.exe to C:\trueSpace761Std (Optional)
3.) Install tS7.61B8Std.9.exe to C:\trueSpace761Std
Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the [Extract] button
Select the [Yes to All] button
4.) Open trueSpace
5.) Select the [OK] button in the OptDetectors plugin Information dialog
6.) Press your keyboard's SHIFT CTRL R keys to Reset to Default Context
When trueSpace opens, select one of the layout tabs at the top
If Vray is installed,
7.) Press your keyboard's CTRL + F8 keys to open the Package Manager
Right click in the Package Manager and select Install New...
Open C:\trueSpace761Std\Vray_ts.rsx
Right click in the Package Manager's Vray Package and select Load
Close the Package Manager
8.) Close trueSpace
If Vray is installed,
9.) Delete the tS folder installed by the Vray installer

The included Clintons3dPlugin.dll v.1638433, Clintons3dPluginExt.dll v.1638413, Clintons3dRsView.dll v.1638409 and the OptDetectors.dll Author - Vladimir Sisolak, are in: C:\trueSpace761Std
WARNING: The init.js file Imports the above 4 plugins and should not be Installed from the Package Manager, including any other plugins with the same name that have the rsx extension
All scripts that check for these plugins with the rsx extension have been removed!

Updates:

Scripts/UUCommands
Update
Custom Toolbar Preferences/Reset Toolbars
UUFunctionSet


Toolbars
Update
Flatten button(s)

Scripts/CustomCommands
Dimensions Author - Clinton Reese Sat Oct 22, 2022 10:44 am :worship:
Dimensions.png
Dimensions.png (96.42 KiB) Viewed 778 times
.
Thank you, Clinton! :D

Removed due to 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 »

trueSpace7.61 Beta 8 Standalone Unofficial Update Version 9

Please test this prerelease

New Unofficial Update Instructions:

It is Required that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory
You can keep your Rs Main Libraries folder, but all other folders and files should be removed
Install tS761B8Std.exe to C:\trueSpace761Std
Install the tS76_Vray1_54B8.exe (Optional but required before installing the Update)


If trueSpace is open, Close trueSpace

1.) Install the YafaRay v3.3.0 render engine
2.) Install tS76_Vray1_54B8.exe to C:\trueSpace761Std (Optional)
3.) Install tS7.61B8Std.9.exe to C:\trueSpace761Std
Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the [Extract] button
Select the [Yes to All] button
4.) Open trueSpace
5.) Select the [OK] button in the OptDetectors plugin Information dialog
6.) Press your keyboard's SHIFT CTRL R keys to Reset to Default Context
When trueSpace opens, select one of the layout tabs at the top
If Vray is installed,
7.) Press your keyboard's CTRL + F8 keys to open the Package Manager
Right click in the Package Manager and select Install New...
Open C:\trueSpace761Std\Vray_ts.rsx
Right click in the Package Manager's Vray Package and select Load
Close the Package Manager
8.) Close trueSpace
If Vray is installed,
9.) Delete the tS folder installed by the Vray installer

The included Clintons3dPlugin.dll v.1638433, Clintons3dPluginExt.dll v.1638413, Clintons3dRsView.dll v.1638409 and the OptDetectors.dll Author - Vladimir Sisolak, are in: C:\trueSpace761Std
WARNING: The init.js file Imports the above 4 plugins and should not be Installed from the Package Manager, including any other plugins with the same name that have the rsx extension
All scripts that check for these plugins with the rsx extension have been removed!

Updates:

Toolbars

WorkspaceNav/Paint/Selected/Hide
UVEditor/Materials/Hide
PESelectionToolbar/Hide
Q_PESelectionToolbar/Hide
PointEditSelectionBar2/Hide
PointEditSelectionBar/Hide
Update:
Restored original Command and RClickCommand

WorkspaceMain
WorkspaceMain2
BottomBar2
Update:
Renamed Hide to HideObj
Renamed Show to ShowObj

ClintonToolbar
Renamed alignButton to alignButton2
Renamed Layers4Button to Layers4Button2

Scripts/CustomCommands
Dimensions Author - Clinton Reese Sat Oct 22, 2022 10:44 am :worship:
Dimensions.png
Dimensions.png (96.42 KiB) Viewed 778 times
.
Thank you, Clinton! :D

Removed due to 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 »

trueSpace7.61 Beta 8 Standalone Unofficial Update Version 9

Please test this prerelease

New Unofficial Update Instructions:

It is Required that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory
You can keep your Rs Main Libraries folder, but all other folders and files should be removed
Install tS761B8Std.exe to C:\trueSpace761Std


If trueSpace is open, Close trueSpace

1.) Install the YafaRay v3.3.0 render engine
2.) Install tS76_Vray1_54B8.exe to C:\trueSpace761Std (Optional)
3.) Install tS7.61B8Std.9.exe to C:\trueSpace761Std
Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the [Extract] button
Select the [Yes to All] button
4.) Open trueSpace
5.) Select the [OK] button in the OptDetectors plugin Information dialog
6.) Press your keyboard's SHIFT CTRL R keys to Reset to Default Context
When trueSpace opens, select one of the layout tabs at the top
If Vray is installed,
7.) Press your keyboard's CTRL + F8 keys to open the Package Manager
Right click in the Package Manager and select Install New...
Open C:\trueSpace761Std\Vray_ts.rsx
Right click in the Package Manager's Vray Package and select Load
Close the Package Manager
8.) Close trueSpace
If Vray is installed,
9.) Delete the tS folder installed by the Vray installer

The included Clintons3dPlugin.dll v.1638433, Clintons3dPluginExt.dll v.1638413, Clintons3dRsView.dll v.1638409 and the OptDetectors.dll Author - Vladimir Sisolak, are in: C:\trueSpace761Std
WARNING: The init.js file Imports the above 4 plugins and should not be Installed from the Package Manager, including any other plugins with the same name that have the rsx extension
All scripts that check for these plugins with the rsx extension have been removed!

Updates:

Toolbars

ClintonToolbar
DimensionsToolbar
+ Linear & + Angle
Removed TagAlias

Scripts/CustomCommands
Dimensions Author - Clinton Reese Sat Oct 22, 2022 - 10:44 AM :worship:
Dimensions.png
Dimensions.png (96.42 KiB) Viewed 765 times
.
Thank you, Clinton! :D

Removed due to 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 »

trueSpace7.61 Beta 8 Standalone Unofficial Update Version 9

Please test this prerelease

New Unofficial Update Instructions:

It is Required that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory
You can keep your Rs Main Libraries folder, but all other folders and files should be removed
Install tS761B8Std.exe to C:\trueSpace761Std


If trueSpace is open, Close trueSpace

1.) Install the YafaRay v3.3.0 render engine
2.) Install tS76_Vray1_54B8.exe to C:\trueSpace761Std (Optional)
3.) Install tS7.61B8Std.9.exe to C:\trueSpace761Std
Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the [Extract] button
Select the [Yes to All] button
4.) Open trueSpace
5.) Select the [OK] button in the OptDetectors plugin Information dialog
6.) Press your keyboard's SHIFT CTRL R keys to Reset to Default Context
When trueSpace opens, select one of the layout tabs at the top
If Vray is installed,
7.) Press your keyboard's CTRL + F8 keys to open the Package Manager
Right click in the Package Manager and select Install New...
Open C:\trueSpace761Std\Vray_ts.rsx
Right click in the Package Manager's Vray Package and select Load
Close the Package Manager
8.) Close trueSpace
If Vray is installed,
9.) Delete the tS folder installed by the Vray installer

The included Clintons3dPlugin.dll v.1638433, Clintons3dPluginExt.dll v.1638413, Clintons3dRsView.dll v.1638409 and the OptDetectors.dll Author - Vladimir Sisolak, are in: C:\trueSpace761Std
WARNING: The init.js file Imports the above 4 plugins and should not be Installed from the Package Manager, including any other plugins with the same name that have the rsx extension
All scripts that check for these plugins with the rsx extension have been removed!

Updates:

CustomCommands
Bake Keyframes 'Update code'
Add: D3D_Render_Grp 'Script Processing'


Hierarchy/MoveToScene
Add

Code: Select all

if(Node.SelectedCount() == 0) {
	//System.Alert("Selection is required")
	return;
}

if(!Node.ConExists(Node.FirstSelected(), 'WldMatrix')) {
	//System.Alert("3D Object is required")
	return;
}
SnappingScripts
Changed the Status Message(s)
Example:
Select the Destination Object - RMB before selection to Cancel, RMB to Commit, RMB on cube to Cancel
Note: You can also LMB select the Cube to Commit

UUCommands
Removed status message from FlattenObjects() function
Add: Close All Windows, Close All Toolbars, and Reset Toolbars scripts
Add
Snapshot
LMB - Set Render to File
Set - Frames to Render
Render

Uncheck - Reset Start Frame to render from the last Frame rendered
Note: Add addition Frames to Render from the last Frame rendered
Cancel- Stops the Activity and Closes the panel
Press your keyboard Esc key to Stop the Activity while rendering

Add
Vray Render to File
LMB - Set Render to File
Set - Frames to Render
Render

Uncheck - Reset Start Frame to render from the last Frame rendered
Note: Add addition Frames to Render from the last Frame rendered
Cancel- Stops the Activity and Closes the panel
Press your keyboard Esc key to Stop the Activity while rendering
Tip: Recommend that you set your render view's Ground to None

About: Snapshot & Vray Render to File
Allows you to render a sequence if images while Activities, Timers, and Scripts are running that do not interupt this rendering process, like scripts that call Alerts, Dialogs, etc...
Caution: If you do not Set Render to File first before Render, you might end up with images created in the last Saved file from trueSpace's File Menu - File/Save, which is the most Recent File
It is only necessary to Set Render to File on the first run or when you change the place to Render -> Savein: [Folder]


Removed Red(), Blue(), Gold, and Cam() functions
Note: Pressing Undo after running the above functions, opened another duplicate toolbar
For whatever reason it works as expected from script but not from a function
Add Red Toolbar, Blue Toolbar, Clintons Toolbar, and Camera Toolbar scripts

Shear/Freeze
Add Activity.Run(System.ThisOwner + '/Get Shear')
Active = false

Rs Main Libraries/Postprocess
Scene Animator FX
Updated to use incorporated Snapshot 'Render to File'

Rs Main Libraries/Objects - tS7.61 Update objects
Sequence Player 'Update to use iOpti View'

Widgets/Tools
Removed PickFaceWidget & PickVertexWidget
ObjectPickingWidget
Changed widget Sphere to Blue Cube and removed all other widget objects
Object Snapping Widget.png
Object Snapping Widget.png (35.64 KiB) Viewed 699 times
.
Toolbars/File Menu/Help/About
Replaced Alert with Status Message
Close All
Add: Windows and Toolbars buttons
Close All.png
.
Toolbars/CustomToolbar
Add: Snapshot, Vray Render to File, and D3D Script Processing buttons
Note: Vray Render to File will not open unless you Install and Load the Vray Package
It will not Render unless Vray is the Offline Renderer
CustomToolbar.png
CustomToolbar.png (10.02 KiB) Viewed 699 times
.
preobjects
Renderers 'Update code and messaging'
C3DReset 'Updated code'
Note: Reset to Default Context will Load Vray as the Offline Renderer, if Vray exist in the scene
Select a layout from the top Tabs

Main Directory
Add
Microsoft.VC80.CRT.manifest

If the plugins do not Load, Download and Install the Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package
https://www.microsoft.com/en-us/downloa ... x?id=26368

Removed due to 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 »

trueSpace7.61 Beta 8 Standalone Unofficial Update Version 9

Please test this prerelease

New Unofficial Update Instructions:

It is Required that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory
You can keep your Rs Main Libraries folder, but all other folders and files should be removed
Install tS761B8Std.exe to C:\trueSpace761Std


If trueSpace is open, Close trueSpace

1.) Install the YafaRay v3.3.0 render engine
2.) Install tS76_Vray1_54B8.exe to C:\trueSpace761Std (Optional)
3.) Install tS7.61B8Std.9.exe to C:\trueSpace761Std
Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the [Extract] button
Select the [Yes to All] button
4.) Open trueSpace
5.) Select the [OK] button in the OptDetectors plugin Information dialog
6.) Press your keyboard's SHIFT CTRL R keys to Reset to Default Context
When trueSpace opens, select one of the layout tabs at the top
If Vray is installed,
7.) Press your keyboard's CTRL + F8 keys to open the Package Manager
Right click in the Package Manager and select Install New...
Open C:\trueSpace761Std\Vray_ts.rsx
Right click in the Package Manager's Vray Package and select Load
Close the Package Manager
8.) Close trueSpace
If Vray is installed,
9.) Delete the tS folder installed by the Vray installer

The included Clintons3dPlugin.dll v.1638433, Clintons3dPluginExt.dll v.1638413, Clintons3dRsView.dll v.1638409 and the OptDetectors.dll Author - Vladimir Sisolak, are in: C:\trueSpace761Std
WARNING: The init.js file Imports the above 4 plugins and should not be Installed from the Package Manager, including any other plugins with the same name that have the rsx extension
All scripts that check for these plugins with the rsx extension have been removed!

Updates:

CustomCommands
Hierarchy
Update panel, OpenPanel, & MoveToScene scripts
Add: Clear buttons to clear selection
Parenting panel.png
Parenting panel.png (9.02 KiB) Viewed 677 times
UUCommands
Encapsulate
Add: Move 3D Objects to Scene script 'Modified MoveToScene script'


If the plugins do not Load, Download and Install the Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package
https://www.microsoft.com/en-us/downloa ... x?id=26368

Removed due to 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 »

trueSpace7.61 Beta 8 Standalone Unofficial Update Version 9

Please test this prerelease

New Unofficial Update Instructions:

It is Required that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory
You can keep your Rs Main Libraries folder, but all other folders and files should be removed
Install tS761B8Std.exe to C:\trueSpace761Std


If trueSpace is open, Close trueSpace

1.) Install the YafaRay v3.3.0 render engine
2.) Install tS76_Vray1_54B8.exe to C:\trueSpace761Std (Optional)
3.) Install tS7.61B8Std.9.exe to C:\trueSpace761Std
Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the [Extract] button
Select the [Yes to All] button
4.) Open trueSpace
5.) Select the [OK] button in the OptDetectors plugin Information dialog
6.) Press your keyboard's SHIFT CTRL R keys to Reset to Default Context
When trueSpace opens, select one of the layout tabs at the top
If Vray is installed,
7.) Press your keyboard's CTRL + F8 keys to open the Package Manager
Right click in the Package Manager and select Install New...
Open C:\trueSpace761Std\Vray_ts.rsx
Right click in the Package Manager's Vray Package and select Load
Close the Package Manager
8.) Close trueSpace
If Vray is installed,
9.) Delete the tS folder installed by the Vray installer

The included Clintons3dPlugin.dll v.1638433, Clintons3dPluginExt.dll v.1638413, Clintons3dRsView.dll v.1638409 and the OptDetectors.dll Author - Vladimir Sisolak, are in: C:\trueSpace761Std
WARNING: The init.js file Imports the above 4 plugins and should not be Installed from the Package Manager, including any other plugins with the same name that have the rsx extension
All scripts that check for these plugins with the rsx extension have been removed!

Updates:

CustomCommands
Hierarchy/Hierarchy Function Set
Parent & Unparent functions - Fixed Status message if more than one object is selected
Convert - Node.Delete & Node.Copy to util.Delete & util.Copy

Hierarchy/MoveToScene script
Add

Code: Select all

if(!theNode.match(Space.CurrentScene())) {
util.SetStatusMessage(' Selection is not within the Scene  ', 5000)
return;
}
Toolbars/
ClintonToolbar
ParentingToolbar
Changed the Parent & Unparent icon to match the other icons
Parenting toolbar.png
Parenting toolbar.png (9.31 KiB) Viewed 664 times
.
Widgets/Tools/View Widget
Rotate X 'Blue'
RB - Open Link Editor

Open LE script
Add
LE.OpenLocation(Space.CurrentScene())

If the plugins do not Load, Download and Install the Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package
https://www.microsoft.com/en-us/downloa ... x?id=26368
Removed due to 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 »

trueSpace7.61 Beta 8 Standalone Unofficial Update Version 9

Please test this prerelease

New Unofficial Update Instructions:

It is Required that you completely Uninstall and Install trueSpace7.61 Standalone to a clean directory
You can keep your Rs Main Libraries folder, but all other folders and files should be removed
Install tS761B8Std.exe to C:\trueSpace761Std


If trueSpace is open, Close trueSpace

1.) Install the YafaRay v3.3.0 render engine
2.) Install tS76_Vray1_54B8.exe to C:\trueSpace761Std (Optional)
3.) Install tS7.61B8Std.9.exe to C:\trueSpace761Std
Browse [...] to where you installed C:\trueSpace761Std, select its folder and then the [Extract] button
Select the [Yes to All] button
4.) Open trueSpace
5.) Select the [OK] button in the OptDetectors plugin Information dialog
6.) Press your keyboard's SHIFT CTRL R keys to Reset to Default Context
When trueSpace opens, select one of the layout tabs at the top
If Vray is installed,
7.) Press your keyboard's CTRL + F8 keys to open the Package Manager
Right click in the Package Manager and select Install New...
Open C:\trueSpace761Std\Vray_ts.rsx
Right click in the Package Manager's Vray Package and select Load
Close the Package Manager
8.) Close trueSpace
If Vray is installed,
9.) Delete the tS folder installed by the Vray installer

The included Clintons3dPlugin.dll v.1638433, Clintons3dPluginExt.dll v.1638413, Clintons3dRsView.dll v.1638409 and the OptDetectors.dll Author - Vladimir Sisolak, are in: C:\trueSpace761Std
WARNING: The init.js file Imports the above 4 plugins and should not be Installed from the Package Manager, including any other plugins with the same name that have the rsx extension
All scripts that check for these plugins with the rsx extension have been removed!

Updates:

UUCommands
Add: Pause to Reset Toolbars

CustomCommands
AutoKey - Add: Status Message "Keyframe recorded for (Selected object's name)"
Hierarchy - Update: Move to Scene script
toolbarScripts - Update: Status Messages

Widgets
Updated all widgets Help panels 'If you accidently delete or change the text, close it and open it again'

If the plugins do not Load, Download and Install the Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package
https://www.microsoft.com/en-us/downloa ... x?id=26368

Removed due to update
Post Reply