Final trueSpace 7.61 Beta 8 Unofficial Update

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 »

trueBlue wrote: 02 Sep 2018, 18:11 Thanks, that would be great!

On a side note with regards to the params.SetTerminationFlag();
I found the real Author of the Interactive Replace Tool script.
Same author of the Mines Game, Peter Malcovsky.
Check out the Evaluate Click script.
He uses the params.SetTerminationFlag(); on almost all of his if statements.
Also uses Control Flow(s) and Local in the Attributes.
where is Evaluate Click script?
Clinton Reese

http://clintons3d.com
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 »

Here's a 3D UnEncapsulate script.
The UnParent code was only good for items encapsed at the scene level so had to go with a different approach for items encapsulated more than one level deep.
Also made it so it can unencaps more than one selection at a time.
Attachments
UnEncapsulate3D.RsObj
(9.96 KiB) Downloaded 192 times
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 »

In the Mines Game and inside the Game Business node
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 »

trueBlue wrote: 03 Sep 2018, 21:43 In the Mines Game and inside the Game Business node
Yep, that's the way I expect it should be used, to stop downstream nodes from running.
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 »

Whoa, that is a masterpiece! :)

Is it possible to add a function the deletes Pivot(S) and Clip(S) at the selected node owner or the scene level?
Its possible that they both could have different names but do have unique attributes.
Attachments
Pivots and Clips.PNG
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 »

trueBlue wrote: 03 Sep 2018, 22:43 Whoa, that is a masterpiece! :)

Is it possible to add a function the deletes Pivot(S) and Clip(S) at the selected node owner or the scene level?
Its possible that they both could have different names but do have unique attributes.
Good catch, I'll add that.
Clinton Reese

http://clintons3d.com
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 »

Updated 3D UnEncapsulate script.
Removes extraneous pivot and animclip nodes.
Attachments
UnEncapsulate3D.RsObj
(11.69 KiB) Downloaded 200 times
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 »

99.999% perfect! :worship:
I added Space.Unselect() to line 19
Seems to work. Would that be an unknown problem?
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 »

trueBlue wrote: 04 Sep 2018, 01:14 99.999% perfect! :worship:
I added Space.Unselect() to line 19
Seems to work. Would that be an unknown problem?
I would place it after line 19 outside the loop, since it only needs to be run once.
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 »

Okay thanks!
Post Reply