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 | 13 14 15 16 17 18 19 20 21 22 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1400724 times and has 251 replies Next Thread
davidzhghenti
Newbie



Georgia
Joined: Oct 23, 2021
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor released

Good day all..
I download this program... In YouTube I saw Up panel is "Tools". near the File, EDIT, Plan, Help. in this How I add "TOOL"?
thanks,,,
[Oct 23, 2021, 8:10:02 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 released

I don’t know what you saw but the Furniture Library Editor is a separated application as explained in the first message of this thread.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Oct 23, 2021, 10:16:45 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
enkonyito
Advanced Member




Joined: May 28, 2015
Post Count: 607
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor released

FurnitureLibraryEditor-1.28.1_derived

  • added light sources 3D preview (transparent light, opaque source)


executable jar
source code
----------------------------------------
EnkoNyito
[Oct 27, 2021, 11:11:01 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Andrew_Somovo
Newbie



Russia
Joined: May 20, 2020
Post Count: 4
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor released

Hello! I would really like it to be possible to edit and save the price in the FurnitureLibraryEditor, so that when importing in the library, the price is linked to the model! Is there a way to do this? Our company is ready to pay for it, how much will it cost?
[Dec 1, 2021, 5:57:43 AM] 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 released

Hello Andrew,

You'll find a version with the additional Price / VAT / Resizable / Texturable fields in
FurnitureLibraryEditorWithPrice-1.28.jar version 2.0.

I also added Resizable and Texturable check boxes which prevents from resizing an object and changing its color / texture in Sweet Home 3D, when unchecked. If you want to preset the price of an object, I guess it's for real products which can't be resized or colored, right? I would be happy to know your actual use case.

The management of these fields was already programmed but disabled in the default version.
If you like it, I'll add a Price option in the preferences of a future version of the Furniture Library Editor to enable them and avoid keeping this special version.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
----------------------------------------
[Edit 1 times, last edit by Puybaret at Sep 24, 2023, 3:20:14 PM]
[Dec 1, 2021, 10:24:56 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Andrew_Somovo
Newbie



Russia
Joined: May 20, 2020
Post Count: 4
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor released

Emmanuel, that's Great! Thank you very much, I will test it now!
[Dec 1, 2021, 11:16:47 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Andrew_Somovo
Newbie



Russia
Joined: May 20, 2020
Post Count: 4
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor released

Emmanuel, everything works, you are God! How much money does it cost, where to transfer it?
[Dec 1, 2021, 12:00:38 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 released

It's great that you like it smile
You can make a donation if you want.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Dec 1, 2021, 1:18: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 
Gigi0ne
Newbie




Joined: Apr 6, 2022
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor released

hi

i have a small problem biggrin ..
any idea?
thank's

[luigi@localhost burla]$ java -jar FurnitureLibraryEditor-1.28.jar
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.eteks.furniturelibraryeditor.FurnitureLibraryEditorBootstrap.main(Unknown Source)
Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-11.0.14.1.1-5.fc35.x86_64/lib/libawt_xawt.so
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2630)
at java.base/java.lang.Runtime.load0(Runtime.java:768)
at java.base/java.lang.System.load(System.java:1837)
at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2442)
at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2498)
at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2694)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2648)
at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830)
at java.base/java.lang.System.loadLibrary(System.java:1873)
at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1399)
at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1397)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.desktop/java.awt.Toolkit.loadLibraries(Toolkit.java:1396)
at java.desktop/java.awt.Toolkit.<clinit>(Toolkit.java:1429)
at java.desktop/javax.swing.UIManager.getSystemLookAndFeelClassName(UIManager.java:661)
at com.eteks.furniturelibraryeditor.FurnitureLibraryEditor.initLookAndFeel(Unknown Source)
at com.eteks.furniturelibraryeditor.FurnitureLibraryEditor.init(Unknown Source)
at com.eteks.furniture
[Apr 6, 2022, 7:01:43 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 released

I think you should reinstall Java or reuse the java command found in the runtime/bin subfolder of SweetHome3D installation folder.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Apr 6, 2022, 7:07: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 
Posts: 252   Pages: 26   [ Previous Page | 13 14 15 16 17 18 19 20 21 22 | 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