#c:/users/xx/documents/maya/2017
import
osimport
maya.cmds as cmds
maya_version = cmds.about(version=true)[:4]
path = os.environ['
home
']+"
/maya/
"+maya_version
#result: u'c:/users/xx/documents/maya/2017' #
#@file : 外接獲取maya文件以及安裝位置.py
#@date : 2022-02-20
#@author : meng
import
winreg
#獲取文件位置
string = r'
software\microsoft\windows\currentversion\explorer\shell folders
'handle =winreg.openkey(winreg.hkey_current_user, string)
location, _type = winreg.queryvalueex(handle, '
personal')
(location)
#獲取maya安裝位置,獲取其他版本替換版本號,2019,2028
string = r'
software\autodesk\maya\2018\setup\installpath
'handle =winreg.openkey(winreg.hkey_local_machine, string)
location,
__type = winreg.queryvalueex(handle, '
maya_install_location')
(location)
#獲取ue4安裝位置,獲取其他版本替換版本號,4.23,4.22
string = r'
software\epicgames\unreal engine\4.24
'handle =winreg.openkey(winreg.hkey_local_machine, string)
location,
___type = winreg.queryvalueex(handle, '
installeddirectory')
print(location)
ionic 安裝以及環境配置
ionic 是乙個輕量級的手機ui庫,具有速度快,介面現代化,美觀等特點。為了解決其他一些ui庫在手機上執行緩慢的問題 安裝ionic 配置環境步驟 1.安裝phonepag 2.安裝ionic 在控制面板中 npm instal g ionic sudo npm install g ionic 建...
安裝Tensorflow,以及配置環境
由於我的電腦已經有了2.7所以導致使用pip的時候有衝突,網上說是把python執行檔案分別寫出python2和我python3 然後新增環境變數,用分號隔開。使用的時候形如 python2 m pip2 install python3 m pip3 install 雖然可以 但是要在python檔...
GoldenGate安裝以及環境配置
goldengate安裝以及環境配置 對應goldengate安裝以及環境配置,對應以goldengate2017為基準 安裝準備 goldengate2017安裝可以採用ads2017的license即可 安裝goldengate2017應配套ads使用,否則對應使用時,goldengate將無法...