feat: improve addon bl_infos and changelog
This commit is contained in:
parent
99feeb9b5e
commit
d22586cd6e
@ -35,3 +35,4 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Right management takes view-layer in account for object selection.
|
- Right management takes view-layer in account for object selection.
|
||||||
- Use a basic BFS approach for replication graph pre-load.
|
- Use a basic BFS approach for replication graph pre-load.
|
||||||
- Serialization is now based on marshal (2x performance improvements).
|
- Serialization is now based on marshal (2x performance improvements).
|
||||||
|
- Let pip chose python dependencies install path.
|
@ -1,11 +1,15 @@
|
|||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Multi-User",
|
"name": "Multi-User",
|
||||||
"author": "Swann Martinez",
|
"author": "Swann Martinez",
|
||||||
"description": "",
|
"version": (0, 0, 2),
|
||||||
|
"description": "Enable real-time collaborative workflow inside blender",
|
||||||
"blender": (2, 80, 0),
|
"blender": (2, 80, 0),
|
||||||
"location": "",
|
"location": "3D View > Sidebar > Multi-User tab",
|
||||||
"warning": "Unstable addon, use it at your own risks",
|
"warning": "Unstable addon, use it at your own risks",
|
||||||
"category": "Collaboration"
|
"category": "Collaboration",
|
||||||
|
"wiki_url": "https://multi-user.readthedocs.io/en/develop/index.html",
|
||||||
|
"tracker_url": "https://gitlab.com/slumber/multi-user/issues",
|
||||||
|
"support": "COMMUNITY"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user