Print at Jan 21, 2026, 4:20:43 AM

Posted by Daniels118 at Sep 21, 2025, 12:38:43 PM
Re: Custom object properties support for SH3D furniture items
Don't add custom getters and setters, but rely on HomeObject.getProperty(String) and HomeObject.setProperty(String, String) instead, then use addPropertyChangeListener on every object you want to monitor for property changes. You may inspect the 3D dimension lines plugin source code to learn how to attach listeners to existing and newly created objects.