MCPcopy Create free account
hub / github.com/cube-c/Auto-Align / unregister

Function unregister

auto_align.py:328–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326
327
328def unregister():
329 for cls in classes:
330 bpy.utils.unregister_class(cls)
331
332 del bpy.types.Scene.auto_align
333
334
335if __name__ == '__main__':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected