[Bf-committers] blender 2.5 plugins

Csaba Hruska csaba.hruska at gmail.com
Mon Oct 12 01:01:08 CEST 2009


Hello!

I'd like to load shared object code (plugin) into blender and manipulate
scene data via RNA.
I also would like to register my own space type.

AFAIK this is not implemented yet, but all required funcionality is
available.

Can you help me to implement this?

As an initial design I can imagine a python script which checks the
.blender/plugins dir for available plugins and loads them with functions
available in blender/blenlib/intern/dynlib.c
The plugin must have 2 functions: init and free.

Cheers,
Csaba


More information about the Bf-committers mailing list