Download Version 1.3.2. This one is a multi-file release so don't forget to checkout the Readme.txt
First let me say Thanks! as always to all the testers.
Some of the last minute improvements came from talking to them.
And let me also take this time to thank all the users who have e-mailed comments and suggestions to me over the years. Thanks you all.
If you find this script useful, please consider making a donation to help keep this website alive.
A donation is purely voluntary and is not required to download this Blender script.
What's new in Version 1.3.2
User interface re-design. Now uses checkboxes and icons for various layer options (Fig. 1)
Layer updates now applied to ALL visible 3D areas (Thank you Star Weaver)
User interface is now scrollable via mouse wheel and up and down arrow keys (Fig. 2)
Active Layer Group selections can now be copied to new group (or you can create a new default just as before)
Setting of drawtype for all objects in layer (Fig. 3)
Quick rendering of layer groups (does not have to be the active group).
Any layer group name that starts with "Render" will be added to the main menu.
Great for rendering internal scenes (with walls and floors) without cluttering
the 3D view during modeling.
Added cache mechanism for more efficient handling of objects by layer
It would appear that there are custom Blender builds that use Python versions
earlier than 2.5. So for maximum compatibility (potentially going back as far as
Blender 2.43, though testing was restricted to 2.46 and 2.47) the Python 2.5 ternary
syntax has been replaced with a normal if/else block.
Beginning of the layer locking system. (Note: Object lock and un-locking is finicky at best due to the (in my opinion) needed re-write of the event/redraw system. Perhaps when spacehandler scripts play nicely with the undo system this will improve.)
Version 1.1
CTRL+Left Click was not refreshing visible layer list properly.
Added 2 new layer group buttons: View and View Group. View will add the layer group items to the visibility list and View Group will show only those items in the group.
Added new general button: New. Clicking New will reset all group and layer information.
Version 1.0b
Fixed issue with the autoload feature not refreshing the visible layer list after loading saved settings.
Version 1.0a
No longer allows ESC key for exiting (Q Key and Exit button remain)