parformance(rcf): remove useless drawcalls

This commit is contained in:
Swann Martinez
2019-03-14 16:53:34 +01:00
parent 2ea1cd8e33
commit c869fab715

View File

@ -230,12 +230,6 @@ def update_scene(msg):
global client global client
if msg.id != client.id: if msg.id != client.id:
if msg.mtype == 'client':
refresh_window()
elif msg.mtype == 'object':
refresh_window()
else:
try: try:
value = None value = None
if bpy.context.scene.session_settings.active_object: if bpy.context.scene.session_settings.active_object: