Hi,
If I script in RhinoPython and modify the user text of an object (rs.setUserText) the event OnModifyObjectAttributes(…) of my custom plugin is not triggered?! If I perform the same step manually within Rhino command prompt everything works fine as expected…
Also all the other events of my event watcher are triggered fine, like e.g. addObject(…)
Is this a desired behaviour?