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
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
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
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