[Bf-python] Re: tp_getset conversion update

Ken Hughes khughes at pacific.edu
Thu Oct 13 17:25:31 CEST 2005


Trying to finish up more of this stuff for Stephen, and ran into 
something that needs the collective intelligence of others:

The sceneRender module has no attributes at this time.  Some of the 
methods (sceneRender.motionBlurLevel as one example) act like attributes 
in that if an optional param is given it set the Blender attribute, and 
in all cases returns the Blender attribute value.

The real problem is the logical attribute name, motionBlurLevel, is the 
same at the method name.

So options I see are:
(1) ignore those attributes
(2) come up with new attribute names
(3) some more brilliant idea suggested by one of you

Suggestions?

Ken



More information about the Bf-python mailing list