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

Function register

auto_align.py:321–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319
320
321def register():
322 for cls in classes:
323 bpy.utils.register_class(cls)
324
325 bpy.types.Scene.auto_align = PointerProperty(type=AutoAlignProperties)
326
327
328def unregister():

Callers 1

auto_align.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected