7 lines
64 B
Python
7 lines
64 B
Python
import bpy
|
|
|
|
def register():
|
|
pass
|
|
|
|
def unregister():
|
|
pass |