added imports to templates
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import bpy
|
||||
|
||||
def main(context):
|
||||
obj = context.active_object
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
import bpy
|
||||
|
||||
def main(context):
|
||||
obj = context.active_object
|
||||
|
||||