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.
=== 0.1.9 ===
[ Curtis Holt ]
β Added file exceptions to suffix_convert_dataset to prevent issue with exotic file names.
β Added trim_view_layer_suffixes
