Sorry I thought you wanted the cone to fit between the two points. The reason it was throwing an error is the scope in which the nodes are created is…
Is this what you are trying to do? ( global BulletTrajectory_Dialog try(destroyDialog BulletTrajectory_Dialog)catch() –builds the dialogue …
No problem. Denis is absolutely right on both counts though. I should be more careful when copying and pasting snippets.
Assuming you already have nodes in your scene named point001, point002 and cone001… ( p1=$point001 p2=$point002 theCone = $cone001 htCtrl = floa…
Here’s your attachment from the Chaos forum…
denisT: does anyone know how to sort nodes by dependency? i do. Something like: ( clearListener() fn sortByDependency node1 node2 nds: = (…
Thanks Denis, that works perfectly. It has actually meant I have to be a bit more organised in where I set other cell properties like alignment. Bu…
Thanks for the replies. I’ve just been trying your suggestions and everything is working as expected now. I think the main problem was my poor planni…
mantragora: If rollout can use private variable from struct as its name, why it can’t use variable in button event ? Probably because the scope i…
Thanks for your help again I think I’ve got it working now. ( dialogMonitorOPS.unRegisterNotification id:#closeVRayProperties fn closeVP = ( wi…
No I don’t think there is another way to do this. I looks like Autodesk have broken it in 2013. After I posted here I found another similar thread on …
Glad you got that sorted but looking at your code I’ve spotted another problem. If you going to swap your checkbox for radio buttons then you will hav…