- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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;
Solved! Go to Solution.
Link copied