The purpose of this module is to simplify the use of the Blender API (bpy) by creating an extra layer of abstraction that is more human-readable, memorable and reduces the user’s exposure to complex code paths.
Learn more on the official web page.
EasyBPY can be added to Blender by installing it into the (../scripts/modules) folder in the user preferences.
Changelog for === 0.2.0 ===
[ Curtis Holt ]
– Added remove_suffix_from_name.
– Added remove_suffix convenience function.
– Added return value to select_objects, passing list of objects.
– Added return value to select_objects_containing, passing list of objects.