feat: increase snap timer refresh rate
fix (replication): unknown user state update
This commit is contained in:
parent
f1020fb072
commit
6a0705a73e
@ -1 +1 @@
|
||||
Subproject commit 6893e55a828e950af03a68e0e3dd28fb61a9e162
|
||||
Subproject commit 3372b267a942f631c7ebdcb2a4791dfcf8aa9aad
|
@ -317,7 +317,7 @@ class SessionSnapTimeOperator(bpy.types.Operator):
|
||||
settings.user_snap_running = True
|
||||
|
||||
wm = context.window_manager
|
||||
self._timer = wm.event_timer_add(0.1, window=context.window)
|
||||
self._timer = wm.event_timer_add(0.05, window=context.window)
|
||||
wm.modal_handler_add(self)
|
||||
return {'RUNNING_MODAL'}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user