putting together a simple test case so that I can test my quad/cubic interpolator
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from Blender import *
|
||||
import bpy
|
||||
|
||||
from grid.test3d import simple_rect_grid
|
||||
from grid.test3d import rect_grid
|
||||
|
||||
g = simple_rect_grid(10, 10, 20)
|
||||
g = rect_grid(10, 10, 20)
|
||||
|
||||
me = bpy.data.meshes.new('points')
|
||||
me.verts.extend(g.points)
|
||||
|
||||
Reference in New Issue
Block a user