首頁>Club>
14
回覆列表
  • 1 # punar22299

    方法有很多。方法一、你可以在Display--->Transfrom Display 的選單下里面又4個選單,分別是:local Rotation Axes (顯示物體xyz座標指向)Rotate Pivots (顯示物體旋轉中心軸點)Scale Pivots (顯示物體縮放中心軸點)selection Handles (顯示物體選擇手柄)首先選擇物體,4個選單任點其中一個,你就會發現這個物體的中心點處顯示了一個座標點,然後你就可以直接建立一個locator,用點吸附過去了。當然,要關掉物體的座標點顯示只要點回原來的命令。方法二、首先選擇物體,然後複製下面mel指令碼(分割線之內的)======分割線======proc creatLocator() { string $select[] = `ls -sl`; string $siz = `size($select)`; if ($siz == 1) { float $selPivt[] = `xform -q -ws -piv $select`; spaceLocator -p $selPivt[0] $selPivt[1] $selPivt[2]; CenterPivot; print "已經建立了一個locator"; } else if ( $siz != 1 ) { print "請選擇一個物體且只選擇一個"; } } creatLocator;======分割線======開啟window--->Gener Editors--->Script Editorctrl+v 貼上指令碼,ctrl + A 全選,然後按下ctrl + Enter(回車)OK。。locator建立好了,而且是在物體的中心點上

  • 中秋節和大豐收的關聯?
  • 請問"綠茶"是屬寒性的還是溫性?