After checking this addon, Im unsure about adding a layer manager addon, so I'm going to defer the final decission here, but have some comments from checking this addon.
The 'Layer Groups' feature on its own seems handy/logical to have. Otherwise this seems like this feature belongs in the outliner. The script avoids too much looping over objects while it redraws panels, but has the disadvantage that the lock icon can become invalid if the user changes this setting elsewhere (normally the outliner). If the script is to be accepted, it still needs some code-cleanup. - can use string formatting to avoid int -> string conversion, then length checks and prepending "0" chars. - properteries for this addon should be moved inside a property group. (adds too many toplevel properties to Scene) - some of the looping on layers 1-20 can be optimzied with little effort. -- - Campbell _______________________________________________ Bf-python mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-python
