mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-08-16 16:14:56 +00:00
Updates for new API
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user