Search found 5090 matches

by trueBlue
15 Jan 2021, 13:09
Forum: Workspace Side
Topic: New NURBS tools
Replies: 267
Views: 57745

Re: New NURBS tools

Implemented your new way and it works using scripts and toolbar commands but I am not able to get a shortcut to work Had to modify the script to get it to import correctly from a xml file First of all you had a typo with the evetData Node = evetData.Node; Correct Node = eventData.Node; Lots of other...
by trueBlue
15 Jan 2021, 00:20
Forum: Repositorium
Topic: Workspace Layers version 3
Replies: 59
Views: 24557

Re: Workspace Layers version 3

Clock scene from Model
92 ORA panels in Settings
Clock scene ORA.png
With the new CloseORASettings added, I did not see any performance issues! :D
by trueBlue
14 Jan 2021, 21:34
Forum: Repositorium
Topic: Workspace Layers version 3
Replies: 59
Views: 24557

Re: Workspace Layers version 3

With the Protect Curve Color checked, change the Layer Color Maybe you need to add Protect Curve Color to the colorchangeprocessor script? Correct line 709 wasn't the problem. Still no blank menu items though. Edit: Ok protect curve color is fixed and added some optimizations to the colorchangeproc...
by trueBlue
14 Jan 2021, 20:41
Forum: Repositorium
Topic: Workspace Layers version 3
Replies: 59
Views: 24557

Re: Workspace Layers version 3

With the Protect Curve Color checked, change the Layer Color
Maybe you need to add Protect Curve Color to the colorchangeprocessor script?
by trueBlue
14 Jan 2021, 19:56
Forum: Workspace Side
Topic: New NURBS tools
Replies: 267
Views: 57745

Re: New NURBS tools

spacekdet wrote: 14 Jan 2021, 19:40 Είναι όλα ελληνικά για μένα
Me too :?

Code: Select all

return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
by trueBlue
14 Jan 2021, 19:36
Forum: Repositorium
Topic: Workspace Layers version 3
Replies: 59
Views: 24557

Re: Workspace Layers version 3

Great update!!! There might be an issue with NURBS when refreshing, the menus go Blank NURBS Patches and Curves' menu blank.png Also the Protect Curve Color is not working, unless I misunderstanding it's use. If checked, it should not use the Layer Color? Line 709 maybe? Or maybe you need to add Pro...
by trueBlue
14 Jan 2021, 16:23
Forum: Repositorium
Topic: Workspace Layers version 3
Replies: 59
Views: 24557

Re: Workspace Layers version 3

I found an additional (optional) way to update the last Workspace Layers version and includes more checks for your plugins I would really prefer to add an option to not show this Alert. Gets old after awhile! loadIt script function Execute(params) { var owner = System.ThisOwner(); var scene = Space....
by trueBlue
14 Jan 2021, 15:43
Forum: Workspace Side
Topic: New NURBS tools
Replies: 267
Views: 57745

Re: New NURBS tools

Cool :bananathumb:
Really late in the game but I am wondering if you would have added a NURBS Attribute out of the controlPointMesh and LODMesh to the Patches and Curves, if it would have been a lot easier for identification.
NURBS.png
NURBS.png (9.77 KiB) Viewed 2455 times
by trueBlue
14 Jan 2021, 14:39
Forum: Repositorium
Topic: Workspace Layers version 3
Replies: 59
Views: 24557

Re: Workspace Layers version 3

Looks like the Refresh button no longer changes the Colors I am getting mixed results when refreshing the menu(s) It seems that only Visible (menu H) works when refreshing For instance when I change it to menu H L and Refresh it, it changes to menu H, even though the item is Locked Would it be possi...
by trueBlue
14 Jan 2021, 12:32
Forum: Workspace Side
Topic: New NURBS tools
Replies: 267
Views: 57745

Re: New NURBS tools

Are you also planning to put restrictions on all the other tools too? I see many that will probably not work properly with nurbs. Skeleton tools Paint a material on a curve, or the control meshes Hair tool on cp meshes. SDS tool any editing tool that would change the mesh several of the custom tool...