multi-user/CHANGELOG.md

98 lines
2.4 KiB
Markdown
Raw Normal View History

2020-02-28 05:38:35 +08:00
# Changelog
All notable changes to this project will be documented in this file.
## [0.0.2] - 2020-02-28
### Added
2020-02-28 05:51:08 +08:00
- Blender animation features support (alpha).
- Action.
- Armature (Unstable).
- Shape key.
- Drivers.
- Constraints.
- Snap to user timeline tool.
- Light probes support (only since 2.83).
- Metaballs support.
- Improved modifiers support.
- Online documentation.
- Improved Undo handling.
2020-02-28 05:38:35 +08:00
- Improved overall session handling:
2020-02-28 05:51:08 +08:00
- Time To Leave : ensure clients/server disconnect automatically on connection lost.
- Ping: show clients latency.
- Non-blocking connection.
- Connection state tracking.
- Service communication layer to manage background daemons.
2020-02-28 05:38:35 +08:00
### Changed
- UI revamp:
2020-02-28 05:51:08 +08:00
- Show users frame.
- Expose IPC(inter process communication) port.
- New user list.
- Progress bar to track connection status.
- Right management takes view-layer in account for object selection.
- Use a basic BFS approach for replication graph pre-load.
- Serialization is now based on marshal (2x performance improvements).
2020-04-04 00:10:34 +08:00
- Let pip chose python dependencies install path.
2020-07-31 17:01:01 +08:00
## [0.0.3] - 2020-07-29
2020-04-04 00:10:34 +08:00
### Added
- Auto updater support
2020-06-22 17:53:17 +08:00
- Big Performances improvements on Meshes, Gpencils, Actions
2020-04-04 00:10:34 +08:00
- Multi-scene workflow support
2020-06-22 17:02:58 +08:00
- Render setting synchronization
2020-04-04 00:10:34 +08:00
- Kick command
2020-06-22 17:53:17 +08:00
- Dedicated server with a basic command set
- Administrator session status
- Tests
- Blender 2.83-2.90 support
2020-04-04 00:10:34 +08:00
### Changed
- Config is now stored in blender user preference
2020-06-22 17:53:17 +08:00
- Documentation update
- Connection protocol
- UI revamp:
- user localization
- repository init
### Removed
- Unused strict right management strategy
- Legacy config management system
2020-10-05 22:11:04 +08:00
## [0.1.0] - 2020-10-05
### Added
- Dependency graph driven updates [experimental]
2020-10-05 21:18:01 +08:00
- Edit Mode updates
- Late join mechanism
2020-09-15 21:05:09 +08:00
- Sync Axis lock replication
- Sync collection offset
- Sync camera orthographic scale
2020-10-05 21:18:01 +08:00
- Sync custom fonts
- Sync sound files
2020-10-05 21:18:01 +08:00
- Logging configuration (file output and level)
- Object visibility type replication
- Optionnal sync for active camera
2020-10-05 21:18:01 +08:00
- Curve->Mesh conversion
- Mesh->gpencil conversion
### Changed
- Auto updater now handle installation from branches
2020-10-05 21:18:01 +08:00
- Use uuid for collection loading
- Moved session instance to replication package
2020-09-15 21:05:09 +08:00
### Fixed
2020-10-05 21:18:01 +08:00
- Prevent unsupported data types to crash the session
- Modifier vertex group assignation
2020-10-05 21:18:01 +08:00
- World sync
- Snapshot UUID error
- The world is not synchronized