Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
def
register():
322
for
cls in classes:
323
bpy.utils.register_class(cls)
324
325
bpy.types.Scene.auto_align = PointerProperty(type=AutoAlignProperties)
326
327
328
def
unregister():
Callers
1
auto_align.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected