PyAPI: remove bpy.utils.register_module()

In preparation for it being removed, see: T47811
This commit is contained in:
Campbell Barton
2017-03-18 20:03:24 +11:00
parent 2fbc50e4c1
commit 9bdda427e6
79 changed files with 1367 additions and 81 deletions

View File

@@ -1034,3 +1034,22 @@ class LodGenerate(Operator):
scene.objects.active = ob
return {'FINISHED'}
classes = (
ClearAllRestrictRender,
DupliOffsetFromCursor,
IsolateTypeRender,
JoinUVs,
LodByName,
LodClearAll,
LodGenerate,
MakeDupliFace,
SelectCamera,
SelectHierarchy,
SelectPattern,
ShapeTransfer,
SubdivisionSet,
TransformsToDeltas,
TransformsToDeltasAnim,
)