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: 249
Posts: 249   Pages: 25   [ Previous Page | 1 2 3 4 5 6 7 8 9 10 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1365609 times and has 248 replies Next Thread
db4tech
Advanced Member



UK
Joined: May 3, 2010
Post Count: 223
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

Thank you Emmanuel!! smile

Only had a very quick go with it so far, initial thoughts, what a great application!
Will you also be adding it to Sweet Home as a plug-in or is it staying as a standalone?

Once again thank you!
db4tech
[Jun 9, 2010, 10:37: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 
Puybaret
Expert
Member's Avatar

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

At this time, I think it will remain a standalone application for a while...
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Jun 9, 2010, 1:33: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 
pencilart
Advanced Member
Member's Avatar


Joined: Oct 2, 2007
Post Count: 188
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

Works nicely.
I wanted to make a desktop launcher (on my Linux system) but I couldn't get the command right so that did not work. Right now, I just have to remember where the file is and right click that and select to open with java.
[Jun 10, 2010, 6:20:36 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: 9426
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

I just updated the Beta version of the Furniture Library Editor with the fix for better DAE/Collada support.
This tool will probably be released in the coming days with Sweet Home 3D 2.5.
I updated the Beta version of Sweet Home 3D 2.5 too, and now you can import again existing SH3F or SH3T files without being obliged to relaunch Sweet Home 3D.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Jun 14, 2010, 4:25:23 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: 9426
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

I updated Sweet Home 3D 2.5 to Beta 4 to avoid problems with temporary working files that were wrongly deleted (this happens rarely).
Now, these files are stored in the work directory of your personal application directory (eTeks\Sweet Home 3D\work under Windows, eTeks/Sweet Home 3D/work under Mac OS X and .eteks/sweethome3d/work under Linux).
Please can you confirm it works correctly on your system and that temporary files are deleted once you exited the program?
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Jun 16, 2010, 1:24:25 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
hansmex
Advanced Member
Member's Avatar

Netherlands
Joined: Sep 26, 2009
Post Count: 4002
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

Emmanuel:

Under Ubuntu, I can see a new subdirectory called "work", next to "furniture" and "plugins". Judging by their size and number, on opening SH3D, the files from the "furniture" directory are copied into it, and deleted as soon as SH3D is closed.

Hans
----------------------------------------
Hans

new website - under constuction
hansdirkse.info
[Jun 16, 2010, 2:32:52 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: 9426
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

Thanks Hans, the behavior you describe is the expected one. smile
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Jun 16, 2010, 11:22:27 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
db4tech
Advanced Member



UK
Joined: May 3, 2010
Post Count: 223
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

Hi Emmanuel,

First chance I have had to try this..

Under Windows 7 The 'work' folder is created with a subdirectory containing temp files but the contents remain once the Sweet Home beta 5 is closed, next time Sweet Home beta 5 is launched another subdirectory with temp files is created and that remains once the app is closed.

Maybe it's just a Windows 7 thing?

Will try XP under visualization when get chance.

db4tech
----------------------------------------
[Edit 1 times, last edit by db4tech at Jun 16, 2010, 9:49:04 PM]
[Jun 16, 2010, 9:46: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: 9426
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

db4tech, the behavior you describe is normal under Windows.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Jun 17, 2010, 8:24:57 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
pencilart
Advanced Member
Member's Avatar


Joined: Oct 2, 2007
Post Count: 188
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture Library Editor Beta released

ok, as you might know, I'm running a new SuSE system. The library editor will no longer launch for me. This is what happens when I try to run it in the terminal:
java -jar FurnitureLibraryEditor-1.0.beta.jar
Unable to access jarfile FurnitureLibraryEditor-1.0.beta.jar

Then I tried it like this:
java FurnitureLibraryEditor-1.0.beta.jar
Exception in thread "main" java.lang.NoClassDefFoundError: FurnitureLibraryEditor-1/0/beta/jar
Caused by: java.lang.ClassNotFoundException: FurnitureLibraryEditor-1.0.beta.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
Could not find the main class: FurnitureLibraryEditor-1.0.beta.jar. Program will exit.

-----
Edit:
I had to do this in a terminal:
cd /home/<username>/OBJs/SH3Dplugins/
then the java -jar FurnitureLibraryEditor-1.0.beta.jar command.
On the old system, I could just open the terminal and be in that directory already. I gotta get used to this.
----------------------------------------
[Edit 1 times, last edit by pencilart at Jun 27, 2010, 8:10:07 PM]
[Jun 27, 2010, 7:56: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 
Posts: 249   Pages: 25   [ Previous Page | 1 2 3 4 5 6 7 8 9 10 | 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