Osobiste pakiety preferencji

From FreeCAD Documentation
Revision as of 05:32, 1 February 2024 by Kaktus (talk | contribs) (Created page with "{{TutorialInfo/pl |Topic=Repozytoria własne |Level=średnio zaawansowany / zaawansowany |Author=drmacro |FCVersion=0.22 lub noszy |Files= nie dołączono }}")
Other languages:
Ćwiczenie
Temat
Repozytoria własne
Poziom trudności
średnio zaawansowany / zaawansowany
Czas wykonania
Nie podany
Autorzy
drmacro
Wersja FreeCAD
0.22 lub noszy
Pliki z przykładami
nie dołączono
Zobacz również
-

Overview

Private preference packs can be added by adding custom github repositories to the Addon manager. This allows testing or simply private usage.

See also Preference Packs.

Add custom repository

Begin by adding a custom repository. Go to Edit → Preferences → Addon manager options and click the + button to open the Custom repository dialog.

Custom repository dialog

Enter the URL of the github repository and the branch.

In this example I have added:

https://github.com/macdroid53/ZolkoBase

Click OK when complete.

Preferences with custom repository added

Click OK when complete.

Custom preference pack in Addon manager

The custom pack can now be installed using Tools → Addon manager.

Apply the preference pack

Once installed go to Edit → Preferences → General, find the preference pack, and click Apply. Follow any instructions offered.