feat(rcf): augment frequency

This commit is contained in:
Swann Martinez
2019-04-11 18:12:28 +02:00
parent f8da8a836d
commit 249a1cee1a
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ def load_object(target=None, data=None, create=False):
target = bpy.data.objects.new(data["name"], pointer)
# Load other meshes metadata
dump_anything.load(target, data)
dump_anything.load(target, data)
target.matrix_world = mathutils.Matrix(data["matrix_world"])

View File

@ -311,7 +311,7 @@ def default_tick():
update = client_instance.queue.get()
helpers.load(update[0],update[1])
return 0.01
return 0.001
def mesh_tick():