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

FreeCAD · Изменения

История страницы
Updated FreeCAD (markdown) создал Июн 20, 2022 по автору ArpegorPSGH's avatar ArpegorPSGH
Показать
Построчно Рядом
FreeCAD.md
Просмотреть страницу @41355d32
......@@ -19,16 +19,28 @@ Note that in Ubuntu there is a [bug](https://bugs.launchpad.net/ubuntu/+source/f
### Windows:
For Blender 2.93 to 3.1.0 :
1. Download
For Blender 2.93 download and install/unzip Freecad with python 3.7.3 libs [pylib 3.7][17]
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]
Or for Blender 3.1.0 download python 3.9 libs [pylib 3.9][42]
Or for Blender 3.1.0 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.
3. Restart Blender.
For Blender 3.2.0 :
1. Download [miniconda](https://docs.conda.io/en/latest/miniconda.html)
2. Open Anaconda Prompt (miniconda3)
3. Navigate within the prompt to where you want your FreeCad library to be installed
4. Run `conda create -p fc_env freecad python=3.10 --copy -y -c freecad/label/dev -c conda-forge`
5. Within Blender, in Sverchok add-on settings, Extra Nodes tab, FreeCAD python path field, enter `your_path\fc_env\Library\bin`, where `your_path` is the path to where you executed step 4.
6. Press the Set Path button next to the field
7. Restart Blender
### 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.
......
Клонировать репозиторий
  • 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