Final trueSpace 7.61 Beta 8 Unofficial Update

User avatar
trueBlue
Captain
Posts: 5432
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 »

trueSpace7.61 Beta 8 Unofficial Update Version 10

Release 7/15/2024
viewtopic.php?t=3732

It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager

Unless there is any reported issues, this is the Final Release

Updates:
Postprocess - Update: Options aspect
D3D Material Converter - 'Removed OpenPanel script and PanelFrame'
NURBSScripts - Update 7/14/2024: Author Clinton Reese'
Yafaray Folder - Update: YafaRay4tS Scene Utilities - 'D3D Materials button code'
Note: Opens the D3D Material Converter's YafaRay4tS aspect
User avatar
trueBlue
Captain
Posts: 5432
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 »

trueSpace7.61 Beta 8 Unofficial Update Version 10

Release 8/5/2024
viewtopic.php?t=3732

It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager

Unless there is any reported issues, this is the Final Release

Updates:
Clintons3dPlugin.dll
July 21, 2024
Clintons3D Package (v.1638453)
MaterialLookupTable commands for scripting
MaterialList commands exposed for scripting
new commands are used in the new unreal t3d import

Materials - DX9 library
Updated: Material node in all materials

D3D Material Converter
Updated: Material node
Updated: convert compiled to d3d script

Inputs Flagged as Outputs
Material node Inputs Flagged as Outputs.png
.
Correct Inputs Flags
Material node with correct Inputs.png
User avatar
trueBlue
Captain
Posts: 5432
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 »

trueSpace7.61 Beta 8 Unofficial Update Version 10

Release 8/6/2024
viewtopic.php?t=3732

It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager

Unless there is any reported issues, this is the Final Release

Updates:
CustomCommands
colladagroup/fix_shaders
Update: Support for Material node

ColladaPostProcessor/Texture Function Set
Update: Support for Material node

preobjects
Update:
C3DReset
User avatar
trueBlue
Captain
Posts: 5432
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 »

trueSpace7.61 Beta 8 Unofficial Update Version 10

Release 8/9/2024
viewtopic.php?t=3732

It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager

Unless there are any reported issues, this is the Final Release

Updates:
Widgets
DeformScripts
NURBS
User avatar
trueBlue
Captain
Posts: 5432
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 »

trueSpace7.61 Beta 8 Unofficial Update Version 10

Release 8/10/2024
viewtopic.php?t=3732

It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager

Unless there are any reported issues, this is the Final Release

Updates:
Color Picker
NURBS 8/9/2024: Author Clinton Reese'
User avatar
trueBlue
Captain
Posts: 5432
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 »

trueSpace7.61 Beta 8 Unofficial Update Version 10

Release 8/15/2024
viewtopic.php?t=3732

It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager

Unless there are any reported issues, this is the Final Release

Updates:
preobjects
MaterialEditor
Toolbars/ExportUtilities 'Add: Material Utilities icon'

CustomScriptsStore
CCFunctionSet 'Add: Materials List, Material Utilities, and D3D Material Converter'
Nulls

CustomScriptsStore2
Materials List
Material Utilities
D3D Material Converter
.
Material Utilities.png
User avatar
clintonman
Captain
Posts: 5566
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 »

I found that autokey was creating 2 undos whether it was active or not.

The attached script will change all the autokey code in the widgets so there is 1 undo when autokey is inactive and 2 when autokey is active.

The new command is based on a plugin update from December 2 that adds GetNodeValueInt, GetNodeValueFloat and GetNodeValueString commands. They make it possible to read node values where Node.Value does not work.

Code: Select all

if(System.CreateDO("Clintons3D Package/Utility functions").GetNodeValueInt("/Scripts/CustomCommands/AutoKey","auto")) Activity.Run("/Scripts/CustomCommands/AutoKey");
Attachments
FixAutoKeyWidgetCommand03.RsObj
(6.55 KiB) Downloaded 14 times
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5432
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: 16 Aug 2024, 01:02 I found that autokey was creating 2 undos whether it was active or not.

The attached script will change all the autokey code in the widgets so there is 1 undo when autokey is inactive and 2 when autokey is active.

The new command is based on a plugin update from December 2 that adds GetNodeValueInt, GetNodeValueFloat and GetNodeValueString commands. They make it possible to read node values where Node.Value does not work.

Code: Select all

if(System.CreateDO("Clintons3D Package/Utility functions").GetNodeValueInt("/Scripts/CustomCommands/AutoKey","auto")) Activity.Run("/Scripts/CustomCommands/AutoKey");
Thank you!
Update coming...
User avatar
trueBlue
Captain
Posts: 5432
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 »

trueSpace7.61 Beta 8 Unofficial Update Version 10

Release 8/15/2024
viewtopic.php?t=3732

It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager

Unless there are any reported issues, this is the Final Release

Updates:
preobjects
Widgets
User avatar
trueBlue
Captain
Posts: 5432
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 »

trueSpace7.61 Beta 8 Unofficial Update Version 10

Release 8/18//2024
viewtopic.php?t=3732

It is recommended that you completely Uninstall and Install trueSpace7.61 Beta 8 to a clean directory
Open the Task Manager
If you find any Standalone Runner (32 bit) or trueSpace (32 bit) programs open, Select each one and RClick - End task
Close the Task Manager

Unless there are any reported issues, this is the Final Release

Updates:
preobjects
Widgets
PE Rect select - Unchecked "Connected"
Post Reply