coin3d / pivy

python bindings to coin3d
ISC License
53 stars 39 forks source link

+= isn't consistent #7

Closed looooo closed 7 years ago

looooo commented 7 years ago

make += on subclasses of group work equal to a python list

problem: += a SoGroup will lead to a flat representation of this group as this group is can be iterated.

Check if object is subclass og SoGroup, if it is: add to node. else iterate and add each element.

looooo commented 7 years ago

not a real limitation.