当前位置: 首页 > news >正文

配置blender的python环境

  1. 在blender的脚本出输入:

import sys
print(sys.executable)

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

conda create -n blenderpy python=3.11.9

在这里插入图片描述

  1. 找到blender安装路径下的python文件夹,将它删除或更换为其他文件名
  2. 在这里插入图片描述
    4.链接自己在conda创建的python环境
  Mklink /j python D:\software\anaconda\install\envs\blenderpy
  或者
  New-Item -ItemType Junction -Path "python" -Target "D:\software\anaconda\install\envs\blenderpy"

在这里插入图片描述
5. 可以看到链接成功了
在这里插入图片描述
6. 后面就可以在创建的conda环境中使用blender了
在这里插入图片描述


文章转载自:
http://buttlegger.hfstrb.cn
http://bud.hfstrb.cn
http://boughpot.hfstrb.cn
http://charoseth.hfstrb.cn
http://bolivia.hfstrb.cn
http://aeolipile.hfstrb.cn
http://balneation.hfstrb.cn
http://assembler.hfstrb.cn
http://anapest.hfstrb.cn
http://abirritation.hfstrb.cn
http://almacantar.hfstrb.cn
http://bioethics.hfstrb.cn
http://atabal.hfstrb.cn
http://calicoed.hfstrb.cn
http://choralist.hfstrb.cn
http://arteriosclerosis.hfstrb.cn
http://boyhood.hfstrb.cn
http://brushwork.hfstrb.cn
http://airfreight.hfstrb.cn
http://biopsy.hfstrb.cn
http://cevennes.hfstrb.cn
http://bearcat.hfstrb.cn
http://andromeda.hfstrb.cn
http://assaulter.hfstrb.cn
http://bloodstain.hfstrb.cn
http://attempt.hfstrb.cn
http://bronchitic.hfstrb.cn
http://alundum.hfstrb.cn
http://centuplicate.hfstrb.cn
http://appointed.hfstrb.cn
http://www.dtcms.com/a/76908.html

相关文章:

  • 红黑树的部分实现(C++)
  • IPD解读——IPD重构产品研发与产品管理
  • C程序设计(第五版)及其参考解答,附pdf
  • Android开源库——RxJava和RxAndroid
  • 前端传参+后端接参对照
  • java项目40分钟后token失效问题排查(40分钟后刷新页面白屏)
  • Qt for WebAssembly程序中文乱码问题处理过程
  • LLVM学习-- 构建和安装
  • Leetcode 3485. Longest Common Prefix of K Strings After Removal
  • 较为完善的搜索函数
  • LangChain 动态任务分发:开启大模型任务流的巅峰之术(三)
  • CRMEB标准版/开源版商城系统【遇坑解决】
  • 3.5 二分查找专题:LeetCode 852. 山脉数组的峰值
  • 单片机自学总结
  • 如何搭建一个安全经济适用的TRS交易平台?
  • Linkreate wordpressAI插件 24小时自动生成原创图文,新增从百度、必应搜索引擎自动获取相关下拉关键词
  • SpringBoot第三站(4):配置嵌入式服务器使用外置的Servlet容器
  • LeetCode56☞合并区间
  • 超参数优化算法:scikit-opt库、Scikit-Optimize库
  • GPU视频编解码:X86 VideoProcessFrame 视频编解码入门(二)
  • Git提交前时间检查
  • Golang | 每日一练 (6)
  • Mysql 安装指南(小白入门)
  • 基于FPGA轨道交通6U机箱CPCI脉冲板板卡
  • vs2017版本与arcgis10.1的ArcObject SDK for .NET兼容配置终结解决方案
  • 【笔记】计算机网络——数据链路层
  • 10.PE导出表
  • 3.8 Spring Boot监控:Actuator+Prometheus+Grafana可视化
  • 【vue2 + Cesium】使用Cesium、添加第三方地图、去掉商标、Cesium基础配置、地图放大缩小事件、获取可视区域、层级、高度
  • Python第六章01:列表(lsit)定义语法