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.
|
|
|
|
|
|
|
|
## [0.0.3] - Upcoming
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Auto updater support
|
|
|
|
- Performances improvements on Meshes, Gpencils, Actions
|
|
|
|
- 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
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Config is now stored in blender user preference
|