feat: snap user not set same user view

This commit is contained in:
Swann
2019-10-15 14:28:34 +02:00
parent c9c359e226
commit 6969e386e2
4 changed files with 12 additions and 3 deletions

View File

@ -261,8 +261,8 @@ class SessionSnapUserOperator(bpy.types.Operator):
target_client = client.get(uuid=self.target_client)
if target_client:
rv3d.view_location = target_client.data['location'][0]
rv3d.view_distance = 30.0
rv3d.view_matrix = mathutils.Matrix(target_client.data['view_matrix'])
# rv3d.view_distance = 30.0
return {"FINISHED"}