This is a minor update primarily intended to fix the sync between active modifier on the list and the stack with a few improvements. Please find the list of changes below.
active_modifier_index now syncs both ways. That is, clicking on a modifier on the list makes the corresponding modifier on the stack active and vice versa. Previously the sync was one way only – clicking on a modifier on the stack did not make the modifier on the list active.This is a bug fix release. Check out the new features for v1.3.x here.
This is a bug fix release. Check out the new features for v1.3.x here.
bl_idnames for consistency and to avoid confusion with built-in operators.data API instead of ops. This enables better error reporting when operator fails.invoke() method.Mostly internal changes to make operators handle different object types better.