|
Sweet Home 3D Forum » List all forums » » Forum: Developers » » » Thread: Text name only in 2D view » » » » Post: Re: Text name only in 2D view |
Print at Dec 20, 2025, 1:06:40 AM |
| Posted by clanmills at Feb 20, 2015, 8:11:26 PM |
|
Re: Text name only in 2D view I don't know the answer, however here are a couple of ideas: Changing SH3D code The method paintIcon() in PlanComponent.java appears to generate an image which is used as a "proxy" for an item of furniture. Perhaps you could rewrite that method to create a little text label which displays the name of the item PostProcessing the SVG I've exported an SVG file and it consists of vector graphics and <image .../> tags which I believe are "proxy" images. I removed the images with this: $ cat SGx.svg | xmllint --format --recover - | sed 's#<image.*/>##g' > SGy.svg I suspect the <image ../> tag is identical for every instance of the same item of furniture. A script could be devised to identify every <image ../> and replace it with a graphical/SVG text label unique for that <image ../> |
|
|
Current timezone is GMT Dec 20, 2025, 1:06:40 AM |