一些MEL命令

2022-07-31 14:39:14 字數 587 閱讀 4546

這幾天寫maya指令碼,發現一些新命令:

動畫命令

cutkey 剪下某段動畫曲線

simplify 簡化某段曲線

基本命令

getattr -size 陣列屬性名    獲得陣列屬性的元素個數

plugnode $attrname         獲得屬性的節點名,例如從 "node1.attr1"提取出"node1" 

介面命令

optionmenugrp 下拉列表combobox

menuitem 下拉列表的一項

用法如下:

1

string $colors = `optionmenugrp -label "

colors"`;

2 menuitem -label "

green";

3 menuitem -label "

red";4

string $val = `optionmenugrp -q -value $colors`;

來自為知筆記(wiz)

一些linux命令

rpm ql mplayer cat n檢視軟體包資訊 另外補充下 root centos5h wc help 用法 wc 選項 檔案 print newline,word,and byte counts for each file,and a total line if more than one...

oracle sqlplus一些命令

1.預設賬戶scott的解鎖 cmd命令列下輸入sqlplus,在 請輸入使用者名稱 後面輸入命令 conn sys sys as sysdba 用超級管理員 登入 解鎖scott alter user scott account unlock 2.顯示當前使用者 show user 3.切換使用者...

hdfs一些命令

1.檢視hdfs檔案系統根目錄內容 hdfs dfs ls 2.檢視檔案內容 hdfs dfs cat path cat物件必須是檔案,不能對目錄檢視。du path 顯示目錄中所有檔案大小 count path 顯示目錄中檔案數量 mv 移動檔案 cp 複製檔案 rmr path 刪除檔案 目錄 ...