> 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 <[email protected]> > > 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 > [email protected] > > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
