sebjf: You could also put algorithms which require extra performance in an unmanaged DLL and use it in your managed assembly. Hmmm… Really consid…
I considered the option, but I want something that can manipulate a large number of vertices. C++ would be orders of magnitude faster than C#.
Klunk-1: first port of call for any plugin development is the samples in the sdk. Find the plugin that most closely matches what you want to do and …
I think it’s unlikely to be the problem, since what happens is a crash, and not an error message. Anyway, it’s the only thing I’ve got so far, will ch…
I managed to make use of the “on attachedTo objnode do” handler (os something like that) to “removemodifier objnode this”. It works. I could use the o…
eek, I did find this function, and I even know what other things I would like to test as well (for example, (classof obj == Tape)). The problem is i…
Oh, my bad! It is a POSTCREATE handle, actually. I’m talking about a “plugin modifier Blablabla (” I´m heavily missing a way of preventing it of sho…
Never took any look at dotnet, but seems worthy getting a shot at it. Thanks!