Hi max,
> allowing me to put new data in an existing group without having to assign the name every time.
So there's kind of 2 different ways this kind of thing could work, one is by having a concept of an "active name" (some way to mark one particular name in the names list) which would be automatically assigned to newly created stuff.
Then the other is something like you mentioned with inheritance from generator objects. But the inheritance method doesn't really work with things like basic drawing tools like drawing a line for example that doesn't have a parent object generating it.
- Michael
|