インデックス  | 最近のスレッド  | List Attachments  | 検索
 ようこそ Guest  |  登録  |  ログイン
ログイン名  パスワード
 

Sweet Home 3D フォーラム



No member browsing this thread
スレッドの状態: Active
このスレッドの投稿数: 197
投稿数: 197   ページ数: 20   [ 前のページ | 5 6 7 8 9 10 11 12 13 14 | 次のページ ]
[ Jump to Last Post ]
新しいスレッドの投稿
投稿者
前のスレッド このトピックの表示は 1151393 回 で 196 通の返信があります。 次のスレッド
enkonyito
Advanced Member




登録日: 2015/05/28
Post Count: 607
状態: オフライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

It is better to be aware of source code changes to files used by a plug-in to ensure compatibility with future versions of Sweet Home 3D.

This may be due to the #IMPLIED value but the videoSpeed attribute is not visible in the Home.xml file when saving as an old file or creating a new video path with the Beta10.
By adding the videoSpeed attribute in the Home.xml file with a different value from the default one, the speed of movement is slower or faster and therefore the number of images bigger or smaller which increases or decreases the duration of the rendering for a frame rate of 25.

By adding the system property
<property name='com.eteks.sweethome3d.j3d.ignoreDrawingMode' value='false'/>
and the environment attibut
<environment ... drawingMode='OUTLINE' .../>
there is no change in 3D drawing mode , probably due to unauthorized access in Java Web Start.
----------------------------------------
EnkoNyito
----------------------------------------
[編集 1 回, 最終編集者: enkonyito 日時: 2018/09/18 19:13:35]
[2018/09/18 5:06:54] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
Puybaret
Expert
メンバーのアバター

France
登録日: 2005/11/07
Post Count: 9432
状態: オフライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

I set videoSpeed attribute to #IMPLIED because the default speed is 2.4 km/h, i.e. 2/3 or the long 0.66666666666666... value.
But maybe I could simplify as 0.667...

By adding the system property
<property name='com.eteks.sweethome3d.j3d.ignoreDrawingMode' value='false'/>
[...]

By System property, I meant the java option:
-Dcom.eteks.sweethome3d.j3d.ignoreDrawingMode=false
or a call to System.setProperty
(if you want to try with the Beta version, you'll have to build the JAR executable version).
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[2018/09/18 19:47:34] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
enkonyito
Advanced Member




登録日: 2015/05/28
Post Count: 607
状態: オフライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

if you want to try with the Beta version, you'll have to build the JAR executable version

I usually use a version of the available source code to build an executable JAR version from the build.xml.
In the README.TXT , it is indicated that we can also download the source code with an SVN command but how to do?
----------------------------------------
EnkoNyito
[2018/09/18 22:35:02] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
Puybaret
Expert
メンバーのアバター

France
登録日: 2005/11/07
Post Count: 9432
状態: オフライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

As the tag for 6.0 wasn't set on source code yet, you should use the following command to get the current source code:


If svn isn't installed on your computer, I'm pretty sure you'll find plenty of helpful documentation on the web.

If you want to set some System properties when running a JAR executable, you should cite the -D option before the -jar option like in:
java -Dcom.eteks.sweethome3d.j3d.ignoreDrawingMode=false -jar /path/to/SweetHome3D-6.0.jar

Caution!! I generally make some tests before committing changes, but during development, source code may still contain some major bug fixes.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[2018/09/18 23:40:03] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
enkonyito
Advanced Member




登録日: 2015/05/28
Post Count: 607
状態: オフライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

The drawing modes (FILL, OUTLINE, FILL_AND_OUTLINE) are well taken into account for 3D offscreen images (Quality 1 and 2) but not by the Sunflow rendering engine (Quality 3 and 4).


----------------------------------------
EnkoNyito
[2018/09/19 17:28:51] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
Puybaret
Expert
メンバーのアバター

France
登録日: 2005/11/07
Post Count: 9432
状態: オフライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

Thanks for your tests. I updated the program to ignore the drawing mode in SunFlow and in OBJ export.
I also renamed com.eteks.sweethome3d.j3d.ignoreDrawingMode as com.eteks.sweethome3d.j3d.drawingModeEnabled that has to be set to true instead of false.

No idea if I'll go further one day with this drawing mode, handling big designs in OUTLINE mode doesn't even seem to be faster.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[2018/09/19 20:39:41] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
hansmex
Advanced Member
メンバーのアバター

Netherlands
登録日: 2009/09/26
Post Count: 4014
状態: オンライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

Hi Emmanuel,

Ubuntu keeps changing things, whether for better or worse, I am not sure.

SH3D-5.7 is offered in the software store: it installs and runs without any problem. However... if you look at the installation, it is very different from the "old" installation, where you only had to unzip the downloaded file. There are 3 hidden eteks/SH directories, and it is not clear which does what. Using trial and error, I found the directory where I have to place plug-ins and libraries.

These days, Ubuntu uses the SNAP packaging system. The good news is that this package should work for all Ubuntu/Mint/Linux versions that support SNAP.

Is it possible to provide v6.0 as a SNAP package for all Ubuntu users?
Is it also possible to include the XmX trick, so that we can increase memory? I have searched all hidden directories, but cannot find a script that has this entry.

Of course it would be even better, if you could find a way in which Ubuntu users get back the ease of use that we had before. That way we could also try out the beta versions, which now, sadly, is not possible.

For your info: I have tried every possible way to install SH3D, using either the original script, or the special Java-1.5 script, nothing works. I have tried every tutorial I found on the internet: nothing works. I have tried to run the betas with Oracle Java v5, v6, v7 and v8: nothing works.

Thanks you in advance!

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

new website - under constuction
hansdirkse.info
----------------------------------------
[編集 1 回, 最終編集者: hansmex 日時: 2018/09/22 13:42:08]
[2018/09/22 13:33:10] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
UbuntuBirdy
Advanced Member
メンバーのアバター

Switzerland
登録日: 2017/08/31
Post Count: 421
状態: オフライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

Hans, try to start SH3D from the terminal...
----------------------------------------
Pascal

SH3D 6.6 / Ubuntu 22.04 (Mainline-Kernel) / Radeon RX580 / Ryzen 7 5800x
[2018/09/22 17:28:31] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
hansmex
Advanced Member
メンバーのアバター

Netherlands
登録日: 2009/09/26
Post Count: 4014
状態: オンライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

Birdy,

Many, if not most of the online solutions involve using the terminal. Believe me, I've tried every solution that seemed halfway reasonable...

Open to new suggestions!!!

H
----------------------------------------
Hans

new website - under constuction
hansdirkse.info
[2018/09/22 17:48:35] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
UbuntuBirdy
Advanced Member
メンバーのアバター

Switzerland
登録日: 2017/08/31
Post Count: 421
状態: オフライン
返信  引用つき返信 
Re: Sweet Home 3D 6.0

In my sh3d.desktop file this is what I patched together from many suggestions and this is working on my Ubuntu 18.04:

Exec=sh -c "/usr/share/SweetHome3D/SweetHome3D-Java3D-1_5_2" %U

"/usr/share/SweetHome3D/" is the path where SH3D is installed.
----------------------------------------
Pascal

SH3D 6.6 / Ubuntu 22.04 (Mainline-Kernel) / Radeon RX580 / Ryzen 7 5800x
[2018/09/22 17:54:00] 投稿印刷用ページの表示    メンバーのプロフィール    個人宛メッセージの送付 [リンク] 問題のある投稿の報告:まずログインしてください。  トップへ 
投稿数: 197   ページ数: 20   [ 前のページ | 5 6 7 8 9 10 11 12 13 14 | 次のページ ]
[ Jump to Last Post ]
スレッド印刷用ページの表示  新しいスレッドの投稿

  Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads  
© 著作権 2024 Space Mushrooms - がすべて保有します