refactor: remove old client ref

feat: update changelog
This commit is contained in:
Swann 2020-10-02 17:48:56 +02:00
parent edcbd7b02a
commit 3d72796c10
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
2 changed files with 7 additions and 3 deletions

View File

@ -65,7 +65,7 @@ All notable changes to this project will be documented in this file.
- Unused strict right management strategy - Unused strict right management strategy
- Legacy config management system - Legacy config management system
## [0.0.4] - preview ## [0.1.0] - preview
### Added ### Added
@ -77,13 +77,18 @@ All notable changes to this project will be documented in this file.
- Sync camera orthographic scale - Sync camera orthographic scale
- Logging basic configuration (file output and level) - Logging basic configuration (file output and level)
- Object visibility type replication - Object visibility type replication
- Sync custom fonts support
- Sync sound files
- Optionnal sync for active camera
### Changed ### Changed
- Auto updater now handle installation from branches - Auto updater now handle installation from branches
- use uuid for collection loading - use uuid for collection loading
- moved session instance to replication package
### Fixed ### Fixed
- Prevent unsuported datatypes to crash the session - Prevent unsuported datatypes to crash the session
- Modifier vertex group assignation - Modifier vertex group assignation
- World sync

View File

@ -42,7 +42,6 @@ from replication.exception import NonAuthorizedOperationError
from replication.interface import session from replication.interface import session
client = None
background_execution_queue = Queue() background_execution_queue = Queue()
delayables = [] delayables = []
stop_modal_executor = False stop_modal_executor = False