andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Investigate need for WrapExisting and TopFlag in Abc #287

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
WrapExisting may not be necessary as it should be possible to determine whether 
the ICompoundProperty parent that is passed in can be used as the appropriate 
ISchema, or if we should look for a child ICompoundProperty with the proper 
ISchema::defaultName() in the same constructor function.

Also with a little bit of template hardening we may not need TopFlag either.

Original issue reported on code.google.com by miller.lucas on 31 Jul 2012 at 9:54