mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-08-20 14:13:00 +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:
|
||||
|
Reference in New Issue
Block a user