POV-Ray/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "==Atelier Raytracing==")
(Created page with "{{VeryImportantMessage|L'atelier Raytracing a été remplacé par le nouvel [https://github.com/FreeCAD/FreeCAD-render atelier Render], qui est destin...")
Line 11: Line 11:
==Atelier Raytracing==
==Atelier Raytracing==


{{VeryImportantMessage|The [[Raytracing_Workbench|Raytracing workbench]] is being superseded by the new [https://github.com/FreeCAD/FreeCAD-render Render Workbench], which is intended as its replacement. This must not be confused with the halted and outdated [[Render_project|Render project]]. The Render Workbench can be installed through the [[Std_AddonMgr|Addon Manager]]. The information here is provided because by default FreeCAD is still shipped (as of 0.19-24276) with the Raytracing Workbench}}
{{VeryImportantMessage|L'[[Raytracing_Module/fr|atelier Raytracing]] a été remplacé par le nouvel [https://github.com/FreeCAD/FreeCAD-render atelier Render], qui est destiné à le remplacer. Il ne doit pas être confondu avec [[Render_project/fr|Projet Render]], arrêté et dépassé. Le Render Workbench peut être installé via le [[Std_AddonMgr/fr|Gestionnaire d'Addon]]. L'information ici est fournie parce que par défaut FreeCAD est toujours livré (à partir de 0.19-24276) avec l'atelier Raytracing}}.


===Stable Version===
===Stable Version===

Revision as of 10:22, 19 October 2021

Le développement de POV-Ray semble être arrêté. La dernière version stable est 3.7.0.8 (2018-05-27), la dernière version de développement est 3.8.0-x (2019-02-19), le official project on GitHub a été édité la dernière fois le 2019-03-08. Veuillez supprimer cet avertissement si la situation change

Description

POV-Ray (The Persistence of Vision Raytracer) est l'un des deux moteurs de rendu pris en charge par l'atelier Raytracing avec LuxRender. Il est également pris en charge par le nouvel atelier Render, ainsi que par LuxCoreRender, Appleseed, Blender Cycles et Intel Ospray Studio (expérimental).

Installation

Atelier Raytracing

L'atelier Raytracing a été remplacé par le nouvel atelier Render, qui est destiné à le remplacer. Il ne doit pas être confondu avec Projet Render, arrêté et dépassé. Le Render Workbench peut être installé via le Gestionnaire d'Addon. L'information ici est fournie parce que par défaut FreeCAD est toujours livré (à partir de 0.19-24276) avec l'atelier Raytracing

.

Stable Version

The latest stable version of POV-Ray to be provided with binaries is 3.7.0.0 (2013-11-06), the first to be free software, released under the AGPL3 (or later). The latest stable version of POV-Ray, released only as source code is 3.7.0.8 (2018-05-27).

Linux

Compiled binaries

If your distribution has it in the official repositories, you can install POV-Ray and all the relative dependencies through the package manager. Such distributions include: Arch Linux, Debian, Gentoo, openSUSE, Ubuntu.

Compiling from source

If your distributions does not have POV-Ray in the repositories, or you wish to, it is possible to compile POV-Ray from source. Download the source code of POV-Ray 3.7.0.8 from GitHub.

Configuring FreeCAD

After installing POV-Ray, launch FreeCAD, open the Preferences Editor, load the Raytracing Workbench, and go to the Raytracing Preferences.

Set the POV-Ray executable path to point to your installation of POV-Ray, usually it is /usr/bin/povray, and apply.

macOS

There is no official binary of POV-Ray 3.7 or newer for macOS, if you want to compile it from source, probably you are on your own.

The most recent available binaries are of the old closed source POV-Ray 3.6x.

Windows

The latest stable version of POV-Ray to have compiled Windows binaries is POV-Ray 3.7.0.0. Download it from GitHub, launch the installer and follow the proposed steps.

By default the destination folder is C:\Program Files\POV-Ray\v3.7, with documents and scenes in C:\Users\{your user}\Documents\POV-Ray\v3.7.

After installing POV-Ray, launch FreeCAD, open the Preferences Editor, load the Raytracing Workbench, and go to the Raytracing Preferences.

Set the POV-Ray executable path to point to your installation of POV-Ray, usually it is C:/Program Files/POV-Ray/v3.7/bin/pvengine64.exe, and apply.

Then, before trying to render something, start POV-Ray separately and set I/O restrictions according to POV-Ray documentation, otherwise rendering will not work properly (or will not work at all).

Development Version

Development seems to be halted, nonethless the latest experimental builds and source code are available. As it is experimental, you are adviced against using it in production environments.

Linux

There are no official POV-Ray development binaries, you should compile it from source. The latest release of the official development branch is POV-Ray v3.8.0-alpha.10064268.

The latest development releases (not part of the official development branch) are POV-Ray v3.8.0-x.freetype.3 and POV-Ray v3.8.0-x.10064738.

macOS

There hasn't been a macOS build of POV-Ray since the closed source 3.6x version. You can try to compile it from source, but be advised that it might not even be possible.

The latest release of the official development branch is POV-Ray v3.8.0-alpha.10064268.

The latest development releases (not part of the official development branch) are POV-Ray v3.8.0-x.freetype.3 and POV-Ray v3.8.0-x.10064738.

Windows

First of all you need to install POV-Ray 3.7, see the install instructions for the stable version. Then open POV-Ray install directory, by default C:\Program Files\POV-Ray\v3.7, and in the bin subdirectory rename the POV-Ray executable, so that you do not replace it. For example rename it to BAK-pvengine64.exe.

Then download the development build of POV-Ray you want to use. The latest release of the official development branch is POV-Ray v3.8.0-alpha.10064268-av69.

The latest development releases (not part of the official development branch) are POV-Ray v3.8.0-x.freetype.3-av693 and POV-Ray v3.8.0-x.10064738-av694.

Extract the downloaded archive (if you don't have a suitable software use 7-Zip) and copy the POV-Ray executable in the bin folder of your POV-Ray 3.7 installation.

Render Workbench

As of now there are no significant differences between the Raytracing Workbench and the Render Workbench in the part regarding the installation of the external software, so refer to the Raytracing Workbench section to install POV-Ray and to this section for the Render Workbench configuration..

First of all install the Render Workbench through the Addon Manager and restart FreeCAD.

Linux

After installing the Render Workbench and POV-Ray, launch FreeCAD, open the Preferences Editor, load the Render Workbench, and go to the Render Preferences.

Set the POV-Ray executable path to point to your installation of POV-Ray, usually it is /usr/bin/povray, and apply.

Windows

After installing the Render Workbench and POV-Ray, launch FreeCAD, open the Preferences Editor, load the Render Workbench, and go to the Render Preferences.

Set the POV-Ray executable path to point to your installation of POV-Ray, usually it is C:/Program Files/POV-Ray/v3.7/bin/pvengine64.exe, and apply.

Then, before trying to render something, start POV-Ray separately and set I/O restrictions according to POV-Ray documentation, otherwise rendering will not work properly (or will not work at all).