[Bf-committers] Python RNA Type Registration

Dalai Felinto dfelinto at gmail.com
Mon Mar 1 21:32:07 CET 2010


> Its nice to be able to open a script in the text editor, press "Run"
> and see the updates immediate. I really prefer we don't drop this.

Same for "Live Edit" . Maybe this is not highly needed, but it'll be nice if
we can maintain it.

Dalai

2010/3/1 Stephen Swaney <sswaney at centurytel.net>

>
> Some general design principles:
>
> Any time you have to do a specific set of operations in a specific
> order, you are better off packaging up that functionality in some way.
> Relying on coding it correctly each time is error prone and unnecessary.
>
> Duplicated information is bad.  Keeping lists in sync by hand is error
> prone, better to automate the process and hide as much as possible.
>
> Bottom line:
>
> Metaclassing hides more of the inner workings of types and
> registration and presents a simpler interface to the scripter.  This
> is the preferred solution.
>
> --
> Stephen Swaney
> sswaney at centurytel.net
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list