Categories
This topic has been viewed 15991 times and has 36 replies
Re: Categories
How do you export a "custom category called Tools"? As far as I know you can't export a category. From Sweet Home 3D you can export ALL (a somewhat useless function) and from the Library Editor you can 'Save As' but not a selected category.
Dodecagon.nl
1300+ 3D models, manuals, and projects
1300+ 3D models, manuals, and projects
Re: Categories
You're right, i export everything that came from outside a library. I hadn't time to see it.
I just tested again : when I right click on a line to choose "Modify" it crashes immediately.
I just tested again : when I right click on a line to choose "Modify" it crashes immediately.
Re: Categories
Sorry to interrupt your conversation but:
I don't want to interfere in this but I'm a linux user too and, like Keet said:
which version of SH3D & FLE you use?
installed or from repository???
If is installed I (we) can help you otherwise don't expect too much from my side.
The repository versions are not in the responsibility of developer of this programs.
Until ten years ago I've have a lot of problems with the repository versions and I've never use it again.
About the categories subject I agree with you and personally I've modify it including the default library BUT again Keet has right:
you will have to do the work again after an update.
I've assumed this for my side.
Anyway it is not so often.
OK, I agreeI don't use betas, final versions should simply work.
I don't want to interfere in this but I'm a linux user too and, like Keet said:
andI like the editors as separate tools.
Now the principal question:I never had any problems with any version of the Library Editor.
which version of SH3D & FLE you use?
installed or from repository???
If is installed I (we) can help you otherwise don't expect too much from my side.
The repository versions are not in the responsibility of developer of this programs.
Until ten years ago I've have a lot of problems with the repository versions and I've never use it again.
About the categories subject I agree with you and personally I've modify it including the default library BUT again Keet has right:
you will have to do the work again after an update.
I've assumed this for my side.
Anyway it is not so often.
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
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law
Re: Categories
Generally the repository versions are old versions, often multiple versions behind the current. So basically useless if you want to use the added functionality in later versions.
It's very easy to install on Linux using the download .tgz file (either using the installer or just decompressing over a previous version).
It's very easy to install on Linux using the download .tgz file (either using the installer or just decompressing over a previous version).
Dodecagon.nl
1300+ 3D models, manuals, and projects
1300+ 3D models, manuals, and projects
Re: Categories
Not the only reason.Generally the repository versions are old versions
Usually the linux distributions have their own politics regardless of java.
So, the repository versions use the modified provided distribution java by the linux system not the full one recommended and embedded in SH3D (in our case java 1.8).
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
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law
Re: Categories
Last official (non betas) versions : SH3D 7.1 64 bits and FLE 1.3.1 that opens with OpenJDK Java 11 Runtime. I don't used Repository.[…]which version of SH3D & FLE you use?
installed or from repository???
If is installed I (we) can help you otherwise don't expect too much from my side.
[…]
Re: Categories
That's good.I don't used Repository.
That's not really good. I've also encountered some problems in the past with a similar configuration.FLE 1.3.1 that opens with OpenJDK Java 11 Runtime
That mean the FLE run under the system provided java.
I've decide to use for all programs related with SH3D only jre8 and, in this way, I've forgot about troubles.
I've made this tutorial which need some updates but could be an inspiration.
My actually file look like this (with Keet contributions):
Code: Select all
#!/bin/sh
# Retrieve Furniture Library Editor directory
PROGRAM=`readlink "$0"`
if [ "$PROGRAM" = "" ]; then
PROGRAM=$0
fi
PROGRAM_DIR=`dirname "$PROGRAM"`
# Run Furniture Library Editor
exec "$PROGRAM_DIR"/jre1.8.0_351/bin/java -jar "$PROGRAM_DIR"/editors/FurnitureLibraryEditor-2.0.beta7.jar -open "$1"No problem!(non betas) versions
I have both with separate start files.
Every actually final versions was previously a beta.
This FLF beta have a lot of good improvements and we will have it in FLF-2.
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
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law
Re: Categories
I read about improvements from last (?) beta. That looks fine. But I saw new Library too and that's why I started this thread.
So, I should install openjdk-8-jre available into Synaptic ?
So, I should install openjdk-8-jre available into Synaptic ?
Re: Categories
NO! You will continue to have problems.
Download mine from here .
Or
Copy the folder "runtime" from SweetHome3D-7.1 installation folder.
You could rename it as jre8 or modify accordingly the path in the script.
Download mine from here .
Or
Copy the folder "runtime" from SweetHome3D-7.1 installation folder.
You could rename it as jre8 or modify accordingly the path in the script.
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
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law
Re: Categories
You already have the correct java runtime because it's supplied with Sweet Home 3D. If you look at the script that dorin displayed the first part is retrieving the current directory so it has a path to that java version.
If you follow dorin's tutorial you are using that java version.
If you follow dorin's tutorial you are using that java version.
Dodecagon.nl
1300+ 3D models, manuals, and projects
1300+ 3D models, manuals, and projects
Who is online
Users browsing this forum: No registered users and 3 guests