Final trueSpace 7.61 Beta 8 Unofficial Update

User avatar
trueBlue
Captain
Posts: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

clintonman wrote: 20 Mar 2020, 20:05 Sure, here's another note.
The shear tool effects disappear if the item is animated.
Your Freeze Transform script works.
Maybe I should add a button to freeze it?
User avatar
clintonman
Captain
Posts: 5422
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by clintonman »

That should work.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

New Update for the trueSpace7.61 Beta 8 Unofficial Update
viewtopic.php?f=55&t=3732
March 21, 2020

Toolbars.RsObj
Update
Toolbar Manager scripts
Align and Distribute scripts
CustomToolbarBlue

Widgets.RsObj
Update
Shear

Library
Postprocess
Update
RsD3DBloomFilter.fx
Note: You have to run the Update RsD3DBloomFilter script to update to the new RsD3DBloomFilter.fx file
Set Postprocess Color Key
Update
Add Floating panel
Select Active Window Postprocess button opens it's panel and the Postprocess panel in the Stack
Postprocess Color Key panel.png
Postprocess Color Key panel.png (16.39 KiB) Viewed 3657 times
User avatar
trueBlue
Captain
Posts: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

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

Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 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: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

New Update for trueSpace7.61 Beta 8 Unofficial Update
viewtopic.php?f=55&t=3732
March 26, 2020

Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory before installing this update. This update precedes all previous updates and recommend 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: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

New Update for trueSpace7.61 Beta 8 Unofficial Update
viewtopic.php?f=55&t=3732
March 28, 2020

Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 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: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

New Update for trueSpace7.61 Beta 8 Unofficial Update
viewtopic.php?f=55&t=3732
March 29, 2020

Recommend that you completely Uninstall and Install trueSpace7.61 Beta 8 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
trueBlue
Captain
Posts: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

New Update for trueSpace7.61 Beta 8 Unofficial Update
viewtopic.php?f=55&t=3732
April 05, 2020

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

Clintons3dPlugin.rsx
Update
version 1638415

Library
Components - Compositing
Update
Bump2Normal.RsObj


Animation Preferences panel
Changed
Automatic Keyframing and Bake Keyframes buttons


CustomScriptsStore
Add
Constraint Scripts.RsObj

Update
AutokeyWidgets.RsObj
Add
Automatic Keyframing panel
AK_PanelFrame

AutoKey.RsObj
Comment

Code: Select all

	var auto = params.ConValue('auto');
	if(auto) 
	{
		RsAnim.SetKeyFrame(Node.FirstSelected(), RsTime.CurrentTime());
//		if(Node.Exists("Scripts/CustomCommands/KeyInterp"))
//			Activity.Run("Scripts/CustomCommands/KeyInterp/copyDefaultInterp");
	}
Point Edit Widgets
Sphere
Changed
Ctrl + RMB click - Opens the Point Edit Widget's Preferences
User avatar
trueBlue
Captain
Posts: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

New Update for trueSpace7.61 Beta 8 Unofficial Update
viewtopic.php?f=55&t=3732
April 18, 2020

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

Scripts/CustomCommands
Add
ParticleScripts - Author Clinton Reese

Scripts/preobjects
Update
animpref.RsObj
AnimPrefPanelFrame.RsObj


Scripts/ScriptCommands
Update
Unglue.xml - Author Clinton Reese

Materials - DX9 library
Add
D3D Sequence Material.RsMat

File
Select the Open File control and browse to where you have a sequence of images.
Select the first image and Open it.
Time
Add the Time attribute to the Keying panel
Set Keyframes for the first and last image number in the sequence
Note: You are not limited by setting Keyframes for the first and last number in the sequence, however.
Tip: Ctrl + Drag the Sequence Material panel from the Stack when setting Keyframes.
Alpha On / Alpha Off
Enables the Alpha Texture
D3D Sequence Material.png
User avatar
trueBlue
Captain
Posts: 5208
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace 7.61 Beta 8 Unofficial Update

Post by trueBlue »

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

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

Scripts/CustomCommands
Update
ParticleScripts - Author Clinton Reese :worship:
Particle Script Encaps
Add
Alpha Texture
Animation button scripts
Particle Script Encaps.png
Particle Script Encaps.png (6.28 KiB) Viewed 3821 times
PlaneCrash.gif
PlaneCrash.gif (2.76 MiB) Viewed 3300 times
Explosion.gif
Explosion.gif (2.87 MiB) Viewed 3300 times
Post Reply