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

FreeCAD · Изменения

История страницы
Updated FreeCAD (markdown) создал Апр 26, 2022 по автору nikitron's avatar nikitron
Показать
Построчно Рядом
FreeCAD.md
Просмотреть страницу @f5d87f49
......@@ -14,7 +14,7 @@ Note that in Ubuntu there is a [bug](https://bugs.launchpad.net/ubuntu/+source/f
$ sudo echo '/usr/lib/x86_64-linux-gnu/netgen' >> /etc/ld.so.conf.d/x86_64-linux-gnu.conf
$ sudo ldconfig
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.
### Windows:
......@@ -25,7 +25,7 @@ Note that in Ubuntu there is a [bug](https://bugs.launchpad.net/ubuntu/+source/f
Or for Blender 3.10 download python 3.9 libs [pylib 3.9][42]
Or for Blender 3.10 download and install/unzip FreeCAD with python 3.9.12 libs [pylib 3.9.12][43]
2. In Sverchok preferences dialog, in the "FreeCAD python path" field, enter freecad-python3-lib path that ends with `...\bin` and press the "Set Path" button.
2. In Sverchok preferences dialog, in the `FreeCAD python path` field, enter freecad-python3-lib path that ends with `...\bin` and press the `Set Path` button.
3. Restart Blender.
......@@ -33,7 +33,7 @@ Note that in Ubuntu there is a [bug](https://bugs.launchpad.net/ubuntu/+source/f
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.
1. Follow the [recipe at FreeCAD Web][20]
2. 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.
2. While it is ```activated``` type ```which freecad``` and use this path for the sverchok `FreeCAD python path` in Preferences. Don't forget to press `Set Path` button.
3. Restart Blender.
[17]: https://yadi.sk/d/NhCrTKi3nIgTXA
......
Клонировать репозиторий
  • For Users:

    • Installation
    • Interface overview
    • Web resources about Sverchok
    • FAQ
  • Customisation:

    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Sverchok Extensions
    • Dependencies and their installation
      • Simple dependencies
      • PIP
        • Side modules
      • SciPy
      • SciKit image
      • Circlify
      • PyMcubes
      • GeomDL
      • FreeCAD BIM
      • ArchiCAD BIM
      • Renga BIM
      • Open3D
      • SDF
  • Examples:

    • Profile Node Examples
    • Script Node Examples
  • Versions:

    • Sverchok 1.0 Release
    • Sverchok for Blender 2.8x Release Notes
    • 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
    • test sverchok.yml CI
    • ShaderLib2D