配置blender的python环境

  1. 在blender的脚本出输入:

import sys

print(sys.executable)

`2. 通过上述命令我们得到blener的python版本,下面我们在conda配置一个同样版本的python环境。

python 复制代码
conda create -n blenderpy python=3.11.9
  1. 找到blender安装路径下的python文件夹,将它删除或更换为其他文件名

  2. 4.链接自己在conda创建的python环境
python 复制代码
  Mklink /j python D:\software\anaconda\install\envs\blenderpy
  或者
  New-Item -ItemType Junction -Path "python" -Target "D:\software\anaconda\install\envs\blenderpy"
  1. 可以看到链接成功了

  2. 后面就可以在创建的conda环境中使用blender了

相关推荐
wefly201719 小时前
m3u8live.cn:免安装 HLS 在线播放器,流媒体调试效率神器
开发语言·javascript·python·django·ecmascript·hls.js 原理·m3u8 解析
大叔_爱编程19 小时前
基于用户评论的热点问题挖掘与反馈分析系统-django+spider+uniapp
python·django·uni-app·毕业设计·源码·课程设计·spider
第一程序员19 小时前
Python与AR/VR:非科班转码者的指南
python·github
工业互联网专业19 小时前
基于Python的广东旅游数据分析_flask+spider
python·数据分析·flask·毕业设计·源码·课程设计·spider
05大叔19 小时前
Pyhton自带库和三方库
开发语言·python
wefly201720 小时前
jsontop.cn:一站式 JSON 全能工具集,开发全流程效率神器
前端·javascript·python·django·json·json在线转换
li99yo1 天前
3DGS的复现
图像处理·pytorch·经验分享·python·3d·conda·pip
Dontla1 天前
用pip install -e .开发Python包时,Python项目目录结构(项目结构)(可编辑安装editable install)
python·pip
Thomas.Sir1 天前
第三章:Python3 之 字符串
开发语言·python·字符串·string