parformance(rcf): remove useless drawcalls
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user