Index  | Recent Threads  | List Attachments  | Search
 Welcome Guest  |  Register  |  Login
Login Name  Password
 

Sweet Home 3D Forum



No member browsing this thread
Thread Status: Active
Total posts in this thread: 252
Posts: 252   Pages: 26   [ Previous Page | 17 18 19 20 21 22 23 24 25 26 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1402347 times and has 251 replies Next Thread
artwhitehead
Newbie



United States
Joined: Apr 2, 2024
Post Count: 2
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor 2.0

Perfect! Thank You. That did the trick.
[Apr 2, 2024, 10:06:22 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Keet
Advanced Member
Member's Avatar

Netherlands
Joined: Apr 8, 2022
Post Count: 1450
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor 2.0

At the top of the PluginFurnitureCatalog.properties file in a .sh3f file you can add a few library properties. The ones I know of:

id=
name=
description=
version=
license=
provider=

Since you can't add a custom property that is preserved when you save the file in the library editor I wondered if there are other properties that are supported?

Second question:
How do you remove a planicon other than manually editing the properties file and removing the image from the .sh3f zip?
----------------------------------------
Dodecagon.nl
1300+ 3D models, manuals, and projects
[May 5, 2024, 10:08:54 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9430
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor 2.0

Since you can't add a custom property that is preserved when you save the file in the library editor I wondered if there are other properties that are supported?
No it's the only supported properties for a library. Custom properties are for pieces of furniture, not the library itself.
How do you remove a planicon other than manually editing the properties file and removing the image from the .sh3f zip?
Sorry, there's no other way for the moment. I simply didn't think about it when I programed this feature.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[May 6, 2024, 10:42:53 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Keet
Advanced Member
Member's Avatar

Netherlands
Joined: Apr 8, 2022
Post Count: 1450
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor 2.0

Would it be possible to have the Furniture Libary Editor generate a new catalog icon when you rotate the preview icon in the modify dialog?
Every property is correctly saved except a change in the perspective of the preview icon.

I know I can set a custom icon but that seems a little overkill. In most cases a simple replace with the preview that is shown is sufficient (unless of course a custom icon is set).
----------------------------------------
Dodecagon.nl
1300+ 3D models, manuals, and projects
[May 11, 2024, 6:38:26 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
dorin
Advanced Member
Member's Avatar

Romania
Joined: Apr 24, 2014
Post Count: 691
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor 2.0

This feature already exist.
I've used for the molding library.
----------------------------------------
A computer program does what you tell it to do, not what you want it to do. Murphy's Law
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law
[May 11, 2024, 8:45:31 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9430
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor 2.0

This feature is available when the icon property is not modifiable in the preferences panel. See also the post about version 2.0.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[May 11, 2024, 9:56:12 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Keet
Advanced Member
Member's Avatar

Netherlands
Joined: Apr 8, 2022
Post Count: 1450
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor 2.0

Aha, that solves my problem. I'm glad that the option is already available. I had no idea that it depended on the modifiable setting of the icon. Seems reasonable though.
Thank you.
----------------------------------------
Dodecagon.nl
1300+ 3D models, manuals, and projects
[May 11, 2024, 10:09:07 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Keet
Advanced Member
Member's Avatar

Netherlands
Joined: Apr 8, 2022
Post Count: 1450
Status: Offline
Reply to this Post  Reply with Quote 
Furniture Library Editor Bug

Emmanuel, in another thread concerning lightsources you stated this:
You can already have more than one material listed in the lightSourceMaterialName# property. Just separe them with one or more spaces.
Unfortunately there's a bug in the Library Editor (v2.0) that prevents this from working correctly.

I add two lightsource material names: "UpLight DownLight" (without the quotes). I save and import the library but when I render a photo only the last light shows. (When I switch the order of the lights the other one is the only one that shows.)
I go back to the library and when I modify the object with two light sources I see that the Library Editor has added a comma between the two light sources. Even worse, when I save again without changing anything another comma is added after the first. With every save another comma is added.

I assume that adding the comma is not supposed to happen and that is the cause of only accepting the last light source.

ETA:
In the Home.xml file both lightsources are correctly listed:
<light id='light-15930b30-3aba-40fe-b5be-b7d20db73264' level='level-a8f78c57-ad8a-4eab-8e30-6df9906d7ae5' name='Elevator Call buttons' creator='Keet' model='218/CallButtonPanel.obj' icon='217' x='-1984.5288' y='1783.7722' width='6.0' depth='0.5' height='11.0' modelSize='4201' description='<b>(Dodecagon Glass Elevator)</b>' license='CC0 1.0 Universal' power='0.5'>
<lightSourceMaterial name='UpLight,'/>
<lightSourceMaterial name='DownLight'/>
</light>


ETA 2:
When I manually remove the comma in the library properties file both lights work. It is definitely just the Library Editor that writes a comma where it shouldn't. And keeps writing it with every save.

ETA3:
Further investigation shows that saving the library adds the comma to all objects with multiple lightsources listed. This means it's not when you save the object with multiple lightsources but when you save the library itself.
----------------------------------------
Dodecagon.nl
1300+ 3D models, manuals, and projects
----------------------------------------
[Edit 3 times, last edit by Keet at Jul 14, 2024, 10:00:14 AM]
[Jul 13, 2024, 5:11:56 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9430
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Bug

Thanks Keet for reporting this issue. I fixed it and the correction will be available in the next version.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Jul 15, 2024, 12:01:21 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Keet
Advanced Member
Member's Avatar

Netherlands
Joined: Apr 8, 2022
Post Count: 1450
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Bug

Not a bug but a nuisance:
After I open and close the preferences dialog all columns are perfectly sized to the width of the contents. It would be nice if this also happended when you open the library. Currently I abuse the open and close of the preferences dialog because that's easier than resizing each column to fit the contents but it should resize by default.
----------------------------------------
Dodecagon.nl
1300+ 3D models, manuals, and projects
[Aug 4, 2024, 11:15:38 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Posts: 252   Pages: 26   [ Previous Page | 17 18 19 20 21 22 23 24 25 26 | Next Page ]
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread

  Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads  
© Copyright 2024 Space Mushrooms - All rights reserved