Updates for new API

This commit is contained in:
Daniel Salazar
2011-02-06 09:53:37 +00:00
parent 9b706c1909
commit 6cee69ff1a

View File

@ -76,7 +76,7 @@ def calc_callback(self, context):
for p in ob.game.properties:
d=0.0#{'data':p.name+':'+str(p.value)}
#print (d)
locs.append([ mathutils.Vector([0,0,0]).resize4D()])
locs.append([ mathutils.Vector([0,0,0]).resize_4d()])
for loc in locs:
@ -194,4 +194,4 @@ def unregister():
bpy.types.VIEW3D_PT_view3d_display.remove(menu_func)
if __name__ == "__main__":
register()
register()