メッセージ1/7
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
If i run this script without the 'delete' command it works fine, the poci node remains selected and can be delete manually. If i run the same script with the delete command it does not execute. Can anyone explain why?
thanks:)
select `createNode pointOnCurveInfo`;
setAttr ".pr" .5;
connectAttr -f path_AlembicNode.outNCurveGrp[0] ".ic";
connectAttr -f ".p" entanglement:entanglement_ctl.translate;
connectAttr -f ".n" entanglement:entanglement_ctl.rotate;
delete;
解決済! 解決策の投稿を見る。