Print at Dec 22, 2025, 11:38:00 PM

Posted by sjb007 at Dec 24, 2022, 2:24:42 PM
Re: Pan tool in 3D and 2D view?
I also get no new window trying to open a second plan. For me, exiting the original window terminates SH3D completely, and I can then open a new instance without having to kill an existing process. This behaviour is in Windows 10.

I captured some stack trace from the logging plugin:
DimensionLineEx3DFactory added successfully
Exception in thread "AWT-EventQueue-0" javax.media.j3d.CapabilityNotSetException: LineAttributes: no capability to set line width
at javax.media.j3d.LineAttributes.setLineWidth(LineAttributes.java:239)
at it.ld.sh3dplugins.pan3dview.View3DEnhancerImpl$14.<init>(View3DEnhancerImpl.java:156)
at it.ld.sh3dplugins.pan3dview.View3DEnhancerImpl.<init>(View3DEnhancerImpl.java:154)
at it.ld.sh3dplugins.pan3dview.Pan3dViewImpl.init(Pan3dViewImpl.java:134)
at it.ld.sh3d.devtoolkit.DynamicPluginLoader.init(DynamicPluginLoader.java:218)
at com.eteks.sweethome3d.plugin.PluginManager.getPlugins(Unknown Source)
at com.eteks.sweethome3d.plugin.HomePluginController.getPlugins(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.<init>(Unknown Source)

Maybe that helps?