{{TOCright}}
To start the Preferences editor select the Edit → Preferences... option from the menu. On the Mac OS the Preferences... option appears in the FreeCAD menu instead (this is the default place for preferences on the Mac).
FreeCAD uses a workbench concept, where each workbench is responsible for specific tasks and functions. A workbench can have its own preferences. These will only appear in the Preferences editor if the workbench has been loaded in the current FreeCAD session. See Workbenches below for more information.
If no workbench is loaded, five sections appear in the Preferences editor: General, Display, Workbenches, Addon Manager and Import-Export. Any workbenches that have been loaded, and have their own preferences, will appear below these.
Please note that pressing the Reset button in the lower left corner of the Preferences dialog will reset all FreeCAD preferences to their default values.
Some advanced preferences can only be changed in the Parameter editor. The Fine-tuning page lists some of them.
This preferences section has 9 standard tabs: General, Document, Selection, Cache, Editor, Python console, Output window, Macro and Units. A 10th tab, Help, is added if the Help Addon is available. This addon can be installed via the Addon Manager.
On the General tab you can specify the following:
+++
| Name | Description |
+============================================================+===========================================================================================================================================================================================================================================+
| | Selection of the language of the FreeCAD user interface |
| Alterar idioma | |
| | |
+++
| | Specification how many files should be listed in the recent files list |
| Tamanho da lista de arquivos recentes | |
| | |
+++
| | If checked, the background of FreeCAD's main window will by default consist of tiles of this image
|
| Ativar fundo em mosaico | |
| |
| |
On the Document tab you can specify the following:
+++
| Name | Description |
+==================================================================================================+===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
| | If checked, FreeCAD will create a new document when started |
| Criar um novo documento ao iniciar | |
| | |
+++
| | Specification of the compression level for FCStd files. FCStd files are ZIP-compressed files. Therefore you can rename their suffix .FCStd to .zip and open them with a ZIP archive program. |
| Document save compression level | |
| | |
+++
| | If checked, all changes in documents are stored so that they can be undone/redone |
| Usar Desfazer/Refazer em documentos | |
| | |
+++
| | Specification how many Undo/Redo steps should be recorded |
| Número máximo de operações Desfazer/Refazer | |
| | |
+++
| | If checked, recomputations can be aborted by pressing Esc. This may slightly increase the recomputation time. |
| Permitir abortação de recálculo | |
| | |
+++
| | If there is a recovery file available FreeCAD will automatically run a file recovery when it is started. This way files can be restored if a crash occurred. |
| Executar Auto Recuperação ao iniciar | |
| | |
+++
| | Specification how often a recovery file is written. |
| Salvar informações de Auto Recuperação a cada | |
| | |
+++
| | If checked, a thumbnail will be stored when the document is saved. The thumbnail will for example be shown in the list of recent files in the Start workbench. It is possible to select a Size between 128×128 and 512×512 pixels for the thumbnail. Common sizes are the powers of two 128, 256, 512. |
| **Salvar miniatura no arquivo quando salvar um documento ** | |
| | |
+++
| | If checked, the FreeCAD program logo will be added to the thumbnail. |
| Adicionar o logotipo do programa à miniatura gerada | |
| | |
+++
| | If checked, backup files will be kept when saving the document. You can specify the number of backup files to keep. Backup files are previously saved versions of the document. The first backup file will have the file suffix .FCStd1, the second .FCStd2 and so on. |
| Número máximo de arquivos de backup a manter quando salvar novamente o documento | |
| | |
+++
| | If checked, backup files will get the extension .FCbak and their file names get a date suffix according to the specified date format. For a description of the date format see [https//devhints.io/datetime this site]. With the default settings a backup file will for example get this name TD-Cube.20200315-215654.FCBak (original filename is TD-Cube.FCStd). |
| Usar a data e a extensão FCBak | |
| | |
+++
| | If checked, objects can have the same label. |
| Permitir rótulos de objetos duplicados em um documento | |
| | |
+++
| | If partial loading of external linked objects is enabled, only the referenced objects and their dependencies will be loaded when the linked document is auto opened together with the main document. Such a partially loaded document cannot be edited. Double click the document icon in the tree view to reload it in full. A more detailed explanation of this feature can be found on the [https//github.com/realthunder/FreeCAD_assembly3/wiki/Core-Changes#partial-document-loading Assembly3 documentation page] |
| Desativar carregamento parcial de objetos externos vinculados | |
| | |
+++
| | All created documents will get the specified author name. Keep the author field blank if you do not want to include this information. If the option Salvar is checked, the field Last modified by will be set to the specified author when saving the file. This field can be viewed using the File → Project information menu option. |
| Nome do autor | |
| | |
+++
| | All created documents will get the specified company name |
| Empresa | |
| | |
+++
| | Selection of the license for new documents. For predefined licenses the URL da licença will automatically be set accordingly. Select Other for a custom license. |
| Licença padrão | |
| | |
+++
| | Specification of an URL describing the license selected in Licença padrão |
| URL da licença | |
| | |
+++
On the Selection tab ((v0.19) ) you can specify the following:
+++ | Name | Description | +=====================================================================================================================+================================================================================================================================================+ | | Enables the Tree view SyncView mode | | Ir automaticamente para a vista 3D que contém o item selecionado | | | | | +++ | | Enables the Tree view SyncSelection mode | | Expande automaticamente o item na árvore quando o objeto correspondente for selecionado na vista 3D | | | | | +++ | | Enables the Tree view PreSelection mode | | Pré-selecionar o objeto na vista 3D quando o mouse passa sobre o item na árvore | | | | | +++ | | Enables the Tree view RecordSelection mode | | Lembrar a seleção na árvore para voltar/avançar usando os botões de navegação | | | | | +++ | | Each document tree item will get a checkbox. This is for example useful for selecting multiple items on a touchscreen. | | Adicionar caixas de seleção para seleção na árvore do documento | | | | | +++
These preferences are related to the cache directory where FreeCAD stores temporary files.
On the Cache tab ((v0.20) ) you can specify the following:
+++ | Name | Description | +=====================================================+=============================================================================================================================================+ | | Specifies the path of the cache directory. | | Location | | | | | +++ | | Controls the frequency with which the directory size is checked. The options are: | | Check periodically at program start | | | | - Always | | | - Daily | | | - Weekly | | | - Monthly | | | - Yearly | | | - Never | +++ | | Specifies the maximum size of the directory. You will be notified if a check is performed and the size exceeds this value. The options are: | | Cache size limit | | | | - 100 MB | | | - 300 MB | | | - 500 MB | | | - 1 GB | | | - 2 GB | | | - 3 GB | +++ | | Shows the current size of the directory, if available. Press the Check now... button to update the value. | | Current cache size | | | | | +++
These preferences control the behavior of the Macro editor. This editor can be opened using the Macro → Macros... → Edit or {{menuCommand|Create}} menu option.
The color and font settings are also used by the Python console.
On the Editor tab you can specify the following:
+++ | Name | Description | +=========================================+=========================================================================================================================================================================================================================================================================================================+ | | If checked, the code lines will be numbered | | Ativar números de linha | | | | | +++ | | Specification of the tabulator raster (how many spaces). If it is for example set to 6, pressing Tab will jump to character 7 or 13 or 19 etc., depending on the current cursor position. This setting is only used if Manter abas is selected. | | Tamanho da tabulação | | | | | +++ | | Specification of how many spaces will be inserted when pressing Tab. This setting is only used if Inserir espaços is selected. | | Tamanho da indentação | | | | | +++ | | If selected, pressing Tab will insert a tabulator with the raster defined by Tamanho da tabulação | | Manter abas | | | | | +++ | | If selected, pressing Tab will insert the amount of spaces defined by Tamanho da indentação | | Inserir espaços | | | | | +++ | | Selection of the code type. The color and font settings will be applied to the selected type. The result can be checked in the Preview field. | | Display Items | | | | | +++ | | Specification of the font family that should be used for the selected code type | | Família | | | | | +++ | | Specification of the font size that should be used for the selected code type | | Tamanho | | | | | +++ | | Specification of the color that should be used for the selected code type | | Cor | | | | | +++
These preferences control the behavior of the Python console. This console can be opened using the View → Panels → Python console menu option.
Note that the color and font settings for the console are defined on the Editor tab.
On the Python console tab ((v0.20) ) you can specify the following:
+++ | Name | Description | +=====================================+=================================================================================================+ | | If checked, words will be wrapped if they exceed the available horizontal space in the console. | | Enable word wrap | | | | | +++ | | If checked, the cursor will have a block shape. | | Enable block cursor | | | | | +++ | | If checked, Python history is saved across sessions. | | Save history | | | | | +++
Important note: this tab has been renamed from Output window to Report view. (v1.0)
These preferences control the behavior of the Report view. This panel can be opened using the View → Panels → Report view menu option.
On the Output window tab you can specify the following:
+++ | Name | Description | +===================================================================================+==========================================================================================================================================================================================+ | | If checked, normal messages will be recorded. They will be displayed in the Report view with the color set in Mensagens normais. | | Gravar mensagens normais | | | | | +++ | | If checked, log messages will be recorded. They will be displayed in the Report view with the color set in Mensagens de log. | | Gravar mensagens de log | | | | | +++ | | If checked, warnings will be recorded. They will be displayed in the Report view with the color set in Advertências. | | Gravar advertências | | | | | +++ | | If checked, error messages will be recorded. They will be displayed in the Report view with the color set in Erros. | | Gravar mensagens de erro | | | | | +++ | | If checked, the Report view will be shown automatically when an error is recorded | | Mostrar visualização de relatório em caso de erro | | | | | +++ | | If checked, the Report view will be shown automatically when a warning is recorded | | Mostrar visualização de relatório no aviso | | | | | +++ | | If checked, the Report view will be shown automatically when a normal message is recorded | | Mostrar painel de relatório em notificações | | | | | +++ | | If checked, the Report view will be shown automatically when a log message is recorded | | Mostrar painel de relatório nas mensagens de registro | | | | | +++ | | If checked, each message and warning will receive a timecode | | Incluir uma marca temporal para cada entrada | | | | | +++ | | Specification of the font color for normal messages | | Mensagens normais | | | | | +++ | | Specification of the font color for log messages | | Mensagens de log | | | | | +++ | | Specification of the font color for warning messages | | Advertências | | | | | +++ | | Specification of the font color for error messages | | Erros | | | | | |
On the Macro tab you can specify the following:
+++ | Name | Description | +=================================================================+=====================================================================================================================================================================================================================================================================+ | | If checked, variables defined by macros are created as local variables, otherwise as global Python variables | | Executar macros no ambiente local | | | | | +++ | | Specification of the path for macro files | | Caminho de macro | | | | | +++ | | If checked, recorded macros will also contain user interface commands | | Gravar comandos na GUI | | | | | +++ | | If checked, recorded macros will also contain user interface commands, but as comments. This is useful if you don't want to execute these commands when running the macro, but do want to see what has been done while recording. | | Gravar como comentário | | | | | +++ | | If checked, the commands executed by macro scripts are shown in the Python console. This console is shown using the View → Panels → Python console menu option. | | Mostrar os comandos de script no console python | | | | | +++ | | Controls the number of recent macros to display in the menu | | Size of recent macros list | | | | | +++ | | Controls the number of recent macros that get dynamically assigned shortcuts | | Contagem de atalhos | | | | | +++ | | Controls which keyboard modifiers are used for the shortcuts, example Ctrl+Shift+ creates shortcuts in the form of Ctrl+Shift+1, Ctrl+Shift+2, etc. | | Modificadores de Teclado | | | | | +++
On the Units tab you can specify the following:
+++ | Name | Description | +=============================================+====================================================================================================================================================+ | | Selection of the unit system to be used for all parts of FreeCAD | | User system | | | | | +++ | | The number of decimals that should be shown for numbers and dimensions | | Número de casas decimais | | | | | +++ | | Fração mínima das polegadas that should be displayed. This setting is only available if the unit system Building US (ft-in/sqft/cuft) is used. | | Fração mínima das polegadas | | | | | +++
This tab is only available if the Help Addon has been installed.
On the Help tab you can specify the following:
+++ | Name | Description | +===================================+===========================================================================================================================================================================================================================================================================+ | | Specifies the location of the Help files. The options are: | | Help location | | | | - | | | Online | | | | | | : Enter the URL or leave blank to use the automatic GitHub URL. | | | | | | : | | | Translation suffix | | | | | | : If {{Value|https://wiki.freecad.org/}} is used, a language suffix can be specified. Use for example {{Value|fr}} for the French translation. Must be blank for the GitHub URL. | | | | | | - | | | From disk location | | | | | | : Enter the path where the downloaded FreeCAD documentation can be found. To download the documentation select the offline-documentation addon from the Workbenches list in the Addon Manager. | +++ | | Specifies where the documentation should be displayed. The options are: | | Display | | | | - | | | In a new FreeCAD tab | | | | | | : The documentation is displayed on a new tab in the Main view area. | | | | | | - | | | In your default web browser | | | | | | : The documentation is displayed in the default web browser. | | | | | | - | | | In a separate, embeddable, dialog | | | | | | : The documentation is displayed in a separate dialog. This dialog can be docked on top of the Combo view for example. | +++ | | Specifies an optional custom stylesheet. Not used for the Wiki URL. | | Custom stylesheet | | | | | +++
This preferences section has three standard tabs: 3D View, Navigation and Colors. A fourth tab, Mesh view, is added if the Mesh Workbench has been loaded.
On the 3D View tab you can specify the following:
+++ | Name | Description | +=======================================================+=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+ | | If checked, the main coordinate system will be shown in the lower right corner of the 3D view. The Relative size ((v0.20) ) defines the size of the representation as a percentage of the view size (the minimum of its height and width). | | Show coordinate system in the corner | | | | | +++ | | If checked, the axis cross will be shown by default in the 3D view. | | Show axis cross by default | | | | | | (v0.19) | | +++ | | If checked, the time needed for the last operation and the resulting frame rate will be shown in the lower left corner of the 3D view. | | Show counter of frames per second | | | | | +++ | | If checked, the application will remember the active workbench for each tab in the Main view area independently. When switching to a tab this workbench will be restored automatically. | | Remember active workbench by tab | | | | | | (v0.19) | | +++ | | If checked, OpenGL will use the CPU instead of the GPU. This option is useful for troubleshooting graphics card and driver problems. Changing this option requires a restart of the application. | | Use software OpenGL | | | | | | (v0.19) | | +++ | | If checked, Vertex Buffer Objects (VBO) will be used. A VBO is an OpenGL feature that provides methods for uploading vertex data (position, normal vector, color, etc.) to the graphics card. VBOs offer substantial performance gains because the data resides in the graphics memory rather than the system memory and so it can be rendered directly by the GPU. For more background info see Understanding OpenGL Objects. | | Use OpenGL VBO (Vertex Buffer Object) | | | | | +++ | | "Render Cache" or "Render Acceleration" is explained in more detail in FreeCAD_assembly3 render-caching. The options are: | | Render Cache | | | | - Auto: Let Coin3D decide where to cache (default). | | (v0.19) | - Distributed: Manually turn on cache for all view provider root nodes. | | | - Centralized: Manually turn off cache in all nodes of all view providers, and only cache at the scene graph root node. This offers the fastest rendering speed, but slower response to any scene changes. | +++ | | Specifies if and what type of multisample anti-aliasing is used | | Anti-Aliasing | | | | | +++ | | Specifies the render type of transparent objects. The options are: | | Transparent objects | | | | - One pass: Rendering is done in one pass (default). This can lead to triangular artifacts. If these occur the type Backface pass can be used to avoid them. | | (v0.19) | - Backface pass: Rendering is done in two passes. Back-facing polygons are rendered in the first pass and front-facing polygons in the second pass. | +++ | | Specifies the size of vertices (points) in the Sketcher Workbench. The clickable area of points can be additionally enlarged by increasing the Pick radius. | | Marker size | | | | | +++ | | Sets the area for picking elements in the 3D view. Larger value makes it easier to pick things, but can make some small features impossible to select. | | Pick radius (px) | | | | | +++ | | Specifies the eye-to-eye distance used for stereo projections. The specified value is a factor that will be multiplied with the bounding box size of the 3D object that is currently displayed. | | Eye to eye distance for stereo modes | | | | | +++ | | If checked, backlight is enabled with the defined color. Backlight is used for rendering the back sides of faces. Usually, you don't see them in solids, unless you slice one with a clipping plane, or if the faces aren't oriented correctly. It is only active for objects whose Lighting property (on the View tab) is set to One side. If disabled, back sides of faces of objects in One side lighting mode will be black. The related Intensity setting specifies the intensity of the backlight. | | Backlight color | | | | | +++ | | Specifies the camera projection type. The options are: | | Camera type | | | | - Perspective rendering: Objects will appear in a perspective projection. | | | - Orthographic rendering: Objects will be appear in an orthographic projection. | +++
On the Navigation tab you can specify the following:
+++ | Name | Description | +==================================================+========================================================================================================================================================================================================================================================================================================================================================================+ | | If checked, the Navigation cube will be shown in the 3D view. | | Navigation cube | | | | | | | Steps by turn | | | | | | defines the number of steps required for a full rotation when using the Navigation cube rotation arrows. | | | | | | | | | Corner | | | | | | defines where the Navigation cube is displayed in the 3D view. | | | | | | If Rotate to nearest is checked, the 3D view is rotated to the nearest most logical position, based on the current orientation of the cube, when a cube face is clicked. Else clicking a face will always result in the same rotation. (v0.20) | | | | | | | | | Cube size | | | | | | defines the size of the cube. (v0.20) | +++ | | Specifies a mouse navigation style. To see the details of each style, select it and then press the Mouse... button. | | 3D Navigation | | | | | +++ | | Specifies the rotation orbit style used when in rotation mode. The options are: | | Orbit style | | | | - Trackball: Moving the mouse horizontally will rotate the view around the Y-axis. | | | - Turntable: Moving the mouse horizontally will rotate the view around the Z-axis. | +++ | | Defines the rotation center. The options are: | | Rotation mode | | | | - Window center | | | - Drag at cursor | | | - Object center | +++ | | Specifies the camera orientation for new documents. This setting is also used by the Std ViewHome command. | | Default camera orientation | | | | | +++ | | Affects the initial camera zoom level for new documents. The value you set is the diameter of a sphere that fits in 3D view. The default is 100 mm. It also sets the initial size of origin features (base planes in new PartDesign Bodies and Std Parts). | | Camera zoom | | | | | +++ | | If checked, and 3D Navigation is set to CAD, rotations can be animated. If the mouse is moved while the scroll wheel and the right mouse button are pressed, the view is rotated. If one keeps the mouse moving while releasing the right mouse button, the rotation will continue. To end this animation left-click with the mouse. | | Enable animation | | | | | +++ | | If checked, zoom operations will be performed at the position of the mouse pointer. Otherwise zoom operations will be performed at the center of the current view. The Zoom step defines how much will be zoomed. A zoom step of 1 means a factor of 7.5 for every zoom step. | | Zoom at cursor | | | | | +++ | | If checked, the direction of zoom operations will be inverted. | | Invert zoom | | | | | +++ | | If checked, and 3D Navigation is set to Gesture, the tilting gesture will be disabled for pinch-zooming (two-finger zooming). | | Disable touchscreen tilt gesture | | | | | +++
On the Colors tab you can specify the following:
+++ | Name | Description | +==================================================+=====================================================================================================================================================================================================================================+ | | If checked, preselection is turned on and the specified color will be used for it. Preselection means that for example edges in parts will be highlighted while hovering over them with the mouse to indicate they can be selected. | | Enable preselection highlighting | | | | | +++ | | If checked, selection highlighting is turned on and the specified color will be used for it. | | Enable selection highlighting | | | | | +++ | | If selected, the background of the 3D view will have the selected color. | | Simple color | | | | | +++ | | If selected, the background of the 3D view will have a vertical color gradient. The first color is the color at the top of the 3D view, the second the color at the bottom. | | Color gradient | | | | | +++ | | Press this button to switch the top and bottom colors of the gradient. (v1.0) | | Switch | | | | | +++ | | This option is only enabled if Color gradient is selected. If checked, the color gradient will get the selected color as the middle color. | | Middle color | | | | | +++ | | Specifies the background color for objects in the tree view that are currently edited. | | Object being edited | | | | | +++ | | Specifies the background color for active containers in the tree view. For example an active PartDesign Body will get this color. | | Active container | | | | | +++
This tab is only available if the Mesh Workbench has been loaded.
On the Mesh view tab you can specify the following:
+++ | Name | Description | +======================================================================+======================================================================================================================================================================================================================================================================================================================================================================================================================================+ | | Specifies the default face color. | | Default mesh color | | | | | +++ | | Specifies the default line color. | | Default line color | | | | | +++ | | Specifies the default mesh transparency. | | Mesh transparency | | | | | +++ | | Specifies the default line transparency. | | Line transparency | | | | | +++ | | If checked, the default value for the Lighting property is {{value|Two side}} instead of {{value|One side}}. {{value|Two side}} means the color of the interior side of faces is the same as the color of the exterior side. {{value|One side}} means their color is either the backlight color, if enabled, or black. | | Two-side rendering | | | | | +++ | | If checked, the default value for the Selection Style property is {{value|BoundBox}} instead of {{value|Shape}}. {{value|BoundBox}} means a highlighted bounding box is displayed if meshes are highlighted or selected. {{value|Shape}} means the shape itself is then highlighted. | | Show bounding-box for highlighted or selected meshes | | | | | +++ | | If checked, Phong shading is used, otherwise flat shading. Shading defines the appearance of surfaces. With flat shading the surface normals are not defined per vertex. This leads to an unrealistic appearance for curved surfaces. While Phong shading leads to a more realistic, smoother appearance. | | Define normal per vertex | | | | | +++ | | The crease angle is a threshold angle between two faces. It can only be set if the option Define normal per vertex is used. | | Crease angle | | | | : If face angle ≥ crease angle, facet shading is used. | | | : If face angle < crease angle, smooth shading is used. | +++
This preferences section has a single tab: Available Workbenches.
To preserve resources, FreeCAD does not automatically load all available workbenches. And only if a workbench has been loaded will its preferences, if any, appear in the Preferences editor.
In FreeCAD version 0.19 the tab has a different label: Unloaded Workbenches, and the tab displays a list of installed workbenches that have not yet been loaded. To load one or more workbenches select them in the list and then press the Load Selected button.
In FreeCAD version 0.20 the Available Workbenches tab displays a list of all installed workbenches. To load a workbench press its Load now button. If you check a workbench's Autoload checkbox it will autoload when FreeCAD starts up. Loading more workbenches will make the startup slower, but switching between workbenches that have already been loaded is faster.
If a newly loaded workbench has dedicated preference they will appear in a new section in the Preferences editor. Some workbenches add support for additional import and export formats. If there are any related preferences they will appear on one or more new tabs in the Import-Export section of the Preferences editor.
For a list of workbench related preferences see Workbench related preferences
This preferences section has a single tab: Addon manager options.
These preferences control the behavior of the Addon manager.
On the Addon manager options tab ((v0.20) ) you can specify the following:
+++
| Name | Description |
+=========================================================================+=============================================================================================================================================================================================================================================================================================================================================================================+
| | If checked, the Addon manager will check for updates when it is launched. Git must be installed for this to work. |
| Automatically check for updates at start (requires git) | |
| | |
+++
| | If checked, macro metadata is downloaded for display in the Addon manager's main addon listing. This data is cached locally. |
| Download Macro metadata (approximately 10MB) | |
| | |
+++
| | Controls the frequency with which the locally cached addon availability and metadata information is updated. The options are: |
| Cache update frequency | |
| | - Manual (no automatic updates) |
| | - Daily |
| | - Weekly |
+++
| | If checked, addons marked as "Python 2 Only" are not included in the listing. These addons are unlikely to work in the current FreeCAD version. |
| Hide Addons marked Python 2 Only | |
| | |
+++
| | If checked, addons marked as "Obsolete" are not included in the listing. |
| Hide Addons marked Obsolete | |
| | |
+++
| | If checked, addons that require a newer FreeCAD version are not included in the listing. |
| Hide Addons that require a newer version of FreeCAD | |
| | |
+++
| | Custom repositories can be specified here. |
| Custom repositories | |
| | To add a repository press the button. Both the Repository URL and the Branch, typically {{Value|master}} or {{Value|main}}, must be specifies in the dialog that opens. (v1.0) |
| | |
| | To remove a repository select it in the list and press the
button. (v1.0) |
+++
| | The Addon manager includes experimental support for proxies requiring authentication, set up as user-defined proxies. |
| Proxy | |
| | |
+++
| | The Addon manager attempts to determine the Python executable that should be used for the automatic pip-based installation of Python dependencies. To override this selection, the path to the executable can be set here. |
| Python executable (optional) | |
| | |
+++
| | The Addon manager attempts to determine the git executable. To override this selection, the path to the executable can be set here. (v1.0) |
| git executable (optional) | |
| | |
+++
| | If checked, the Addon manager provides an interface on the addon's details screen that allows switching which git branch is currently checked out. This is intended for advanced users only, as it is possible that a non-primary-branch version of an addon may result in instability and compatibility issues. Git must be installed for this to work. Use with caution. |
| Show option to change branches (requires git) | |
| | |
+++
| | If checked, git downloads are disabled. (v1.0) |
| Disable git (fall back to ZIP downloads only) | |
| | |
+++
| | If checked, Addon manager options intended for developers of addons are activated. (v1.0) |
| Addon developer mode | |
| | |
+++
The Import-Export preferences affect how files are imported and exported. They are described on the Import Export Preferences page.
Preferences for the built-in workbenches are linked below. These links are also listed in :Category:Preferences. Some workbenches have no preferences.
-
Drawing Preferences (none) {{Obsolete|0.16}}
-
Image Preferences (none)
-
Inspection Preferences (none)
-
Part Preferences: the Part workbench also uses the PartDesign Preferences
-
Points Preferences (none)
-
Reverse Engineering Preferences (none)
-
Robot Preferences (none)
-
Surface Preferences (none)
-
Test Framework Preferences (none)
-
Web Preferences (none)
See also:
For a scripting example see Std DlgParameter.
documentation index > Preferences > Preferences Editor/pt-br















