Search found 4041 matches
- 16 Aug 2022, 16:34
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
So there is no reason for 2 Global Function Sets, only the UUCommands one is needed. Looks like 2 Global Function Sets to me GlobalFunctionsAutoload Node.Copy(owner + "/" + theScript,"/Scripts/CustomCommands"); RsFileIO.SaveObject(mainDir + "\\Scripts\\clintonobjects\\CustomScriptsStore\\" + theScr...
- 16 Aug 2022, 15:53
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
So there is no reason for 2 Global Function Sets, only the UUCommands one is needed. Looks like 2 Global Function Sets to me GlobalFunctionsAutoload Node.Copy(owner + "/" + theScript,"/Scripts/CustomCommands"); RsFileIO.SaveObject(mainDir + "\\Scripts\\clintonobjects\\CustomScriptsStore\\" + theScr...
- 16 Aug 2022, 15:13
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
I think I see how the path is recognized now, as you are using it in the toolbar command cmd='GFS=Node.AccessFnSet("Scripts/UUCommands/Global Function Set");UUFS=Node.AccessFnSet("Scripts/UUCommands/UUFunctionSet");UUFS.GlobalFS=GFS;UUFS.UVFlatten();';RsApp.RunScriptBuffer(cmd); Looking at the code ...
- 16 Aug 2022, 14:17
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
... Some use: RsApp.RunScriptBuffer(cmd); (1 Undo) Not even sure if you can use these in a Function Set ... It does need testing. I did run into trouble with RunScriptBuffer Fix NURBS ORA inside of the VisUtility Function Set. I converted it to normal code using "util" for no undo instead of 1 undo...
- 15 Aug 2022, 17:32
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
The scripts below the Camera toolbar will go into a new Function Set All of the scripts to the left (13) are the remaining scripts needing attention Most are pretty lengthy (100 lines or more) Some use: RsApp.RunScriptBuffer(cmd); (1 Undo) Not even sure if you can use these in a Function Set Remaini...
- 15 Aug 2022, 16:42
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
BTW... this was my first test to incorporate additional toolbar commands from the Scripts/Commands into the UUFunctionSet
Now that you have seen the UUFunctionSet, what are your thoughts?
Should I continue with the rest of the Scripts/Commands scripts?
Now that you have seen the UUFunctionSet, what are your thoughts?
Should I continue with the rest of the Scripts/Commands scripts?
- 15 Aug 2022, 16:29
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
Thanks, seems to be working now! 

- 15 Aug 2022, 14:28
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
I tried the original UV Flatten command and it worked but you would have to rearrange the UVs
Compare the previous pic with this one- 15 Aug 2022, 14:17
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
Here is the current UUCommands UVFlatten is at the bottom Can you look at the function ResetContext() I was wanting to use the: var globalFS = Node.AccessFnSet("Scripts/UUCommands/Global Function Set"); for the Question Not sure how to write the new Question Maybe add "Default Context" for the title...
- 15 Aug 2022, 13:16
- Forum: General Discussion
- Topic: Final trueSpace 7.61 Beta 8 Unofficial Update
- Replies: 1489
- Views: 349889
Re: Final trueSpace 7.61 Beta 8 Unofficial Update
In my previous post, I said: "Can tell if it is working and not seeing the modal error" I meant to say, "I can NOT tell if it is working and not seeing the modal error Still not sure if this is working I do not see any activity when I run Flatten UVs in the Command History I do see activity when I r...