I want to get the properties of an BPI class *without creating instances of it*. e.g. for **bpy.types.SpotLamp class I want to extract the properties like auto_clip_end,auto_clip_start,compression_threshold, ... etc. with the blender python api. How can it be done with blender python API?
I have tried *inspect* module of python. inspect.getmembers(obj) does the job. But it takes object as argument, which I don't want. Please show me a way for doing that. Shuvro _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
