Browser based Color Picker, Layers and Scene View Update

free scripts, plugins, models, textures
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Browser based Color Picker, Layers and Scene View Update

Post by clintonman »

Jan 8 2023

Bug fix

The Scene View 2 page was not connected to the trueSpace rename event and once connected wasn't working for the scene node.

@trueBlue

2 nodes changed "compute" and "SceneView2FunctionSet"

for the "compute" node only added one line, 309, for the TSRenameEvent

Code: Select all

	if(SceneViewVersion == 2) {
		if(datafromweb.command == "TSSelectionChange") { SceneView2FS.TSSelectionChange(params); return;} // same v1 above and v2

		if(datafromweb.command == "TSRenameEvent") { SceneView2FS.RefreshWholeTree(params); return; }

		if(datafromweb.command == "RenameItem") { SceneView2FS.RenameItem(datafromweb, params); return; }
Clinton Reese

http://clintons3d.com
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Browser based Color Picker, Layers and Scene View Update

Post by clintonman »

Update December 22 2023

Added Null icons to the Scene View 2 page
copied wslayersgroup4 from the UU version which had a fix in AddToLayer function

to update replace the web folder and run the script installer

http://clintons3d.com/plugins/truespace ... webui.html
Clinton Reese

http://clintons3d.com
Post Reply