• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • Dependencies

Dependencies · Изменения

История страницы
Added MacOS FreeCAD instructions создал Сен 27, 2020 по автору Adam Hill's avatar Adam Hill
Показать
Построчно Рядом
Dependencies.md
Просмотреть страницу @673386cb
...@@ -183,7 +183,7 @@ The following nodes can optionally use Geomdl: ...@@ -183,7 +183,7 @@ The following nodes can optionally use Geomdl:
You have to use FreeCAD of version 0.18 or newer (nightly builds of 0.19 work fine). You have to use FreeCAD of version 0.18 or newer (nightly builds of 0.19 work fine).
### linux: ### Linux:
1. Install FreeCAD (or just it's libraries, that will be enough): 1. Install FreeCAD (or just it's libraries, that will be enough):
...@@ -198,7 +198,20 @@ Note that in Ubuntu there is a [bug](https://bugs.launchpad.net/ubuntu/+source/f ...@@ -198,7 +198,20 @@ Note that in Ubuntu there is a [bug](https://bugs.launchpad.net/ubuntu/+source/f
2. In Sverchok preferences dialog, in the "FreeCAD python path" field, enter `/usr/lib/freecad-python3/lib/` and press the "Set Path" button. 2. In Sverchok preferences dialog, in the "FreeCAD python path" field, enter `/usr/lib/freecad-python3/lib/` and press the "Set Path" button.
3. Restart Blender. 3. Restart Blender.
## Windows: ### Windows:
Download and install [PY3.7-win][17]
Add sverchok freecad-python3-lib path:
...\conda-0.18.3\bin
### MacOS
The current version of FreeCAD has a different version of Python (3.8) so you must use ```conda-forge``` to retrieve a version compiled against Python 3.7.
Follow the [recipe at FreeCAD Web][20]
While it is ```activated``` type ```which freecad``` and use this path for the sverchok FreeCad lib path in Preferences. Don't forget to press 'Set Path' before closing the dialog. Restart Blender to take effect.
### GeoMDL ### GeoMDL
This is for getting geomdl to compile This is for getting geomdl to compile
...@@ -222,13 +235,7 @@ mklink /D "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\include" ...@@ -222,13 +235,7 @@ mklink /D "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\include"
``` ```
You should now be able to install geomdl with ```--use-cython``` arguments You should now be able to install geomdl with ```--use-cython``` arguments
### FreeCAD
Download and install [PY3.7-win][17]
Add sverchok freecad-python3-lib path:
...\conda-0.18.3\bin
[1]: http://blender.org [1]: http://blender.org
[2]: https://github.com/nortikin/sverchok [2]: https://github.com/nortikin/sverchok
...@@ -249,3 +256,4 @@ Add sverchok freecad-python3-lib path: ...@@ -249,3 +256,4 @@ Add sverchok freecad-python3-lib path:
[17]: https://github.com/sgrogan/FreeCAD/releases/tag/PY3.7-win [17]: https://github.com/sgrogan/FreeCAD/releases/tag/PY3.7-win
[18]: https://www.python.org [18]: https://www.python.org
[19]: https://www.python.org/downloads/release/python-377/ [19]: https://www.python.org/downloads/release/python-377/
[20]: https://forum.freecadweb.org/viewtopic.php?f=42&t=46144&start=10#p397181
Клонировать репозиторий
  • For Users:
    • Dependencies and their installation
    • Sverchok for Blender 2.8x Release Notes
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Non-standard Python modules installation
    • Sverchok for Blender 2.79 Installation
  • For Developers:
    • Install Development version
    • Contributing
      • Git practices
    • Building documentation tarball
    • Macros
    • Sverchok Node Tutorial
      • High-level node howto
      • Details