PyAPI: remove bpy.utils.register_module()
In preparation for it being removed, see: T47811
This commit is contained in:
@@ -411,3 +411,8 @@ class AlignObjects(Operator):
|
||||
return {'CANCELLED'}
|
||||
else:
|
||||
return {'FINISHED'}
|
||||
|
||||
|
||||
classes = (
|
||||
AlignObjects,
|
||||
)
|
Reference in New Issue
Block a user