fix: change owner call in opterator

This commit is contained in:
Swann 2020-10-21 14:40:15 +02:00
parent 804747c73b
commit 1a82ec72e4
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
2 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ from . import environment
DEPENDENCIES = {
("replication", '0.1.5'),
("replication", '0.1.6'),
}

View File

@ -425,7 +425,7 @@ class SessionPropertyRightOperator(bpy.types.Operator):
runtime_settings = context.window_manager.session
if session:
session.affect_dependencies(self.key,
session.change_owner(self.key,
runtime_settings.clients,
ignore_warnings=True,
affect_dependencies=self.recursive)