feat(rcf): augment frequency
This commit is contained in:
@ -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"])
|
||||
|
||||
|
@ -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():
|
||||
|
Reference in New Issue
Block a user