JewelCraft—jewelry design toolkit add-on for Blender.
Features:
- Create and customize gems, prongs and cutters. [▸]
- Organize library of components using in add-on asset manager. [▸]
- Manage distances between gems to create compact setting. [▸]
- Calculate weight in a variety of precious alloys.
- Generate color-coded gem map. [▸]
- Present summary information about your design. [▸]
- Translated to multiple languages:
English
Russian
Arabic
Italian
French
Spanish
Simplified Chinese
- Your language is missing or incomplete? Contribute translation.
- Download JewelCraft 2.12.1
- Make sure you have Blender 3 or newer.
- Open
Preferences
→Add-ons
category. - Use
Install
to install add-on from downloaded zip archive.2 - Check known issues.
1 Note for mac users: Safari browser will automatically unpack downloaded zip archive, so in order to install the add-on, you have to pack folder with add-on files back into zip archive. Or use a different browser to download add-on.
2 If error occurs on add-on activation, it means you are trying to install add-on repository instead of release. Make sure you download add-on release using link provided in step one of this guide.
- Загрузите JewelCraft 2.12.1
- Убедитесь, что у вас установлен Blender 3 или новее.
- Откройте
Preferences
→Add-ons
. - Воспользуйтесь
Install
чтобы установить аддон из загруженного архива.2 - Ознакомьтесь с известными проблемами.
1 Примечание для пользователей mac: браузер Safari автоматически распаковывает скачиваемые zip архивы, поэтому, чтобы установить аддон, необходимо запаковать папку с файлами аддона обратно в zip архив. Или используйте другой браузер для скачивания аддона.
2 Если при активации аддона возникает ошибка, значит вы пытаетесь установить репозиторий вместо релиза. Для загрузки релиза используйте ссылку, приведённую в первом шаге данного руководства.
- Check known issues.
- Ensure the bug can be reproduced in the latest add-on version.
- Open new bug report, be sure to include Blender and add-on versions, and screenshot showing the error message.
- Design Report/Gem Map/Spacing Overlay
- [T74368] Gems from hidden collections appear in report/Spacing Overlay, this happens when collection is hidden with
Hide in Viewport
(eye icon), instead useDisable in Viewports
(display icon) orExclude from View Layer
(checkbox).
- [T74368] Gems from hidden collections appear in report/Spacing Overlay, this happens when collection is hidden with
- It is advised that you use a dedicated
.po
editor like Poedit.- To create new transltation in Poedit use
File
→New from POT/PO file
, then pick.po
file from add-onlocalization
folder (doesn't matter which one). - To complete existing transltation in Poedit use
File
→Open
, then pick.po
file for specific language from add-onlocalization
folder.
- To create new transltation in Poedit use
- Translating tips:
- The UI convention for English language is to use Title Case formatting for property names and button titles, to know formatting convention for your language just see how Blender handles it and follow the rule.
- Preserve empty braces
{}
in translation, they used as placeholders for additional information and will not appear in UI. - Look out for appropriate context,
Base
for example is used in the context of materials asBase Metal
, which in other words meansNon-Presious Metal
and should not be translated asBasis
orFoundation
. - If you have limited amount of time to work on translation, then make sure to prioritize in the following order:
- Essentials: add-on sidebar UI, gem names and cuts.
- Good to have: tool popups and modal UI, add-on preferences, precious alloys, error messages.
- The rest: tooltips and other UI messages.
- After translation is done submit it back through issues.