Italy
Joined: Nov 17, 2021
Post Count: 466
Status:
Offline
Re: Pan tool in 3D and 2D view?
New version released!
The version 3.1 allows to toggle object selection in 3D view using SHIFT key + left mouse button, so multiple objects can be selected directly from the 3D view. This enhancement will help a lot with the automatic wiring feature that will be added to the Wirings plugin very soon.
Download from SourceForge or using the Plugin manager.
Notice: this is intended only for space analysis. The changes are temporary, they will be lost if you modify the furniture and when reopening the file.
Download from SourceForge
----------------------------------------
[Edit 1 times,
last edit by Daniels118 at May 6, 2022, 1:55:50 PM]
Joined: May 10, 2022
Post Count: 22
Status:
Offline
Re: Pan tool in 3D and 2D view?
PLEASE help. I cannot work properly with that, so I need to deinstall, but HOW TO??
Windows 10 - SH3D 6.6a Already tried a new installation of sh3d, but it is still the same behaviour, I cannot navigate in the 3D window as before (before installation of that "tool")
Joined: May 10, 2022
Post Count: 22
Status:
Offline
Re: Pan tool in 3D and 2D view?
Oh, thanks a lot for your fast answer!
The behaviour is button. but using your tool drives me crazy, because if I click the right mouse button and push the mouse, it fine and I can use it - same as before. But everytime when I click the left mousebutton and push the mouse only 0,5mm on my table, the 3D view is completely turned over and I need to use one of my saved camera-positions to be able to come back to the same view-point...
For me it would be fine, if left and right buttons could be changed ( but only for this pan-tool, not generally in windows)
But I guess it´s on me, because no other has written such a "problem" ;-)
Italy
Joined: Nov 17, 2021
Post Count: 466
Status:
Offline
Re: Pan tool in 3D and 2D view?
I'm not sure what causes the problem, I have even tried to swap left and right mouse buttons in Windows settings, but it stil works as expected for me. Anyway I have modified the code to handle both buttons, please try the attached version and let me know.
France
Joined: Nov 7, 2005
Post Count: 9426
Status:
Offline
Re: Pan tool in 3D and 2D view?
Is there something I should have not changed in the program? Maybe it can be updated easily to avoid you to change your plug-in and manage different versions of Sweet Home 3D…
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
Italy
Joined: Nov 17, 2021
Post Count: 466
Status:
Offline
Re: Pan tool in 3D and 2D view?
The problem is caused by the addition of the modelFlags parameter to the HomePieceOfFurniture3D.setVisible method, since it's a private method I did expect my code would have break soon or later. Handling both versions should be quite easy anyway.
France
Joined: Nov 7, 2005
Post Count: 9426
Status:
Offline
Re: Pan tool in 3D and 2D view?
I could overload setVisible to keep the old signature too, but as it's a private method, the old version of the method will lead to warnings in Eclipse because it will be unused. Thanks for accepting to fix it on your side
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator