Re: [C++-sig] [Boost.Python v3] Features and Scope

2011-08-29 Thread Jim Bosch
On 08/29/2011 09:41 AM, Stefan Seefeld wrote: On 08/28/2011 02:14 PM, Jim Bosch wrote: To solve it, I think you'd want anything registered by a specific module to appear both in that module's registry and the global registry, with the module's registry taking precedence. Are there any cases wh

Re: [C++-sig] sending a c++ class to a python function

2011-08-29 Thread Jim Bosch
Normally a to-python converter is needed when you have a function that returns a C++ object, and you want to wrap that function so the returned thing can be used in Python. I don't see any functions that return a Scene object. They will also enable expressions of the form "object(scene)", but

Re: [C++-sig] [Boost.Python v3] Features and Scope

2011-08-29 Thread Stefan Seefeld
On 08/28/2011 02:14 PM, Jim Bosch wrote: > > To solve it, I think you'd want anything registered by a specific > module to appear both in that module's registry and the global > registry, with the module's registry taking precedence. Are there any > cases where you'd want something only to appear

Re: [C++-sig] New Major-Release Boost.Python Development

2011-08-29 Thread Hans Meine
Am 26.08.2011 um 20:25 schrieb Jim Bosch: > - … the rvalue converters in particular don't seem to have been intended as part of the public API originally, and I think they're an important part of the library. Correct, great! > - Automatic conversions for newer boost libraries (Fusion, Pointer