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: 226
Posts: 226   Pages: 23   [ 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 705108 times and has 225 replies Next Thread
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9432
Status: Offline
Reply to this Post  Reply with Quote 
Re: Photo-video rendering plug-in

Geovani141, this error might happen when the program doesn't have enough RAM to work. Read the FAQ to increase the maximum RAM that Sweet Home 3D can use.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Nov 20, 2017, 12:57: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 
enkonyito
Advanced Member




Joined: May 28, 2015
Post Count: 607
Status: Offline
Reply to this Post  Reply with Quote 
Re: Photo-video rendering plug-in

Some details about the video rendering.

- curved line for camera path
The curved line path is created automatically when there is a difference in orientation between 2 recorded positions.

- variable speed according to distance
The greater the distance between 2 recorded positions, the faster the movement speed.
Conversely, the shorter the distance, the slower the speed.


Practical tip to see the difference between a straight line path and a curved line path.
You can save your path in the standard video panel and then open the video plugin.
Since the positions recorded are the same, some parts of the path may be curved and the speed different depending on the distance.

At the next version! wink
----------------------------------------
EnkoNyito
[Jan 5, 2018, 6:15:09 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: Photo-video rendering plug-in

Version 1.4

  • display a message about plug-in compatibility
  • display a message when closing a rendering
  • added a minimum night brightness (dark level 2)
  • selection, in the simple photo rendering panel, of available LookAndFeels
  • other minor bugs fixes and enhancements

(translation template)
----------------------------------------
EnkoNyito
----------------------------------------
[Edit 1 times, last edit by enkonyito at Jan 30, 2018, 1:05:54 AM]
[Jan 30, 2018, 1:02: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 
enkonyito
Advanced Member




Joined: May 28, 2015
Post Count: 607
Status: Offline
Reply to this Post  Reply with Quote 
Re: Photo-video rendering plug-in

@Ceciliabr
Just a question: Is it possible to make the image-window wider, f.i. 600px wide? That would be really useful.

Here's how the image display is processed in the default photo panel.
this.photoComponent = new ScaledImageComponent();
this.photoComponent.setPreferredSize(new Dimension(getToolkit().getScreenSize().width <= 1024 ? 320 : 400, 400));

To add additional options, I decreased the size of the image preview and since version 1.4 the size of the panel changes depending on the look and feel chosen.


But to answer your question, yes it is possible to increase the size of the image preview.

----------------------------------------
EnkoNyito
[Feb 16, 2018, 2:52:04 AM] 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: Photo-video rendering plug-in

@hansmex
Even better: create the possibility to specify the size of the image preview in Preferences... :-)

I will study the feasibility of the thing so as not to complicate the photo panel too much.
Besides, I hesitated to put the option of the choice of look and feel in the preferences if it was possible.
----------------------------------------
EnkoNyito
[Feb 16, 2018, 2:55:23 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Ceciliabr
Advanced Member
Member's Avatar

Denmark
Joined: Jul 7, 2013
Post Count: 637
Status: Offline
Reply to this Post  Reply with Quote 
Re: Photo-video rendering plug-in

Besides, I hesitated to put the option of the choice of look and feel in the preferences if it was possible.


Maybe you could make the plugin-window resizable?
That would meet every individual need,


Cec
[Feb 16, 2018, 8:56:16 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
ndorigatti
Member



Italia
Joined: May 12, 2017
Post Count: 65
Status: Offline
Reply to this Post  Reply with Quote 
Re: Photo-video rendering plug-in

Heheheh I think it would be though... Java and Swing (programming language and UI components used here) are not the best to support responsive layouts...

I hope it is possible, but I have a few ideas/options for the developer:
- What about changing the Quality bar? we have only 4 options and it is huge, fast and best are taking a lot of space in addition to 1-2-3-4.... Maybe replace 1 and 4 with fast and best and keep 2 and 3 instead of replacing the whole component?

The lookAndFeel (that I did not understand why having that option, but maybe I missed some thread) should be a non frequent option to change (it is less important than picture size or quality, so it could stay in a "secondary" frame like advanced options, why not?
So we could have a new frame with:
Look and feel - Preview Picture Size - Any other option


And, this is completely IMHO, I would put the elapsed time bar under the "Advanced settings / Enhance Brightness" line, just to separate what will change the resulting image and require a stop-create (over that line) and what is modifying in live the UI and the components shown (below the progress bar), like lookandfeel.

Take this as some ideas from a developer that uses SH3D sometimes, and used a lot when planning a new home, so if you think is a stupid idea, feel free to tell it! biggrin biggrin
[Feb 16, 2018, 9:37:49 AM] 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: Photo-video rendering plug-in

@Ceciliabr
Maybe you could make the plugin-window resizable? That would meet every individual need

Proof by the image.

----------------------------------------
EnkoNyito
[Feb 16, 2018, 11:05:52 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: Photo-video rendering plug-in

@ndorigatti
What about changing the Quality bar? we have only 4 options and it is huge, fast and best are taking a lot of space in addition to 1-2-3-4.... Maybe replace 1 and 4 with fast and best and keep 2 and 3 instead of replacing the whole component?

The goal of the plug-in is to stay visually close to the standard photo panel while providing new options.
Personally, I occasionally use quality level 1 (3D view without shadow) and one of the higher quality levels (3 or 4) with the setting of SunFlow rendering engine.


The lookAndFeel (that I did not understand why having that option, but maybe I missed some thread) should be a non frequent option to change (it is less important than picture size or quality, so it could stay in a "secondary" frame like advanced options, why not?

This option is not related to the rendering but I have integrated it in the photo panel in order to modify the appearance of the interface.
The other solution is to use a script for the installer version as shown here with "-Dswing.defaultlaf=".
Available Look and Feels:
javax.swing.plaf.metal.MetalLookAndFeel
javax.swing.plaf.nimbus.NimbusLookAndFeel
com.sun.java.swing.plaf.motif.MotifLookAndFeel
com.sun.java.swing.plaf.windows.WindowsLookAndFeel
com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel


I would put the elapsed time bar under the "Advanced settings / Enhance Brightness" line, just to separate what will change the resulting image and require a stop-create (over that line) and what is modifying in live the UI and the components shown (below the progress bar)

This may be possible (see previous central image).
----------------------------------------
EnkoNyito
----------------------------------------
[Edit 1 times, last edit by enkonyito at Feb 19, 2018, 6:45:18 PM]
[Feb 16, 2018, 11: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 
mirakels
Member




Joined: Jul 6, 2015
Post Count: 40
Status: Offline
Reply to this Post  Reply with Quote 
Re: Photo-video rendering plug-in

Maybe make 'quality' a drop down menu... It only has 4 choices so why a slider does not add much functionality
[Feb 21, 2018, 7:28:20 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: 226   Pages: 23   [ 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