Thanks Dennis, Glad to hear I’ve not missed an obvious mxs solution! Do you think this is something I could do as a runtime compile c# routine? I don…
Aha, I should have searched more carefully… This thread provides a working example : I needed to create a style and apply that, rather than adjust t…
Oh this is bad news. The spreadsheet editor I’m working on would work without any additional work with MCG if the new modifiers/classes expose the par…
I’m sure much of the attitude detected comes somewhat from the limitations of text as a form of communication… none-the-less this thread has been a bl…
In maxscript try getclassinstances theNode astrackviewpick:true Then loop through the result, and get the refs.dependents of the client if it’s not t…
For the benefit of anyone else dealing with this issue, I came across this thread which uses the isCreatingObject() call to wait for the end of the o…
Hey Jorge, Thanks for that! That helped alot. If anyone else has this issue, I actually ended up using selectedNodesPreDelete callback as it seemed t…
Glad to see that old script is still being used! I’ve been working on something on and off for a while now, and hopefully it will bring massive impro…
Thanks for the info Denis, It’s good to hear I’m not missing a trick in terms of hooking up the max scene to a dataTable. I may well revert my code to…
Also, I think my original problem was due to my re-adding the column definitions when repopulating the table… when I change the update function to onl…
I had a feeling you were going to ask that question In my script, changing a value in one cell may cause changes in values in other cells(either thr…