ObiNon Posted October 24, 2017 Share Posted October 24, 2017 Hi .. I am trying to follow along with a tutorial that goes over wire constraints and pins. I cant get it to work properly. If anyone has any brilliant ideas ... let me know. here is a hip ... wires_3.hip Quote Link to comment Share on other sites More sharing options...
bonsak Posted October 24, 2017 Share Posted October 24, 2017 (edited) You dont need all the constrain stuff to make wires work. You only need to set "pintoanimation" to 1 on the points you want to stay put. -b wires_4.hip Edited October 24, 2017 by bonsak Typo 1 Quote Link to comment Share on other sites More sharing options...
Noobini Posted October 24, 2017 Share Posted October 24, 2017 hmm...bonsak version seems way more succint...not that I know what I'm doing, just exploring bits here and there... anyway, back to wires_3 file, - in attribcreate2, anchor_id should be integer, not float. - in connectadjacentpieces2, create_explicit_lines, setpointattrib(geoself(), "anchor_id", pt2, @ptj);...remove the @ for ptj Quote Link to comment Share on other sites More sharing options...
ObiNon Posted October 24, 2017 Author Share Posted October 24, 2017 of course ... thanks ... regarding debugging ... aside from the spreadsheet is there any other tool you use ? btw : I am checkout out bosnak's scene and so far i agree. =) Quote Link to comment Share on other sites More sharing options...
Noobini Posted October 24, 2017 Share Posted October 24, 2017 no special tool but since I know the Entagma file works so I looked at both versions. The first one was spotted in spreadsheet...just noticed the anchor_id in Entagma have different ints while yours had -1.0...wasn't too hard this one. The second one was more tricky...after eyeballing various checkpoints...there was nothing obvious so since there's a lot of typing in the connect adjacent section...I thought...gotta be in there....ie. some typos...so copied the node from Entagma over and bang, it works, so once I know definitely it's in there...just have to scan thru... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.