Notes and Scene View for workspace

User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

Scene View 2 has a script selected Workspace Layers 4 has a layer selected.png
User avatar
clintonman
Captain
Posts: 5429
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Notes and Scene View for workspace

Post by clintonman »

Yep, that makes sense. The scene view doesn't respond to all changes in the scene, including selections done by script. True for both Scene view and Scene View 2. Might be able to adjust for this.

Edit: changed and it worked for both old scene view and new scene view 2. If you select layers it lets the scene view know about the change. I'll attach another after a quick look around.
Clinton Reese

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

Re: Notes and Scene View for workspace

Post by clintonman »

Web site was down for a while.
Anyway, I modified so scene view responds to selection changes from layers, hide/show from layers and lock and unlock from layers
Also made it so the scene view buttons only work if the corresponding radio button is active, because Scene View 2 doesn't work if the radio is set at Scene View, and Scene View doesn't work if the radio is set at Scene View 2.
Attachments
WebServer.RsObj
(350.8 KiB) Downloaded 66 times
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

Looks like some good changes :bananacheers:
Is it just the compute script that got modified?
User avatar
clintonman
Captain
Posts: 5429
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Notes and Scene View for workspace

Post by clintonman »

trueBlue wrote: 10 Aug 2022, 01:56 Looks like some good changes :bananacheers:
Is it just the compute script that got modified?
Yes, I think so.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

clintonman wrote: 10 Aug 2022, 02:00
trueBlue wrote: 10 Aug 2022, 01:56 Looks like some good changes :bananacheers:
Is it just the compute script that got modified?
Yes, I think so.
Can you add code to the Set WebServerFrame script that opens the Settings panel, if it is not open?
User avatar
clintonman
Captain
Posts: 5429
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Notes and Scene View for workspace

Post by clintonman »

trueBlue wrote: 10 Aug 2022, 02:02
clintonman wrote: 10 Aug 2022, 02:00
trueBlue wrote: 10 Aug 2022, 01:56 Looks like some good changes :bananacheers:
Is it just the compute script that got modified?
Yes, I think so.
Can you add code to the Set WebServerFrame script that opens the Settings panel, if it is not open?
You mean so lmb will act the same as lmb then rmb?
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

Yes
When you use the www toolbar LMB command, it Starts the Server and opens the panel so you can Open the programs
User avatar
clintonman
Captain
Posts: 5429
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Notes and Scene View for workspace

Post by clintonman »

Sure, it's just one line added to the StartWebServer.

DeletePrefsPanel.jpg
DeletePrefsPanel.jpg (35.21 KiB) Viewed 971 times
Also attached is my Delete changes. It's not optimized for single undo yet.
It will ask before deleting a Vray node in the scene.
Other nodes can be added for the are you sure questioning


If the Delete preferences is added to Custom preferences then the rmb can be changed to open the panel.
Protect Special Nodes will ask "are you sure?" question, otherwise just deletes.
Delete Whole NURBS will delete the whole nurbs object, otherwise only delete what is selected.
Attachments
Delete preferences.RsObj
(47.86 KiB) Downloaded 64 times
Delete.RsObj
(8.26 KiB) Downloaded 64 times
WebServer.RsObj
(351.34 KiB) Downloaded 63 times
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Notes and Scene View for workspace

Post by trueBlue »

clintonman wrote: 10 Aug 2022, 03:26 Sure, it's just one line added to the StartWebServer.


DeletePrefsPanel.jpg
Also attached is my Delete changes. It's not optimized for single undo yet.
It will ask before deleting a Vray node in the scene.
Other nodes can be added for the are you sure questioning


If the Delete preferences is added to Custom preferences then the rmb can be changed to open the panel.
Protect Special Nodes will ask "are you sure?" question, otherwise just deletes.
Delete Whole NURBS will delete the whole nurbs object, otherwise only delete what is selected.
Thanks!
The new Delete (Enhanced) script does not delete multiple selected objects
I did a test with the previous Delete.xml with multiple selected NURBS and it deleted all of the NURBS
Post Reply