by ZvezdanD » Mon Apr 05, 2010 5:56 am
Oh well. You MM developers are not serious and don't respect your scripters at all. I mean, it is great if you decide to implement suggestions of some scripters, even if they are breaking compatibility with some existing scripts, but I expect at least to see some public information about that. You didn't mention anywhere that you changed OnChangedSelection behavior with 3.1.0.1251. even not in the wiki. I spent several hours trying to find what is wrong with my script with the latest MM version, knowing that it worked fine with older MM versions.
Well, now I know that OnChangedSelection is generated only once when some node changed, but it is very discussable if you should generate that event before (as it is now implemented) or after some node is changed. I expect in my event handler that it is generated after the current node is already changed, not before. Well, if you want to be really attentive, you should add one more event, let say OnChangingSelection, which should be generated before some node is changed.
Oh well. You MM developers are not serious and don't respect your scripters at all. I mean, it is great if you decide to implement suggestions of some scripters, even if they are breaking compatibility with some existing scripts, but I expect at least to see some public information about that. You didn't mention anywhere that you changed OnChangedSelection behavior with 3.1.0.1251. even not in the wiki. I spent several hours trying to find what is wrong with my script with the latest MM version, knowing that it worked fine with older MM versions.
Well, now I know that OnChangedSelection is generated only once when some node changed, but it is very discussable if you should generate that event before (as it is now implemented) or after some node is changed. I expect in my event handler that it is generated after the current node is already changed, not before. Well, if you want to be really attentive, you should add one more event, let say OnChangingSelection, which should be generated before some node is changed.