[Bf-committers] Python RNA/API help/todo's

Campbell Barton ideasman42 at gmail.com
Fri May 14 23:19:10 CEST 2010


On Fri, May 14, 2010 at 10:55 PM, Dan Eicher <dan at trollwerks.org> wrote:
> Ok, did the easy ones in bpy.Main -> http://www.pasteall.org/13149/diff
>
> Didn't do;
> gpencil
> libraries
> node_groups
> particles
> screens
> scripts -- (DEPRECATED)
> sounds
> fonts
> window_managers
> worlds
>
> Libraries, fonts and node_groups would be pretty easy, gpencil, particles
> and sounds would take a bit of thought and the rest aren't too clear on how
> (or if) they should be done.
>
> Figured I'd make sure I'm doing it right before starting on anything that
> takes more work than cut & paste though.

thanks for the patch, applied r28772.
particles & worlds should be similar to the ones you just did.

sounds and fonts can be based on the image code since they need a
load() function rather then new().

The others like window_managers and screens can be ignored for now.
-- 
- Campbell


More information about the Bf-committers mailing list