feat: snap user not set same user view
This commit is contained in:
@ -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"}
|
||||
|
||||
|
Reference in New Issue
Block a user